File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
content/code-security/codeql-cli/codeql-cli-manual Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ redirect_from:
21
21
22
22
{% data reusables.codeql-cli.man-pages-version-note %}
23
23
24
- {% data reusables.code-scanning.codeql-database-archive-contains-source-code %}
25
-
26
24
## Synopsis
27
25
28
26
``` shell copy
Original file line number Diff line number Diff line change @@ -29,12 +29,11 @@ codeql resolve extensions-by-pack <options>... -- <pack>...
29
29
30
30
## Description
31
31
32
- \[ Deep plumbing] Determine accessible extensions for the given paths to
33
- pack roots. This includes machine learning models and data extensions .
32
+ \[ Deep plumbing] Determine accessible data extensions for the given
33
+ paths to pack roots .
34
34
35
- This plumbing command resolves the set of data extensions and
36
- GitHub-created machine learning models that are available to the paths
37
- passed in as command line arguments.
35
+ This plumbing command resolves the set of data extensions that are
36
+ available to the paths passed in as command line arguments.
38
37
39
38
Available since ` v2.13.3 ` .
40
39
Original file line number Diff line number Diff line change @@ -31,12 +31,10 @@ codeql resolve extensions <options>... -- <query|dir|suite|pack>...
31
31
32
32
## Description
33
33
34
- \[ Deep plumbing] Determine accessible extensions. This includes machine
35
- learning models and data extensions.
34
+ \[ Deep plumbing] Determine accessible data extensions.
36
35
37
- This plumbing command resolves the set of data extensions and
38
- GitHub-created machine learning models that are available to the query
39
- specifiers passed in as command line arguments.
36
+ This plumbing command resolves the set of data extensions that are
37
+ available to the query specifiers passed in as command line arguments.
40
38
41
39
## Options
42
40
You can’t perform that action at this time.
0 commit comments