@sw-tsdk/plugin-turbine 2.4.1-next.129 → 2.6.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 CHANGED
@@ -16,7 +16,7 @@ $ npm install -g @sw-tsdk/plugin-turbine
16
16
  $ sw-tsdk-turbine COMMAND
17
17
  running command...
18
18
  $ sw-tsdk-turbine (--version)
19
- @sw-tsdk/plugin-turbine/2.4.1-next.129+31cfea4 linux-x64 node-v16.19.0
19
+ @sw-tsdk/plugin-turbine/2.6.1 darwin-x64 node-v16.17.1
20
20
  $ sw-tsdk-turbine --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-turbine COMMAND
@@ -33,7 +33,7 @@ USAGE
33
33
  * [`sw-tsdk-turbine turbine:connector:keys:list:local`](#sw-tsdk-turbine-turbineconnectorkeyslistlocal)
34
34
  * [`sw-tsdk-turbine turbine:connector:keys:list:remote [URL]`](#sw-tsdk-turbine-turbineconnectorkeyslistremote-url)
35
35
  * [`sw-tsdk-turbine turbine:connector:keys:push URL`](#sw-tsdk-turbine-turbineconnectorkeyspush-url)
36
- * [`sw-tsdk-turbine turbine:connector:push [URL] FILE`](#sw-tsdk-turbine-turbineconnectorpush-url-file)
36
+ * [`sw-tsdk-turbine turbine:connector:push FILE [URL]`](#sw-tsdk-turbine-turbineconnectorpush-file-url)
37
37
 
38
38
  ## `sw-tsdk-turbine turbine:config:list`
39
39
 
@@ -50,7 +50,7 @@ DESCRIPTION
50
50
  Use to login to Turbine
51
51
  ```
52
52
 
53
- _See code: [lib/commands/turbine/config/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/config/list.js)_
53
+ _See code: [lib/commands/turbine/config/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/config/list.js)_
54
54
 
55
55
  ## `sw-tsdk-turbine turbine:config:remove URL`
56
56
 
@@ -70,7 +70,7 @@ DESCRIPTION
70
70
  Use to login to Turbine
71
71
  ```
72
72
 
73
- _See code: [lib/commands/turbine/config/remove.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/config/remove.js)_
73
+ _See code: [lib/commands/turbine/config/remove.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/config/remove.js)_
74
74
 
75
75
  ## `sw-tsdk-turbine turbine:config:set URL`
76
76
 
@@ -96,7 +96,7 @@ DESCRIPTION
96
96
  Use to login to Turbine
97
97
  ```
98
98
 
99
- _See code: [lib/commands/turbine/config/set.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/config/set.js)_
99
+ _See code: [lib/commands/turbine/config/set.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/config/set.js)_
100
100
 
101
101
  ## `sw-tsdk-turbine turbine:config:use URL`
102
102
 
@@ -116,7 +116,7 @@ DESCRIPTION
116
116
  Use to login to Turbine
117
117
  ```
118
118
 
119
- _See code: [lib/commands/turbine/config/use.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/config/use.js)_
119
+ _See code: [lib/commands/turbine/config/use.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/config/use.js)_
120
120
 
121
121
  ## `sw-tsdk-turbine turbine:connector:keys:generate [URL]`
122
122
 
@@ -143,7 +143,7 @@ DESCRIPTION
143
143
  Use to generate and store signing keys in Turbine
144
144
  ```
145
145
 
146
- _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/connector/keys/generate.js)_
146
+ _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/connector/keys/generate.js)_
147
147
 
148
148
  ## `sw-tsdk-turbine turbine:connector:keys:list:local`
149
149
 
@@ -160,7 +160,7 @@ DESCRIPTION
160
160
  Use to list local keys
161
161
  ```
162
162
 
163
- _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/connector/keys/list/local.js)_
163
+ _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/connector/keys/list/local.js)_
164
164
 
165
165
  ## `sw-tsdk-turbine turbine:connector:keys:list:remote [URL]`
166
166
 
@@ -184,7 +184,7 @@ DESCRIPTION
184
184
  Use to list remote keys
185
185
  ```
186
186
 
187
- _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/connector/keys/list/remote.js)_
187
+ _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/connector/keys/list/remote.js)_
188
188
 
189
189
  ## `sw-tsdk-turbine turbine:connector:keys:push URL`
190
190
 
@@ -209,19 +209,19 @@ DESCRIPTION
209
209
  Use to generate and store signing keys in Turbine
210
210
  ```
211
211
 
212
- _See code: [lib/commands/turbine/connector/keys/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/connector/keys/push.js)_
212
+ _See code: [lib/commands/turbine/connector/keys/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/connector/keys/push.js)_
213
213
 
214
- ## `sw-tsdk-turbine turbine:connector:push [URL] FILE`
214
+ ## `sw-tsdk-turbine turbine:connector:push FILE [URL]`
215
215
 
216
216
  Use to push an integration to Turbine
217
217
 
218
218
  ```
219
219
  USAGE
220
- $ sw-tsdk-turbine turbine:connector:push [URL] [FILE] [-u <value>] [-p <value>] [-b] [-h]
220
+ $ sw-tsdk-turbine turbine:connector:push [FILE] [URL] [-u <value>] [-p <value>] [-b] [-h]
221
221
 
222
222
  ARGUMENTS
223
- URL the url of the turbine instance [https://turbine.acme.com]
224
223
  FILE path of the file to be uploaded to Turbine
224
+ URL the url of the turbine instance [https://turbine.acme.com]
225
225
 
226
226
  FLAGS
227
227
  -b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
@@ -234,5 +234,5 @@ DESCRIPTION
234
234
  Use to push an integration to Turbine
235
235
  ```
236
236
 
237
- _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.4.1-next.129+31cfea4/lib/commands/turbine/connector/push.js)_
237
+ _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.6.1/lib/commands/turbine/connector/push.js)_
238
238
  <!-- commandsstop -->
@@ -54,12 +54,12 @@ exports.Push = Push;
54
54
  Push.description = 'Use to push an integration to Turbine';
55
55
  Push.flags = Object.assign(Object.assign({}, core_3.Base.BaseFlags), { username: core_1.Flags.string({ char: 'u', description: 'Turbine username', default: '' }), password: core_1.Flags.string({ char: 'p', description: 'Turbine password (ENV: TURBINE_PASSWORD)', default: '', env: 'TURBINE_PASSWORD' }), 'bypass-certificate-check': core_1.Flags.boolean({ char: 'b', description: 'disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)', env: 'TURBINE_BYPASS_CERTIFICATE_CHECK' }), help: core_1.Flags.help({ char: 'h' }) });
56
56
  Push.args = [{
57
- name: 'url',
58
- description: 'the url of the turbine instance [https://turbine.acme.com]',
59
- required: false,
60
- }, {
61
57
  name: 'file',
62
58
  description: 'path of the file to be uploaded to Turbine',
63
59
  required: true,
60
+ }, {
61
+ name: 'url',
62
+ description: 'the url of the turbine instance [https://turbine.acme.com]',
63
+ required: false,
64
64
  }];
65
65
  //# sourceMappingURL=push.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"push.js","sourceRoot":"","sources":["../../../../src/commands/turbine/connector/push.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"push.js","sourceRoot":"","sources":["../../../../src/commands/turbine/connector/push.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":"2.4.1-next.129+31cfea4","commands":{"turbine:config:list":{"id":"turbine:config:list","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:config:remove":{"id":"turbine:config:remove","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:config:set":{"id":"turbine:config:set","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"default":{"name":"default","type":"boolean","description":"sets the turbine instance as the default","allowNo":false},"skip-check":{"name":"skip-check","type":"boolean","description":"skips checking the credentials","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:config:use":{"id":"turbine:config:use","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:connector:push":{"id":"turbine:connector:push","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false,"default":""},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":false},{"name":"file","description":"path of the file to be uploaded to Turbine","required":true}]},"turbine:connector:keys:generate":{"id":"turbine:connector:keys:generate","description":"Use to generate and store signing keys in Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false,"default":""},"signing-password":{"name":"signing-password","type":"option","description":"password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)","multiple":false,"default":""},"key-name":{"name":"key-name","type":"option","description":"name used for the key (default: username)","multiple":false},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":false}]},"turbine:connector:keys:push":{"id":"turbine:connector:keys:push","description":"Use to generate and store signing keys in Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false,"default":""},"keyName":{"name":"keyName","type":"option","description":"name used for the key (default: username_YYYY)","multiple":false,"default":""},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:connector:keys:list:local":{"id":"turbine:connector:keys:list:local","description":"Use to list local keys","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:list:remote":{"id":"turbine:connector:keys:list:remote","description":"Use to list remote keys","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":false}]}}}
1
+ {"version":"2.6.1","commands":{"turbine:config:list":{"id":"turbine:config:list","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:config:remove":{"id":"turbine:config:remove","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:config:set":{"id":"turbine:config:set","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"default":{"name":"default","type":"boolean","description":"sets the turbine instance as the default","allowNo":false},"skip-check":{"name":"skip-check","type":"boolean","description":"skips checking the credentials","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:config:use":{"id":"turbine:config:use","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:connector:push":{"id":"turbine:connector:push","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false,"default":""},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"file","description":"path of the file to be uploaded to Turbine","required":true},{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":false}]},"turbine:connector:keys:generate":{"id":"turbine:connector:keys:generate","description":"Use to generate and store signing keys in Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false,"default":""},"signing-password":{"name":"signing-password","type":"option","description":"password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)","multiple":false,"default":""},"key-name":{"name":"key-name","type":"option","description":"name used for the key (default: username)","multiple":false},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":false}]},"turbine:connector:keys:push":{"id":"turbine:connector:keys:push","description":"Use to generate and store signing keys in Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false,"default":""},"keyName":{"name":"keyName","type":"option","description":"name used for the key (default: username_YYYY)","multiple":false,"default":""},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":true}]},"turbine:connector:keys:list:local":{"id":"turbine:connector:keys:list:local","description":"Use to list local keys","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:list:remote":{"id":"turbine:connector:keys:list:remote","description":"Use to list remote keys","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password (ENV: TURBINE_PASSWORD)","multiple":false},"bypass-certificate-check":{"name":"bypass-certificate-check","type":"boolean","char":"b","description":"disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"url","description":"the url of the turbine instance [https://turbine.acme.com]","required":false}]}}}
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@oclif/core": "1.16.4",
8
- "@sw-tsdk/common": "^2.4.1-next.129+31cfea4",
9
- "@sw-tsdk/connector": "^2.4.1-next.129+31cfea4",
10
- "@sw-tsdk/core": "^2.4.1-next.129+31cfea4",
11
- "@sw-tsdk/docker": "^2.4.1-next.129+31cfea4",
12
- "@sw-tsdk/turbine": "^2.4.1-next.129+31cfea4",
8
+ "@sw-tsdk/common": "^2.6.1",
9
+ "@sw-tsdk/connector": "^2.6.1",
10
+ "@sw-tsdk/core": "^2.6.1",
11
+ "@sw-tsdk/docker": "^2.6.1",
12
+ "@sw-tsdk/turbine": "^2.6.1",
13
13
  "@swimlane/cosign": "1.3.1",
14
14
  "date-fns": "2.29.3",
15
15
  "fs-extra": "10.1.0",
@@ -66,6 +66,6 @@
66
66
  "posttest": "yarn lint",
67
67
  "dev:setup": "npm link"
68
68
  },
69
- "version": "2.4.1-next.129+31cfea4",
70
- "gitHead": "31cfea465127f0645860b439882415156283e575"
69
+ "version": "2.6.1",
70
+ "gitHead": "a7da258bffe86194ceeeaf7eea601a933292c0e8"
71
71
  }