@@ -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 darwin -x64 node-v16.19.1
25+ @nowsecure/platform-cli/1.1 .0 linux -x64 node-v20.16.0
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/dist/commands/app/index.ts ) _
89+ _ See code: [ dist/commands/app/index.ts] ( https://github.com/nowsecure /nowsecure-cli/blob/v1.1 .0/dist/commands/app/index.ts ) _
9090
9191## ` ns-cli app archive [PLATFORM] [PACKAGENAME] `
9292
@@ -340,9 +340,9 @@ ARGUMENTS
340340
341341FLAGS
342342 -g, --group=<value> Group name
343- -t, --analysis-type=<option> The type of analysis to perform
343+ -t, --analysis-type=<option> The type of analysis to perform.
344344 <options: full|static|dependencies>
345- -v, --set-version=<value> Set the version of the uploaded binary
345+ -v, --set-version=<value> Set the version of the uploaded binary.
346346 --group-ref=<value> Group reference
347347
348348GLOBAL FLAGS
@@ -354,11 +354,33 @@ GLOBAL FLAGS
354354 --token=<value> Platform API token
355355 --ui=<value> URL of the UI server
356356
357- DESCRIPTION
358- Upload and analyze an application binary
359-
360357EXAMPLES
361358 $ ns-cli app process my_application.apk
359+
360+ FLAG DESCRIPTIONS
361+ -t, --analysis-type=full|static|dependencies The type of analysis to perform.
362+
363+ "static": Perform a static analysis only.
364+ "dependencies": Analyze the application's library dependencies.
365+ "full": Run a complete assessment including dynamic analysis.
366+
367+ If the flag is not specified a full analysis will be run.
368+
369+ Static-only and dependency-only analyses do not attempt to decrypt encrypted binaries as
370+ these analyses are intended to provide a rapid result for e.g. a CI/CD pipeline. An encrypted
371+ binary will fail to analyze.
372+
373+ Please note:
374+ The assessment status on NowSecure Platform UI does not reflect successful completion of
375+ static-only or dependencies-only analysis. The labels in the UI will be "Partial Results"
376+ and "Failed Dynamic Analysis" due to the lack of a dynamic analysis.
377+
378+ -v, --set-version=<value> Set the version of the uploaded binary.
379+
380+ Attached a custom version string to the uploaded build,
381+ overriding the version string contained in the package file.
382+
383+ The custom string will be displayed in the "Version" column of the application list in Platform.
362384```
363385
364386## ` ns-cli app update [PLATFORM] [PACKAGENAME] [STDIN] `
@@ -483,7 +505,7 @@ DESCRIPTION
483505 Commands to retrieve assessment data
484506```
485507
486- _ See code: [ dist/commands/assessment/index.ts] ( https://github.com/cosdon /nowsecure-cli/blob/v1.0 .0/dist/commands/assessment/index.ts ) _
508+ _ See code: [ dist/commands/assessment/index.ts] ( https://github.com/nowsecure /nowsecure-cli/blob/v1.1 .0/dist/commands/assessment/index.ts ) _
487509
488510## ` ns-cli assessment cancel ASSESSMENT `
489511
@@ -813,7 +835,7 @@ FLAGS
813835 --ui=<value> URL of the UI server
814836```
815837
816- _ See code: [ dist/commands/configure/index.ts] ( https://github.com/cosdon /nowsecure-cli/blob/v1.0 .0/dist/commands/configure/index.ts ) _
838+ _ See code: [ dist/commands/configure/index.ts] ( https://github.com/nowsecure /nowsecure-cli/blob/v1.1 .0/dist/commands/configure/index.ts ) _
817839
818840## ` ns-cli help [COMMANDS] `
819841
@@ -847,7 +869,7 @@ DESCRIPTION
847869 Commands for the user's organization
848870```
849871
850- _ See code: [ dist/commands/organization/index.ts] ( https://github.com/cosdon /nowsecure-cli/blob/v1.0 .0/dist/commands/organization/index.ts ) _
872+ _ See code: [ dist/commands/organization/index.ts] ( https://github.com/nowsecure /nowsecure-cli/blob/v1.1 .0/dist/commands/organization/index.ts ) _
851873
852874## ` ns-cli organization groups `
853875
@@ -1244,7 +1266,7 @@ DESCRIPTION
12441266 Commands for users & accounts
12451267```
12461268
1247- _ See code: [ dist/commands/user/index.ts] ( https://github.com/cosdon /nowsecure-cli/blob/v1.0 .0/dist/commands/user/index.ts ) _
1269+ _ See code: [ dist/commands/user/index.ts] ( https://github.com/nowsecure /nowsecure-cli/blob/v1.1 .0/dist/commands/user/index.ts ) _
12481270
12491271## ` ns-cli user account `
12501272
0 commit comments