Update CodeQL CLI manual (#55286)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -21,8 +21,6 @@ redirect_from:
|
||||
|
||||
{% data reusables.codeql-cli.man-pages-version-note %}
|
||||
|
||||
{% data reusables.code-scanning.codeql-database-archive-contains-source-code %}
|
||||
|
||||
## Synopsis
|
||||
|
||||
```shell copy
|
||||
|
||||
@@ -29,12 +29,11 @@ codeql resolve extensions-by-pack <options>... -- <pack>...
|
||||
|
||||
## Description
|
||||
|
||||
\[Deep plumbing] Determine accessible extensions for the given paths to
|
||||
pack roots. This includes machine learning models and data extensions.
|
||||
\[Deep plumbing] Determine accessible data extensions for the given
|
||||
paths to pack roots.
|
||||
|
||||
This plumbing command resolves the set of data extensions and
|
||||
GitHub-created machine learning models that are available to the paths
|
||||
passed in as command line arguments.
|
||||
This plumbing command resolves the set of data extensions that are
|
||||
available to the paths passed in as command line arguments.
|
||||
|
||||
Available since `v2.13.3`.
|
||||
|
||||
|
||||
@@ -31,12 +31,10 @@ codeql resolve extensions <options>... -- <query|dir|suite|pack>...
|
||||
|
||||
## Description
|
||||
|
||||
\[Deep plumbing] Determine accessible extensions. This includes machine
|
||||
learning models and data extensions.
|
||||
\[Deep plumbing] Determine accessible data extensions.
|
||||
|
||||
This plumbing command resolves the set of data extensions and
|
||||
GitHub-created machine learning models that are available to the query
|
||||
specifiers passed in as command line arguments.
|
||||
This plumbing command resolves the set of data extensions that are
|
||||
available to the query specifiers passed in as command line arguments.
|
||||
|
||||
## Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user