Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.44 KB

File metadata and controls

46 lines (30 loc) · 1.44 KB
description Reference for the codeql pack install command

Command Resource for codeql pack install

The codeql pack install command is used to install library dependencies declared in a CodeQL pack.

Primary use of codeql pack install

The following is an example use of the command for installing dependencies in the current directory:

codeql pack install

Alternative uses of codeql pack install

The codeql pack install command can also target specific directories and control dependency resolution:

# Install dependencies for a specific pack directory
codeql pack install ./my-pack/

# Update dependencies to latest compatible versions
codeql pack install --update

# Force update to latest versions
codeql pack install --update --force

Help for codeql pack install

Run codeql pack install -h for more information. Run codeql pack install -h -vv for much more information.

Commands commonly run BEFORE codeql pack install

Commands commonly run AFTER codeql pack install