CLI help
How to get started
Available commands
Debug
Configure the Snyk CLI
Last updated
Was this helpful?
Snyk CLI scans and monitors your projects for security vulnerabilities and license issues.
For more information, visit the Snyk website
For details, see the CLI documentation
Authenticate by running snyk auth.
Test your local project with snyk test.
Get alerted for new vulnerabilities with snyk monitor.
To learn more about each Snyk CLI command, use the --help option, for example, snyk auth --help.
Note: The help on the docs site is the same as the --help in the CLI.
Authenticate Snyk CLI with a Snyk account.
Test a project for open-source vulnerabilities and license issues.
Note: Use snyk test --unmanaged to scan all files for known open-source dependencies (C/C++ only).
Snapshot and continuously monitor a project for open-source vulnerabilities and license issues.
These commands test and continuously monitor container images for vulnerabilities and generate an SBOM for a container image.
These commands find and report security issues in Infrastructure as Code files; detect, track, and alert on unmanaged resources; and create a .driftignore file.
The snyk code test command finds security issues using Static Code Analysis.
Generate or test an SBOM document in ecosystems supported by Snyk.
Generates an AIBOM for a local software project that is written in Python, to understand what AI models, datasets, tools, and so on are used in that project.
Generates an AI-BOM and tests it against your tenant's policies, returning all resulting issues.
Find Log4Shell vulnerability.
Manage Snyk CLI configuration.
Display the .snyk policy for a package.
Modify the .snyk policy to ignore stated issues.
Use -d option to output the debug logs.
You can use environment variables to configure the Snyk CLI and also set variables to configure the Snyk CLI to connect with the Snyk API. See Configure the Snyk CLI
Last updated
Was this helpful?
Was this helpful?

