From 1f1fd72deab3d28c4fc442289175ecc65e35b3b8 Mon Sep 17 00:00:00 2001 From: gitphill Date: Tue, 28 Jan 2020 16:09:44 +0000 Subject: [PATCH] fix: move --all-projects help text Moving --all-projects, --detection-depth and --exclude help test out of experimental section, and higher up now that this feature has been released. --- help/help.txt | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/help/help.txt b/help/help.txt index bd46dd5efe..3569cce4de 100644 --- a/help/help.txt +++ b/help/help.txt @@ -27,6 +27,18 @@ Commands: Options: + --all-projects ..... (test & monitor commands only) + Auto detect all projects in working directory. + Note gradle is not supported, use --all-sub-projects instead. + --detection-depth= + (test & monitor commands only) + Use with --all-projects to indicate how many sub-directories to search. + Defaults to 2 (the current working directory and one sub-directory). + --exclude= + (test & monitor commands only) + Can only be used with --all-projects to indicate sub-directories to exclude. + Directories must be comma seperated. + If using with --detection-depth exclude ignores directories at any level deep. --dev .............. Include devDependencies (defaults to production only). --file= ...... Sets package file. For more help run `snyk help file`. --org= ... Specify the org machine-name to run Snyk with a specific @@ -125,22 +137,6 @@ Docker options: --exclude-base-image-vulns 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= - (test & monitor commands only) - Use with --all-projects to indicate how many sub-directories to search. - Defaults to 2 (the current working directory and one sub-directory). - --exclude= - (test & monitor commands only) - Can only be used with --all-projects to indicate sub-directories to exclude. - Directories must be comma seperated. - If using with --detection-depth exclude ignores directories at any level deep. - Examples: $ snyk test