Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Synchronizing CLI help from user-docs #5598

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion help/cli-commands/iac-describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Change the directory path used for `iac describe` configuration (default `$HOME`

### `--service=<SERVICE>[,<SERVICE>...]`

Specify the services whose resources are inspected for drift or unmanaged resources.
Specify the services to inspect for unmanaged resources.

This option cannot be used with a `.snyk` drift ignore rule; the content in `.snyk` will be ignored.

Expand Down
2 changes: 1 addition & 1 deletion help/cli-commands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ For Gradle monorepos Snyk looks only for root level **build.gradle / build.gradl

This option is designed to be run in the root of your monorepo.

For more details, see the following support article: [Scanning Gradle projects in CLI with `--exclude` option does not exclude sub-projects](https://support.snyk.io/hc/en-us/articles/22275760293661-Scanning-Gradle-projects-in-CLI-with-exclude-option-does-not-exclude-sub-projects)
For more details, see the following support article: [Scanning Gradle projects in CLI with `--exclude` option does not exclude sub-projects](https://support.snyk.io/s/article/Scanning-Gradle-projects-in-CLI-with---exclude-option-does-not-exclude-sub-projects)

### `--configuration-matching=<CONFIGURATION_REGEX>`

Expand Down