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

feat: add experimental options to help text #945

Merged
merged 1 commit into from
Jan 7, 2020
Merged
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
16 changes: 14 additions & 2 deletions help/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ CocoaPods options:
Python options:
--command=<string> Python interpreter to use. Default: "python", set to
"python2" or "python3" to use a specific version.
--skip-unresolved=<true|false> Allow skipping packages that are not found
in the environment.
--skip-unresolved=<true|false>
Allow skipping packages that are not found
in the environment.

Docker options:
--docker ........... Test or monitor a local docker image for Linux
Expand All @@ -120,6 +121,17 @@ Docker options:
Exclude from display Docker base image vulnerabilities.


Experimental options:
The following options may change without notice, we do not recommend using them in production.

--all-projects ..... (test & monitor commands only)
Auto detect all projects in working directory.
Currently npm, yarn, ruby and maven projects are supported.
--detection-depth=<number>
(test & monitor commands only)
Use with --all-projects to indicate how many sub-directories to search.
Defaults to 1 (the current working directory).

Examples:

$ snyk test
Expand Down