@swimlane/turbine-sdk 2.0.1-next.76 → 2.0.1-next.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ $ npm install -g @swimlane/turbine-sdk
|
|
|
35
35
|
$ tsdk COMMAND
|
|
36
36
|
running command...
|
|
37
37
|
$ tsdk (--version|-v)
|
|
38
|
-
@swimlane/turbine-sdk/2.0.1-next.
|
|
38
|
+
@swimlane/turbine-sdk/2.0.1-next.77+a9b3804 linux-x64 node-v16.18.0
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
|
@@ -283,7 +283,7 @@ FLAGS
|
|
|
283
283
|
--key-name=<value> name used for the key (default: username)
|
|
284
284
|
--registry=<value> [default: localhost:5000] registry to use for signing
|
|
285
285
|
--save saves a signed docker image as tar in local directory.
|
|
286
|
-
--signing-password=<value> password used for the private key
|
|
286
|
+
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
287
287
|
--template=<option> (required) [default: python_310_definition] connector language
|
|
288
288
|
<options: python_3.7_swimlane|node_18|python_310_definition>
|
|
289
289
|
|
|
@@ -427,7 +427,7 @@ FLAGS
|
|
|
427
427
|
-h, --help Show CLI help.
|
|
428
428
|
-i, --image=<value> image to use
|
|
429
429
|
-s, --skip-pull skips pulling the image
|
|
430
|
-
--key=<value> public key for
|
|
430
|
+
--key=<value> public key for verification
|
|
431
431
|
--signed validates a signed connector
|
|
432
432
|
|
|
433
433
|
DESCRIPTION
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.0.1-next.
|
|
1
|
+
{"version":"2.0.1-next.77+a9b3804","commands":{}}
|
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-version": "1.0.4",
|
|
17
17
|
"@oclif/plugin-warn-if-update-available": "2.0.4",
|
|
18
18
|
"@oclif/plugin-which": "2.1.0",
|
|
19
|
-
"@sw-tsdk/core": "^2.0.1-next.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^2.0.1-next.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^2.0.1-next.
|
|
19
|
+
"@sw-tsdk/core": "^2.0.1-next.77+a9b3804",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^2.0.1-next.77+a9b3804",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^2.0.1-next.77+a9b3804",
|
|
22
22
|
"fs-extra": "10.0.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "6.0.1",
|
|
@@ -104,6 +104,6 @@
|
|
|
104
104
|
"dev:setup": "npm link"
|
|
105
105
|
},
|
|
106
106
|
"types": "lib/index.d.ts",
|
|
107
|
-
"version": "2.0.1-next.
|
|
108
|
-
"gitHead": "
|
|
107
|
+
"version": "2.0.1-next.77+a9b3804",
|
|
108
|
+
"gitHead": "a9b380424f5152771ddc0a336b4bd250a9f9d023"
|
|
109
109
|
}
|