Skip to content

Commit ddb74d4

Browse files
committed
v1.2.2: Add Windows artifacts to release
1 parent 2c1e198 commit ddb74d4

7 files changed

Lines changed: 17 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
if: ${{ steps.check-tag.outputs.release == 'true' }}
146146
uses: ncipollo/release-action@v1.12.0
147147
with:
148-
artifacts: "artifacts/Linux/*.deb,artifacts/MacOS/*.pkg"
148+
artifacts: "artifacts/Linux/*.deb,artifacts/MacOS/*.pkg,artifacts/Windows/*.exe"
149149
tag: ${{ steps.check-tag.outputs.version }}
150150

151151

cli/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g @nowsecure/platform-cli
2222
$ ns-cli COMMAND
2323
running command...
2424
$ ns-cli (--version)
25-
@nowsecure/platform-cli/1.1.0 linux-x64 node-v20.16.0
25+
@nowsecure/platform-cli/1.2.2 darwin-x64 node-v20.12.2
2626
$ ns-cli --help [COMMAND]
2727
USAGE
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/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/app/index.ts)_
89+
_See code: [dist/commands/app/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/app/index.ts)_
9090

9191
## `ns-cli app archive [PLATFORM] [PACKAGENAME]`
9292

@@ -505,7 +505,7 @@ DESCRIPTION
505505
Commands to retrieve assessment data
506506
```
507507

508-
_See code: [dist/commands/assessment/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/assessment/index.ts)_
508+
_See code: [dist/commands/assessment/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/assessment/index.ts)_
509509

510510
## `ns-cli assessment cancel ASSESSMENT`
511511

@@ -579,11 +579,10 @@ List assessments
579579
```
580580
USAGE
581581
$ ns-cli assessment list [--token <value>] [--graphql <value>] [--rest <value>] [--ui <value>] [--profile <value>]
582-
[--config-file <value>] [-m critical|c|high|h|medium|m|low|l|info|i --json ] [-w ] [-i <value> ] [-e <value> ]
583-
[-a ] [-f ] [--config ] [-d ] [-b ] [--group-ref <value>] [-g <value>] [-r <value>] [--platform android|ios]
584-
[--limit <value>] [--scope *] [--finding <value>] [--status cancelled|completed|failed|pending] [--since <value>]
585-
[--after <value>] [--before <value>] [--until <value>] [--reverse] [-d] [--baseline] [--appstore] [--fail-fast]
586-
[--favorite]
582+
[--config-file <value>] [-m critical|c|high|h|medium|m|low|l|info|i --json] [-w ] [-i <value> ] [-e <value> ] [-a ]
583+
[-f ] [--config ] [-d ] [-b ] [--group-ref <value>] [-g <value>] [-r <value>] [--platform android|ios] [--limit
584+
<value>] [--scope *] [--finding <value>] [--status cancelled|completed|failed|pending] [--since <value>] [--after
585+
<value>] [--before <value>] [--until <value>] [--reverse] [-d] [--baseline] [--appstore] [--fail-fast] [--favorite]
587586
588587
FLAGS
589588
-a, --all-findings show all findings
@@ -835,7 +834,7 @@ FLAGS
835834
--ui=<value> URL of the UI server
836835
```
837836

838-
_See code: [dist/commands/configure/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/configure/index.ts)_
837+
_See code: [dist/commands/configure/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/configure/index.ts)_
839838

840839
## `ns-cli help [COMMANDS]`
841840

@@ -869,7 +868,7 @@ DESCRIPTION
869868
Commands for the user's organization
870869
```
871870

872-
_See code: [dist/commands/organization/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/organization/index.ts)_
871+
_See code: [dist/commands/organization/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/organization/index.ts)_
873872

874873
## `ns-cli organization groups`
875874

@@ -1266,7 +1265,7 @@ DESCRIPTION
12661265
Commands for users & accounts
12671266
```
12681267

1269-
_See code: [dist/commands/user/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/user/index.ts)_
1268+
_See code: [dist/commands/user/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/user/index.ts)_
12701269

12711270
## `ns-cli user account`
12721271

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/platform-cli",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "NowSecure command line tool to interact with NowSecure Platform",
55
"author": "NowSecure",
66
"bin": {
@@ -105,4 +105,4 @@
105105
"oclif"
106106
],
107107
"types": "dist/index.d.ts"
108-
}
108+
}

github-snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/github-snapshot",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nowsecure/platform-lib",
33
"description": "A library to interact with NowSecure Platform",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
77
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/platform-lib-monorepo",
3-
"version": "1.2.1",
3+
"version": "~/nowsecure/github/cosdon/nowsecure-platform-cli",
44
"license": "MIT",
55
"author": "NowSecure",
66
"scripts": {

sarif/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/sarif",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)