@swimlane/turbine-sdk 2.4.1-next.129 → 2.6.2-next.1
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 +7 -7
- 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.
|
|
38
|
+
@swimlane/turbine-sdk/2.6.2-next.1+a4d898d linux-x64 node-v16.19.0
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
|
@@ -78,7 +78,7 @@ USAGE
|
|
|
78
78
|
* [`tsdk turbine connector keys list local`](#tsdk-turbine-connector-keys-list-local)
|
|
79
79
|
* [`tsdk turbine connector keys list remote [URL]`](#tsdk-turbine-connector-keys-list-remote-url)
|
|
80
80
|
* [`tsdk turbine connector keys push URL`](#tsdk-turbine-connector-keys-push-url)
|
|
81
|
-
* [`tsdk turbine connector push [URL]
|
|
81
|
+
* [`tsdk turbine connector push FILE [URL]`](#tsdk-turbine-connector-push-file-url)
|
|
82
82
|
* [`tsdk version`](#tsdk-version)
|
|
83
83
|
* [`tsdk which`](#tsdk-which)
|
|
84
84
|
|
|
@@ -285,7 +285,7 @@ FLAGS
|
|
|
285
285
|
-f, --force-rebuild forces nocache on the image build
|
|
286
286
|
-h, --help Show CLI help.
|
|
287
287
|
-o, --output=<value> output path to where to store the image.
|
|
288
|
-
--key-name=<value> name used for the key (default:
|
|
288
|
+
--key-name=<value> name used for the key (default: username_yyyy-MM-dd)
|
|
289
289
|
--registry=<value> [default: localhost:5000] registry to use for signing
|
|
290
290
|
--save saves a signed docker image as tar in local directory.
|
|
291
291
|
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
@@ -790,7 +790,7 @@ FLAGS
|
|
|
790
790
|
-h, --help Show CLI help.
|
|
791
791
|
-p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
|
|
792
792
|
-u, --username=<value> Turbine username
|
|
793
|
-
--key-name=<value> name used for the key (default:
|
|
793
|
+
--key-name=<value> name used for the key (default: username_yyyy-MM-dd)
|
|
794
794
|
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
795
795
|
|
|
796
796
|
DESCRIPTION
|
|
@@ -857,17 +857,17 @@ DESCRIPTION
|
|
|
857
857
|
Use to generate and store signing keys in Turbine
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
## `tsdk turbine connector push [URL]
|
|
860
|
+
## `tsdk turbine connector push FILE [URL]`
|
|
861
861
|
|
|
862
862
|
Use to push an integration to Turbine
|
|
863
863
|
|
|
864
864
|
```
|
|
865
865
|
USAGE
|
|
866
|
-
$ tsdk turbine connector push [
|
|
866
|
+
$ tsdk turbine connector push [FILE] [URL] [-u <value>] [-p <value>] [-b] [-h]
|
|
867
867
|
|
|
868
868
|
ARGUMENTS
|
|
869
|
-
URL the url of the turbine instance [https://turbine.acme.com]
|
|
870
869
|
FILE path of the file to be uploaded to Turbine
|
|
870
|
+
URL the url of the turbine instance [https://turbine.acme.com]
|
|
871
871
|
|
|
872
872
|
FLAGS
|
|
873
873
|
-b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.6.2-next.1+a4d898d","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.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^2.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^2.
|
|
19
|
+
"@sw-tsdk/core": "^2.6.2-next.1+a4d898d",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^2.6.2-next.1+a4d898d",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^2.6.2-next.1+a4d898d",
|
|
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.
|
|
108
|
-
"gitHead": "
|
|
107
|
+
"version": "2.6.2-next.1+a4d898d",
|
|
108
|
+
"gitHead": "a4d898d67806b648bf73781f2c1a8724324ef076"
|
|
109
109
|
}
|