Skip to content

Commit ecf80e2

Browse files
docs-botam-stead
andauthored
Update CodeQL CLI manual (#61058)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 697a4bd commit ecf80e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

β€Žcontent/code-security/reference/code-scanning/codeql/codeql-cli-manual/database-finalize.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ Indicates that the directory given on the command line is not a database
5454
itself, but a directory that _contains_ one or more databases under
5555
construction. Those databases will be processed together.
5656

57+
#### `--working-dir=<dir>`
58+
59+
\[Advanced] The directory in which the specified command should be
60+
executed. If this argument is not provided, the command is executed in
61+
the value of `--source-root` passed to [codeql database create](/code-security/reference/code-scanning/codeql/codeql-cli-manual/database-create), if one exists. If no `--source-root` argument is provided, the command is executed in the
62+
current working directory.
63+
5764
#### `--additional-dbs=<database>[:<database>...]`
5865

5966
\[Advanced] Path to additional CodeQL databases under construction.

0 commit comments

Comments
 (0)