1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update CodeQL CLI manual (#46039)

Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
This commit is contained in:
docs-bot
2023-11-13 10:43:05 -05:00
committed by GitHub
parent c99df4ee12
commit 3d34415805
73 changed files with 800 additions and 3 deletions

View File

@@ -86,3 +86,13 @@ the running subcommand.
(To write a log file with a name you have full control over, instead
give `--log-to-stderr` and redirect stderr as desired.)
#### `--common-caches=<dir>`
\[Advanced] Controls the location of cached data on disk that will
persist between several runs of the CLI, such as downloaded QL packs and
compiled query plans. If not set explicitly, this defaults to a
directory named `.codeql` in the user's home directory; it will be
created if it doesn't already exist.
Available since `v2.15.2`.