API/api.medcify.app/node_modules/snyk/help/cli-commands
2022-09-26 11:41:44 +05:30
..
apps.md final 2022-09-26 11:41:44 +05:30
auth.md final 2022-09-26 11:41:44 +05:30
code.md final 2022-09-26 11:41:44 +05:30
config.md final 2022-09-26 11:41:44 +05:30
container.md final 2022-09-26 11:41:44 +05:30
iac-describe.md final 2022-09-26 11:41:44 +05:30
iac-report.md final 2022-09-26 11:41:44 +05:30
iac-test.md final 2022-09-26 11:41:44 +05:30
iac-update-exclude-policy.md final 2022-09-26 11:41:44 +05:30
iac.md final 2022-09-26 11:41:44 +05:30
ignore.md final 2022-09-26 11:41:44 +05:30
log4shell.md final 2022-09-26 11:41:44 +05:30
monitor.md final 2022-09-26 11:41:44 +05:30
policy.md final 2022-09-26 11:41:44 +05:30
README.md final 2022-09-26 11:41:44 +05:30
test.md final 2022-09-26 11:41:44 +05:30

CLI commands help

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

How to get started

  1. Authenticate by running snyk auth
  2. Test your local project with snyk test
  3. Get alerted for new vulnerabilities with snyk monitor

Available commands

To learn more about each Snyk CLI command, use the --help option, for example, snyk auth --help or snyk container --help

snyk auth

Authenticate Snyk CLI with a Snyk account.

snyk test

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).

snyk monitor

Snapshot and continuously monitor a project for open source vulnerabilities and license issues.

snyk container

Test container images for vulnerabilities.

snyk iac

Commands to find and manage security issues in Infrastructure as Code files.

snyk code

Find security issues using static code analysis.

snyk log4shell

Find Log4Shell vulnerability.

snyk config

Manage Snyk CLI configuration.

snyk policy

Display the .snyk policy for a package.

snyk ignore

Modify the .snyk policy to ignore stated issues.

Debug

Use -d option to output the debug logs.

Configure the Snyk CLI

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