mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Remove unused file
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
.. pull-quote:: Other query-running commands
|
||||
|
||||
Queries run with ``database analyze`` have strict `metadata requirements
|
||||
<https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli/using-custom-queries-with-the-codeql-cli#including-query-metadata>`__. You can also execute queries using the following
|
||||
plumbing-level subcommands:
|
||||
|
||||
- `database run-queries <https://docs.github.com/en/code-security/codeql-cli/codeql-cli-manual/database-run-queries>`__, which
|
||||
outputs non-interpreted results in an intermediate binary format called
|
||||
:ref:`BQRS <bqrs-file>`.
|
||||
- `query run <https://docs.github.com/en/code-security/codeql-cli/codeql-cli-manual/query-run>`__, which will output BQRS files, or print
|
||||
results tables directly to the command line. Viewing results directly in
|
||||
the command line may be useful for iterative query development using the CLI.
|
||||
|
||||
Queries run with these commands don't have the same metadata requirements.
|
||||
However, to save human-readable data you have to process each BQRS results
|
||||
file using the `bqrs decode <https://docs.github.com/en/code-security/codeql-cli/codeql-cli-manual/bqrs-decode>`__ plumbing
|
||||
subcommand. Therefore, for most use cases it's easiest to use ``database
|
||||
analyze`` to directly generate interpreted results.
|
||||
Reference in New Issue
Block a user