@sw-tsdk/plugin-turbine 2.11.2-next.8 → 2.13.0

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.
Files changed (30) hide show
  1. package/README.md +29 -24
  2. package/lib/commands/turbine/config/list.d.ts +1 -1
  3. package/lib/commands/turbine/config/list.js +4 -1
  4. package/lib/commands/turbine/config/list.js.map +1 -1
  5. package/lib/commands/turbine/config/remove.d.ts +3 -5
  6. package/lib/commands/turbine/config/remove.js +8 -3
  7. package/lib/commands/turbine/config/remove.js.map +1 -1
  8. package/lib/commands/turbine/config/set.d.ts +6 -7
  9. package/lib/commands/turbine/config/set.js +16 -5
  10. package/lib/commands/turbine/config/set.js.map +1 -1
  11. package/lib/commands/turbine/config/use.d.ts +3 -5
  12. package/lib/commands/turbine/config/use.js +9 -4
  13. package/lib/commands/turbine/config/use.js.map +1 -1
  14. package/lib/commands/turbine/connector/keys/generate.d.ts +8 -9
  15. package/lib/commands/turbine/connector/keys/generate.js +27 -16
  16. package/lib/commands/turbine/connector/keys/generate.js.map +1 -1
  17. package/lib/commands/turbine/connector/keys/list/local.d.ts +1 -1
  18. package/lib/commands/turbine/connector/keys/list/local.js +4 -2
  19. package/lib/commands/turbine/connector/keys/list/local.js.map +1 -1
  20. package/lib/commands/turbine/connector/keys/list/remote.d.ts +6 -7
  21. package/lib/commands/turbine/connector/keys/list/remote.js +16 -8
  22. package/lib/commands/turbine/connector/keys/list/remote.js.map +1 -1
  23. package/lib/commands/turbine/connector/keys/push.d.ts +7 -8
  24. package/lib/commands/turbine/connector/keys/push.js +24 -15
  25. package/lib/commands/turbine/connector/keys/push.js.map +1 -1
  26. package/lib/commands/turbine/connector/push.d.ts +9 -7
  27. package/lib/commands/turbine/connector/push.js +21 -11
  28. package/lib/commands/turbine/connector/push.js.map +1 -1
  29. package/oclif.manifest.json +487 -1
  30. package/package.json +9 -9
