diff --git a/docs/codeql/codeql-cli/using-the-codeql-cli.rst b/docs/codeql/codeql-cli/using-the-codeql-cli.rst index 064f6369eca..d48d8b19e4d 100644 --- a/docs/codeql/codeql-cli/using-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/using-the-codeql-cli.rst @@ -41,6 +41,12 @@ See the following links to learn how to get set up and run CodeQL commands: Test query help files by rendering them as markdown to ensure they are valid before adding them to the CodeQL repository or using them in code scanning. +- :doc:`Creating and working with CodeQL packs `: + Create, share, depend on, and run CodeQL queries and libraries. + +- :doc:`Publishing and using CodeQL packs `: + Publish your own or use others CodeQL packs for code scanning. + - :doc:`Specifying command options in a CodeQL configuration file `: You can save default or frequently used options for your commands in a per-user configuration file. @@ -57,4 +63,6 @@ See the following links to learn how to get set up and run CodeQL commands: creating-codeql-query-suites testing-custom-queries testing-query-help-files + creating-and-working-with-codeql-packs + publishing-and-using-codeql-packs Specifying command options