You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ Usage:
21
21
veracode-js-packager [flags]
22
22
23
23
Flags:
24
-
-source string The path to the JavaScript app you want to package (default "./sample-projects/sample-node-project")
24
+
-source string The path to the JavaScript app you want to package (required)
25
25
-target string The path where you want the vc-output.zip to be stored to (default ".")
26
-
-tests string The path that contains your test files (relative to the source). Uses a heuristic to identify tests automatically in case no path is provided (default "")
26
+
-tests string The path that contains your test files (relative to the source). (default: Uses a heuristic to identify tests automatically in case no path is provided)
0 commit comments