Skip to content

Commit de5d14d

Browse files
committed
Replace package manager
1 parent 5b92d94 commit de5d14d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/codeql/codeql-cli/about-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are two types of CodeQL packs: query packs and library packs.
1212
* Query packs are designed to be run. When a query pack is published, the bundle includes all the transitive dependencies and a compilation cache. This ensures consistent and efficient execution of the queries in the pack.
1313
* Library packs are designed to be used by query packs (or other library packs) and do not contain queries themselves. The libraries are not compiled and there is no compilation cache included when the pack is published.
1414

15-
You can use the CodeQL package manger in the CodeQL CLI to create CodeQL packs, add dependencies to packs, and install or update dependencies. For more information, see ":ref:`Creating and working with CodeQL packs <creating-and-working-with-codeql-packs>`." You can also publish and download CodeQL packs using the CodeQL package manager. For more information, see ":doc:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`."
15+
You can use the package management commands in the CodeQL CLI to create CodeQL packs, add dependencies to packs, and install or update dependencies. For more information, see ":ref:`Creating and working with CodeQL packs <creating-and-working-with-codeql-packs>`." You can also publish and download CodeQL packs using the CodeQL CLI. For more information, see ":doc:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`."
1616

1717
CodeQL pack structure
1818
---------------------

docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ You can use CodeQL packs to create, share, depend on, and run CodeQL queries and
77

88
.. include:: ../reusables/beta-note-package-manager.rst
99

10-
About CodeQL packs and the CodeQL CLI package manager
11-
-----------------------------------------------------
10+
About CodeQL packs and the CodeQL CLI
11+
-------------------------------------
1212

13-
With CodeQL packs and the CodeQL CLI package manager, you can publish your custom queries and integrate them into your codebase analysis.
13+
With CodeQL packs and the package management commands in the CodeQL CLI, you can publish your custom queries and integrate them into your codebase analysis.
1414

1515
There are two types of CodeQL packs: query packs and library packs.
1616

1717
* Query packs are designed to be run. When a query pack is published, the bundle includes all the transitive dependencies and a compilation cache. This ensures consistent and efficient execution of the queries in the pack.
1818
* Library packs are designed to be used by query packs (or other library packs) and do not contain queries themselves. The libraries are not compiled and there is no compilation cache included when the pack is published.
1919

20-
You can use the CodeQL package manger in the CodeQL CLI to create CodeQL packs, add dependencies to packs, and install or update dependencies. You can also publish and download CodeQL packs using the CodeQL package manager. For more information, see ":doc:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`."
20+
You can use the ``pack`` command in the CodeQL CLI to create CodeQL packs, add dependencies to packs, and install or update dependencies. You can also publish and download CodeQL packs using the ``pack`` command. For more information, see ":doc:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`."
2121

2222
Creating a CodeQL pack
23-
----------------------------
23+
----------------------
2424
You can create a CodeQL pack by running the following command from the checkout root of your project:
2525

2626
::

docs/codeql/reusables/beta-note-package-manager.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Note
44

5-
The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. You must use version 2.6.0 or later of the CodeQL CLI to use the CodeQL package manager.
5+
The CodeQL package management commands are currently in beta and subject to change. During the beta release, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. You must use version 2.6.0 or later of the CodeQL CLI to use the package management commands.

0 commit comments

Comments
 (0)