Skip to content

Commit

Permalink
Merge pull request #945 from snyk/feat/help-text-for-experimental-fea…
Browse files Browse the repository at this point in the history
…tures

feat: add experimental options to help text
  • Loading branch information
gitphill authored Jan 7, 2020
2 parents 3b6e939 + 922b109 commit 32e4759
Showing 1 changed file with 14 additions and 2 deletions.
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

0 comments on commit 32e4759

Please sign in to comment.