@@ -1 +1,487 @@
1
- {"version":"2.11.2-next.8+c1fc8bd","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_yyyy-MM-dd)","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
+ {
2
+ "version": "2.13.0",
3
+ "commands": {
4
+ "turbine:config:list": {
5
+ "id": "turbine:config:list",
6
+ "description": "Use to login to Turbine",
7
+ "strict": true,
8
+ "pluginName": "@sw-tsdk/plugin-turbine",
9
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
10
+ "pluginType": "core",
11
+ "aliases": [],
12
+ "flags": {
13
+ "log-level": {
14
+ "name": "log-level",
15
+ "type": "option",
16
+ "hidden": true,
17
+ "multiple": false,
18
+ "options": [
19
+ "debug"
20
+ ]
21
+ },
22
+ "help": {
23
+ "name": "help",
24
+ "type": "boolean",
25
+ "char": "h",
26
+ "description": "Show CLI help.",
27
+ "allowNo": false
28
+ }
29
+ },
30
+ "args": {}
31
+ },
32
+ "turbine:config:remove": {
33
+ "id": "turbine:config:remove",
34
+ "description": "Use to login to Turbine",
35
+ "strict": true,
36
+ "pluginName": "@sw-tsdk/plugin-turbine",
37
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
38
+ "pluginType": "core",
39
+ "aliases": [],
40
+ "flags": {
41
+ "log-level": {
42
+ "name": "log-level",
43
+ "type": "option",
44
+ "hidden": true,
45
+ "multiple": false,
46
+ "options": [
47
+ "debug"
48
+ ]
49
+ },
50
+ "help": {
51
+ "name": "help",
52
+ "type": "boolean",
53
+ "char": "h",
54
+ "description": "Show CLI help.",
55
+ "allowNo": false
56
+ }
57
+ },
58
+ "args": {
59
+ "url": {
60
+ "name": "url",
61
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
62
+ "required": true
63
+ }
64
+ }
65
+ },
66
+ "turbine:config:set": {
67
+ "id": "turbine:config:set",
68
+ "description": "Use to login to Turbine",
69
+ "strict": true,
70
+ "pluginName": "@sw-tsdk/plugin-turbine",
71
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
72
+ "pluginType": "core",
73
+ "aliases": [],
74
+ "flags": {
75
+ "log-level": {
76
+ "name": "log-level",
77
+ "type": "option",
78
+ "hidden": true,
79
+ "multiple": false,
80
+ "options": [
81
+ "debug"
82
+ ]
83
+ },
84
+ "username": {
85
+ "name": "username",
86
+ "type": "option",
87
+ "char": "u",
88
+ "description": "Turbine username",
89
+ "multiple": false
90
+ },
91
+ "password": {
92
+ "name": "password",
93
+ "type": "option",
94
+ "char": "p",
95
+ "description": "Turbine password (ENV: TURBINE_PASSWORD)",
96
+ "multiple": false
97
+ },
98
+ "otp-code": {
99
+ "name": "otp-code",
100
+ "type": "option",
101
+ "char": "c",
102
+ "description": "Turbine 2FA code",
103
+ "multiple": false,
104
+ "default": ""
105
+ },
106
+ "bypass-certificate-check": {
107
+ "name": "bypass-certificate-check",
108
+ "type": "boolean",
109
+ "char": "b",
110
+ "description": "disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)",
111
+ "allowNo": false
112
+ },
113
+ "default": {
114
+ "name": "default",
115
+ "type": "boolean",
116
+ "description": "sets the turbine instance as the default",
117
+ "allowNo": false
118
+ },
119
+ "skip-check": {
120
+ "name": "skip-check",
121
+ "type": "boolean",
122
+ "description": "skips checking the credentials",
123
+ "allowNo": false
124
+ },
125
+ "help": {
126
+ "name": "help",
127
+ "type": "boolean",
128
+ "char": "h",
129
+ "description": "Show CLI help.",
130
+ "allowNo": false
131
+ }
132
+ },
133
+ "args": {
134
+ "url": {
135
+ "name": "url",
136
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
137
+ "required": true
138
+ }
139
+ }
140
+ },
141
+ "turbine:config:use": {
142
+ "id": "turbine:config:use",
143
+ "description": "Use to login to Turbine",
144
+ "strict": true,
145
+ "pluginName": "@sw-tsdk/plugin-turbine",
146
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
147
+ "pluginType": "core",
148
+ "aliases": [],
149
+ "flags": {
150
+ "log-level": {
151
+ "name": "log-level",
152
+ "type": "option",
153
+ "hidden": true,
154
+ "multiple": false,
155
+ "options": [
156
+ "debug"
157
+ ]
158
+ },
159
+ "help": {
160
+ "name": "help",
161
+ "type": "boolean",
162
+ "char": "h",
163
+ "description": "Show CLI help.",
164
+ "allowNo": false
165
+ }
166
+ },
167
+ "args": {
168
+ "url": {
169
+ "name": "url",
170
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
171
+ "required": true
172
+ }
173
+ }
174
+ },
175
+ "turbine:connector:push": {
176
+ "id": "turbine:connector:push",
177
+ "description": "Use to push an integration to Turbine",
178
+ "strict": true,
179
+ "pluginName": "@sw-tsdk/plugin-turbine",
180
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
181
+ "pluginType": "core",
182
+ "aliases": [],
183
+ "flags": {
184
+ "log-level": {
185
+ "name": "log-level",
186
+ "type": "option",
187
+ "hidden": true,
188
+ "multiple": false,
189
+ "options": [
190
+ "debug"
191
+ ]
192
+ },
193
+ "username": {
194
+ "name": "username",
195
+ "type": "option",
196
+ "char": "u",
197
+ "description": "Turbine username",
198
+ "multiple": false,
199
+ "default": ""
200
+ },
201
+ "password": {
202
+ "name": "password",
203
+ "type": "option",
204
+ "char": "p",
205
+ "description": "Turbine password (ENV: TURBINE_PASSWORD)",
206
+ "multiple": false,
207
+ "default": ""
208
+ },
209
+ "otp-code": {
210
+ "name": "otp-code",
211
+ "type": "option",
212
+ "char": "c",
213
+ "description": "Turbine 2FA code",
214
+ "multiple": false,
215
+ "default": ""
216
+ },
217
+ "bypass-certificate-check": {
218
+ "name": "bypass-certificate-check",
219
+ "type": "boolean",
220
+ "char": "b",
221
+ "description": "disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)",
222
+ "allowNo": false
223
+ },
224
+ "help": {
225
+ "name": "help",
226
+ "type": "boolean",
227
+ "char": "h",
228
+ "description": "Show CLI help.",
229
+ "allowNo": false
230
+ }
231
+ },
232
+ "args": {
233
+ "file": {
234
+ "name": "file",
235
+ "description": "path of the file to be uploaded to Turbine",
236
+ "required": true
237
+ },
238
+ "url": {
239
+ "name": "url",
240
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
241
+ "required": true
242
+ }
243
+ }
244
+ },
245
+ "turbine:connector:keys:generate": {
246
+ "id": "turbine:connector:keys:generate",
247
+ "description": "Use to generate and store signing keys in Turbine",
248
+ "strict": true,
249
+ "pluginName": "@sw-tsdk/plugin-turbine",
250
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
251
+ "pluginType": "core",
252
+ "aliases": [],
253
+ "flags": {
254
+ "log-level": {
255
+ "name": "log-level",
256
+ "type": "option",
257
+ "hidden": true,
258
+ "multiple": false,
259
+ "options": [
260
+ "debug"
261
+ ]
262
+ },
263
+ "username": {
264
+ "name": "username",
265
+ "type": "option",
266
+ "char": "u",
267
+ "description": "Turbine username",
268
+ "multiple": false,
269
+ "default": ""
270
+ },
271
+ "password": {
272
+ "name": "password",
273
+ "type": "option",
274
+ "char": "p",
275
+ "description": "Turbine password (ENV: TURBINE_PASSWORD)",
276
+ "multiple": false,
277
+ "default": ""
278
+ },
279
+ "signing-password": {
280
+ "name": "signing-password",
281
+ "type": "option",
282
+ "description": "password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)",
283
+ "multiple": false,
284
+ "default": ""
285
+ },
286
+ "otp-code": {
287
+ "name": "otp-code",
288
+ "type": "option",
289
+ "char": "c",
290
+ "description": "Turbine 2FA code",
291
+ "multiple": false,
292
+ "default": ""
293
+ },
294
+ "key-name": {
295
+ "name": "key-name",
296
+ "type": "option",
297
+ "description": "name used for the key (default: username_yyyy-MM-dd)",
298
+ "multiple": false
299
+ },
300
+ "bypass-certificate-check": {
301
+ "name": "bypass-certificate-check",
302
+ "type": "boolean",
303
+ "char": "b",
304
+ "description": "disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)",
305
+ "allowNo": false
306
+ },
307
+ "help": {
308
+ "name": "help",
309
+ "type": "boolean",
310
+ "char": "h",
311
+ "description": "Show CLI help.",
312
+ "allowNo": false
313
+ }
314
+ },
315
+ "args": {
316
+ "url": {
317
+ "name": "url",
318
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
319
+ "required": true
320
+ }
321
+ }
322
+ },
323
+ "turbine:connector:keys:push": {
324
+ "id": "turbine:connector:keys:push",
325
+ "description": "Use to generate and store signing keys in Turbine",
326
+ "strict": true,
327
+ "pluginName": "@sw-tsdk/plugin-turbine",
328
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
329
+ "pluginType": "core",
330
+ "aliases": [],
331
+ "flags": {
332
+ "log-level": {
333
+ "name": "log-level",
334
+ "type": "option",
335
+ "hidden": true,
336
+ "multiple": false,
337
+ "options": [
338
+ "debug"
339
+ ]
340
+ },
341
+ "username": {
342
+ "name": "username",
343
+ "type": "option",
344
+ "char": "u",
345
+ "description": "Turbine username",
346
+ "multiple": false,
347
+ "default": ""
348
+ },
349
+ "password": {
350
+ "name": "password",
351
+ "type": "option",
352
+ "char": "p",
353
+ "description": "Turbine password (ENV: TURBINE_PASSWORD)",
354
+ "multiple": false,
355
+ "default": ""
356
+ },
357
+ "keyName": {
358
+ "name": "keyName",
359
+ "type": "option",
360
+ "description": "name used for the key (default: username_YYYY)",
361
+ "multiple": false,
362
+ "default": ""
363
+ },
364
+ "otp-code": {
365
+ "name": "otp-code",
366
+ "type": "option",
367
+ "char": "c",
368
+ "description": "Turbine 2FA code",
369
+ "multiple": false,
370
+ "default": ""
371
+ },
372
+ "bypass-certificate-check": {
373
+ "name": "bypass-certificate-check",
374
+ "type": "boolean",
375
+ "char": "b",
376
+ "description": "disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)",
377
+ "allowNo": false
378
+ },
379
+ "help": {
380
+ "name": "help",
381
+ "type": "boolean",
382
+ "char": "h",
383
+ "description": "Show CLI help.",
384
+ "allowNo": false
385
+ }
386
+ },
387
+ "args": {
388
+ "url": {
389
+ "name": "url",
390
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
391
+ "required": true
392
+ }
393
+ }
394
+ },
395
+ "turbine:connector:keys:list:local": {
396
+ "id": "turbine:connector:keys:list:local",
397
+ "description": "Use to list local keys",
398
+ "strict": true,
399
+ "pluginName": "@sw-tsdk/plugin-turbine",
400
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
401
+ "pluginType": "core",
402
+ "aliases": [],
403
+ "flags": {
404
+ "log-level": {
405
+ "name": "log-level",
406
+ "type": "option",
407
+ "hidden": true,
408
+ "multiple": false,
409
+ "options": [
410
+ "debug"
411
+ ]
412
+ },
413
+ "help": {
414
+ "name": "help",
415
+ "type": "boolean",
416
+ "char": "h",
417
+ "description": "Show CLI help.",
418
+ "allowNo": false
419
+ }
420
+ },
421
+ "args": {}
422
+ },
423
+ "turbine:connector:keys:list:remote": {
424
+ "id": "turbine:connector:keys:list:remote",
425
+ "description": "Use to list remote keys",
426
+ "strict": true,
427
+ "pluginName": "@sw-tsdk/plugin-turbine",
428
+ "pluginAlias": "@sw-tsdk/plugin-turbine",
429
+ "pluginType": "core",
430
+ "aliases": [],
431
+ "flags": {
432
+ "log-level": {
433
+ "name": "log-level",
434
+ "type": "option",
435
+ "hidden": true,
436
+ "multiple": false,
437
+ "options": [
438
+ "debug"
439
+ ]
440
+ },
441
+ "username": {
442
+ "name": "username",
443
+ "type": "option",
444
+ "char": "u",
445
+ "description": "Turbine username",
446
+ "multiple": false
447
+ },
448
+ "password": {
449
+ "name": "password",
450
+ "type": "option",
451
+ "char": "p",
452
+ "description": "Turbine password (ENV: TURBINE_PASSWORD)",
453
+ "multiple": false
454
+ },
455
+ "otp-code": {
456
+ "name": "otp-code",
457
+ "type": "option",
458
+ "char": "c",
459
+ "description": "Turbine 2FA code",
460
+ "multiple": false,
461
+ "default": ""
462
+ },
463
+ "bypass-certificate-check": {
464
+ "name": "bypass-certificate-check",
465
+ "type": "boolean",
466
+ "char": "b",
467
+ "description": "disable certificate validation for Turbine instance (ENV: TURBINE_BYPASS_CERTIFICATE_CHECK)",
468
+ "allowNo": false
469
+ },
470
+ "help": {
471
+ "name": "help",
472
+ "type": "boolean",
473
+ "char": "h",
474
+ "description": "Show CLI help.",
475
+ "allowNo": false
476
+ }
477
+ },
478
+ "args": {
479
+ "url": {
480
+ "name": "url",
481
+ "description": "the url of the turbine instance [https://turbine.acme.com]",
482
+ "required": true
483
+ }
484
+ }
485
+ }
486
+ }
487
+ }
package/package.json CHANGED
@@ -4,15 +4,15 @@
4
4
  "url": "https://github.com/swimlane/turbine-sdk/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@oclif/core": "1.16.4",
8
- "@sw-tsdk/common": "^2.11.2-next.8+c1fc8bd",
9
- "@sw-tsdk/connector": "^2.11.2-next.8+c1fc8bd",
10
- "@sw-tsdk/core": "^2.11.2-next.8+c1fc8bd",
11
- "@sw-tsdk/docker": "^2.11.2-next.8+c1fc8bd",
12
- "@sw-tsdk/turbine": "^2.11.2-next.8+c1fc8bd",
7
+ "@oclif/core": "2.8.5",
8
+ "@sw-tsdk/common": "^2.13.0",
9
+ "@sw-tsdk/connector": "^2.13.0",
10
+ "@sw-tsdk/core": "^2.13.0",
11
+ "@sw-tsdk/docker": "^2.13.0",
12
+ "@sw-tsdk/turbine": "^2.13.0",
13
13
  "@swimlane/cosign": "1.4.1",
14
14
  "date-fns": "2.29.3",
15
- "fs-extra": "10.1.0",
15
+ "fs-extra": "11.1.1",
16
16
  "inquirer": "8.2.2"
17
17
  },
18
18
  "description": "Plugin for managing connectors.",
@@ -66,6 +66,6 @@
66
66
  "posttest": "yarn lint",
67
67
  "dev:setup": "npm link"
68
68
  },
69
- "version": "2.11.2-next.8+c1fc8bd",
70
- "gitHead": "c1fc8bd8a737c5ddbae1ac6e3a7b217c20d418cd"
69
+ "version": "2.13.0",
70
+ "gitHead": "6e07a05fc231fbae98afdf499ea2aa030a7b1993"
71
71
  }