Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Lists of the options for Snyk CLI commands follow. Each option is followed by th

`--print-deps`: [`test`](commands/test.md), [`monitor`](commands/monitor.md), [`container test`](commands/container-test.md)

`--remote-repo-url=<URL>`: [`test`](commands/test.md), [`monitor`](commands/monitor.md), [`iac test`](commands/iac-test.md)
`--remote-repo-url=<URL>`: [`test`](commands/test.md), [`monitor`](commands/monitor.md), [`code test`](commands/code-test.md), [`iac test`](commands/iac-test.md)

`--dev`: [`test`](commands/test.md), [`monitor`](commands/monitor.md), [`sbom`](commands/sbom.md)

Expand Down Expand Up @@ -225,10 +225,14 @@ Lists of the options for Snyk CLI commands follow. Each option is followed by th
`--client-secret=<SECRET>`\
`--client-id=<ID>`: [`snyk auth`](commands/auth.md)

## `snyk code test` command option&#x20;
## `snyk code test` command option

`--include-ignores`: [`code test`](commands/code-test.md)

`--report`: [`code test`](commands/code-test.md)

`--target-name=<TARGET_NAME>`: [`code test`](commands/code-test.md)

## `snyk config environment` command option

`--no-check` [snyk config environment](commands/config-environment.md)
Expand Down