@@ -22,7 +22,7 @@ $ npm install -g @nowsecure/platform-cli
2222$ ns-cli COMMAND
2323running command...
2424$ ns-cli (--version)
25- @nowsecure/platform-cli/1.0.0-beta.3 darwin-x64 node-v16.19.1
25+ @nowsecure/platform-cli/1.0.0 darwin-x64 node-v16.19.1
2626$ ns-cli --help [COMMAND]
2727USAGE
2828 $ ns-cli COMMAND
@@ -86,7 +86,7 @@ DESCRIPTION
8686 Commands to manipulate applications for analysis
8787```
8888
89- _ See code: [ dist/commands/app/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0-beta.3 /dist/commands/app/index.ts ) _
89+ _ See code: [ dist/commands/app/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0/dist/commands/app/index.ts ) _
9090
9191## ` ns-cli app archive [PLATFORM] [PACKAGENAME] `
9292
@@ -332,15 +332,18 @@ Upload and analyze an application binary
332332```
333333USAGE
334334 $ ns-cli app process BINARY [--token <value>] [--graphql <value>] [--rest <value>] [--ui <value>] [--profile
335- <value>] [--config-file <value>] [--json] [-g <value>] [--group-ref <value>] [-v <value>]
335+ <value>] [--config-file <value>] [--json] [-g <value>] [--group-ref <value>] [-v <value>] [-t
336+ full|static|dependencies]
336337
337338ARGUMENTS
338339 BINARY file to send to Platform
339340
340341FLAGS
341- -g, --group=<value> Group name
342- -v, --set-version=<value> Set the version of the uploaded binary
343- --group-ref=<value> Group reference
342+ -g, --group=<value> Group name
343+ -t, --analysis-type=<option> The type of analysis to perform
344+ <options: full|static|dependencies>
345+ -v, --set-version=<value> Set the version of the uploaded binary
346+ --group-ref=<value> Group reference
344347
345348GLOBAL FLAGS
346349 --config-file=<value> Path to the config file
@@ -480,7 +483,7 @@ DESCRIPTION
480483 Commands to retrieve assessment data
481484```
482485
483- _ See code: [ dist/commands/assessment/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0-beta.3 /dist/commands/assessment/index.ts ) _
486+ _ See code: [ dist/commands/assessment/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0/dist/commands/assessment/index.ts ) _
484487
485488## ` ns-cli assessment cancel ASSESSMENT `
486489
@@ -810,7 +813,7 @@ FLAGS
810813 --ui=<value> URL of the UI server
811814```
812815
813- _ See code: [ dist/commands/configure/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0-beta.3 /dist/commands/configure/index.ts ) _
816+ _ See code: [ dist/commands/configure/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0/dist/commands/configure/index.ts ) _
814817
815818## ` ns-cli help [COMMANDS] `
816819
@@ -844,7 +847,7 @@ DESCRIPTION
844847 Commands for the user's organization
845848```
846849
847- _ See code: [ dist/commands/organization/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0-beta.3 /dist/commands/organization/index.ts ) _
850+ _ See code: [ dist/commands/organization/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0/dist/commands/organization/index.ts ) _
848851
849852## ` ns-cli organization groups `
850853
@@ -1241,7 +1244,7 @@ DESCRIPTION
12411244 Commands for users & accounts
12421245```
12431246
1244- _ See code: [ dist/commands/user/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0-beta.3 /dist/commands/user/index.ts ) _
1247+ _ See code: [ dist/commands/user/index.ts] ( https://github.com/cosdon/nowsecure-cli/blob/v1.0.0/dist/commands/user/index.ts ) _
12451248
12461249## ` ns-cli user account `
12471250
0 commit comments