1
0
mirror of synced 2025-12-23 21:07:12 -05:00

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:
docs-bot
2025-04-28 07:47:02 -07:00
committed by GitHub
parent 887c7b85b5
commit 3eaf53628a
3 changed files with 7 additions and 12 deletions

View File

@@ -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

View File

@@ -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`.

View File

@@ -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