@sw-tsdk/plugin-connector 3.1.0 → 3.1.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 +26 -26
- package/lib/commands/solution/create.js +2 -2
- package/oclif.manifest.json +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ $ npm install -g @sw-tsdk/plugin-connector
|
|
|
16
16
|
$ sw-tsdk-connector COMMAND
|
|
17
17
|
running command...
|
|
18
18
|
$ sw-tsdk-connector (--version)
|
|
19
|
-
@sw-tsdk/plugin-connector/3.1.
|
|
19
|
+
@sw-tsdk/plugin-connector/3.1.1 linux-x64 node-v16.20.2
|
|
20
20
|
$ sw-tsdk-connector --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-connector COMMAND
|
|
@@ -68,7 +68,7 @@ DESCRIPTION
|
|
|
68
68
|
Update a connector action.
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
71
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/action/add.js)_
|
|
72
72
|
|
|
73
73
|
## `sw-tsdk-connector action:generate:data`
|
|
74
74
|
|
|
@@ -93,7 +93,7 @@ DESCRIPTION
|
|
|
93
93
|
Use to test a task in an integration
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
96
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/action/generate/data.js)_
|
|
97
97
|
|
|
98
98
|
## `sw-tsdk-connector action:generate:input`
|
|
99
99
|
|
|
@@ -118,7 +118,7 @@ DESCRIPTION
|
|
|
118
118
|
Update action input schema.
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
121
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/action/generate/input.js)_
|
|
122
122
|
|
|
123
123
|
## `sw-tsdk-connector action:generate:output`
|
|
124
124
|
|
|
@@ -142,7 +142,7 @@ DESCRIPTION
|
|
|
142
142
|
Update a connector action.
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
145
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/action/generate/output.js)_
|
|
146
146
|
|
|
147
147
|
## `sw-tsdk-connector action:run:local`
|
|
148
148
|
|
|
@@ -171,7 +171,7 @@ DESCRIPTION
|
|
|
171
171
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
174
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/action/run/local.js)_
|
|
175
175
|
|
|
176
176
|
## `sw-tsdk-connector asset:add`
|
|
177
177
|
|
|
@@ -192,7 +192,7 @@ DESCRIPTION
|
|
|
192
192
|
Update a connector action.
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
195
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/asset/add.js)_
|
|
196
196
|
|
|
197
197
|
## `sw-tsdk-connector component:create`
|
|
198
198
|
|
|
@@ -223,7 +223,7 @@ DESCRIPTION
|
|
|
223
223
|
Scaffold a new Component
|
|
224
224
|
```
|
|
225
225
|
|
|
226
|
-
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
226
|
+
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/component/create.js)_
|
|
227
227
|
|
|
228
228
|
## `sw-tsdk-connector component:logo`
|
|
229
229
|
|
|
@@ -244,7 +244,7 @@ DESCRIPTION
|
|
|
244
244
|
Update a Component logo.
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [lib/commands/component/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
247
|
+
_See code: [lib/commands/component/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/component/logo.js)_
|
|
248
248
|
|
|
249
249
|
## `sw-tsdk-connector component:ssp`
|
|
250
250
|
|
|
@@ -265,7 +265,7 @@ DESCRIPTION
|
|
|
265
265
|
Update an SSP.
|
|
266
266
|
```
|
|
267
267
|
|
|
268
|
-
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
268
|
+
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/component/ssp.js)_
|
|
269
269
|
|
|
270
270
|
## `sw-tsdk-connector connector:build`
|
|
271
271
|
|
|
@@ -295,7 +295,7 @@ DESCRIPTION
|
|
|
295
295
|
Builds a local docker image of the connector.
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
298
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/build.js)_
|
|
299
299
|
|
|
300
300
|
## `sw-tsdk-connector connector:create`
|
|
301
301
|
|
|
@@ -327,7 +327,7 @@ DESCRIPTION
|
|
|
327
327
|
Scaffold a new connector
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
330
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/create.js)_
|
|
331
331
|
|
|
332
332
|
## `sw-tsdk-connector connector:create:openapi`
|
|
333
333
|
|
|
@@ -356,7 +356,7 @@ DESCRIPTION
|
|
|
356
356
|
Scaffold a new connector
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
359
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/create/openapi.js)_
|
|
360
360
|
|
|
361
361
|
## `sw-tsdk-connector connector:create:source`
|
|
362
362
|
|
|
@@ -374,7 +374,7 @@ DESCRIPTION
|
|
|
374
374
|
Generates 11x source from 10x
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
377
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/create/source.js)_
|
|
378
378
|
|
|
379
379
|
## `sw-tsdk-connector connector:logo`
|
|
380
380
|
|
|
@@ -393,7 +393,7 @@ DESCRIPTION
|
|
|
393
393
|
Update a connector.
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
396
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/logo.js)_
|
|
397
397
|
|
|
398
398
|
## `sw-tsdk-connector connector:sign`
|
|
399
399
|
|
|
@@ -418,7 +418,7 @@ DESCRIPTION
|
|
|
418
418
|
Builds a local docker image of the connector.
|
|
419
419
|
```
|
|
420
420
|
|
|
421
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
421
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/sign.js)_
|
|
422
422
|
|
|
423
423
|
## `sw-tsdk-connector connector:update`
|
|
424
424
|
|
|
@@ -438,7 +438,7 @@ DESCRIPTION
|
|
|
438
438
|
Update a connector.
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
441
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/update.js)_
|
|
442
442
|
|
|
443
443
|
## `sw-tsdk-connector connector:validate`
|
|
444
444
|
|
|
@@ -461,7 +461,7 @@ DESCRIPTION
|
|
|
461
461
|
Use to validate an integration
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
464
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/connector/validate.js)_
|
|
465
465
|
|
|
466
466
|
## `sw-tsdk-connector description:action`
|
|
467
467
|
|
|
@@ -482,7 +482,7 @@ DESCRIPTION
|
|
|
482
482
|
Use to generate action description
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
485
|
+
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/description/action.js)_
|
|
486
486
|
|
|
487
487
|
## `sw-tsdk-connector description:actions`
|
|
488
488
|
|
|
@@ -502,7 +502,7 @@ DESCRIPTION
|
|
|
502
502
|
Use to generate description for all actions
|
|
503
503
|
```
|
|
504
504
|
|
|
505
|
-
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
505
|
+
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/description/actions.js)_
|
|
506
506
|
|
|
507
507
|
## `sw-tsdk-connector description:component`
|
|
508
508
|
|
|
@@ -525,7 +525,7 @@ DESCRIPTION
|
|
|
525
525
|
Use to generate component descriptions
|
|
526
526
|
```
|
|
527
527
|
|
|
528
|
-
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
528
|
+
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/description/component.js)_
|
|
529
529
|
|
|
530
530
|
## `sw-tsdk-connector description:connector`
|
|
531
531
|
|
|
@@ -545,7 +545,7 @@ DESCRIPTION
|
|
|
545
545
|
Use to generate connector descriptions
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
-
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
548
|
+
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/description/connector.js)_
|
|
549
549
|
|
|
550
550
|
## `sw-tsdk-connector solution:create`
|
|
551
551
|
|
|
@@ -566,14 +566,14 @@ FLAGS
|
|
|
566
566
|
--homepage=<value> Solution Author Support URL
|
|
567
567
|
--logoPath=<value> URL or absolute path to logo file
|
|
568
568
|
--solutionFamily=<value> Solution Family (e.g. classic | canvas)
|
|
569
|
-
--solutionName=<value> Solution Name (e.g.
|
|
569
|
+
--solutionName=<value> Solution Name (e.g. SOC Solution)
|
|
570
570
|
--sspPath=<value> absolute path to .ssp file
|
|
571
571
|
|
|
572
572
|
DESCRIPTION
|
|
573
573
|
Scaffold a new Solution
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
576
|
+
_See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/solution/create.js)_
|
|
577
577
|
|
|
578
578
|
## `sw-tsdk-connector solution:logo`
|
|
579
579
|
|
|
@@ -594,7 +594,7 @@ DESCRIPTION
|
|
|
594
594
|
Update a Solution logo.
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [lib/commands/solution/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
597
|
+
_See code: [lib/commands/solution/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/solution/logo.js)_
|
|
598
598
|
|
|
599
599
|
## `sw-tsdk-connector solution:ssp`
|
|
600
600
|
|
|
@@ -615,5 +615,5 @@ DESCRIPTION
|
|
|
615
615
|
Update an SSP.
|
|
616
616
|
```
|
|
617
617
|
|
|
618
|
-
_See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.
|
|
618
|
+
_See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.1.1/lib/commands/solution/ssp.js)_
|
|
619
619
|
<!-- commandsstop -->
|
|
@@ -35,7 +35,7 @@ class Create extends core_2.Base {
|
|
|
35
35
|
{
|
|
36
36
|
type: 'input',
|
|
37
37
|
name: 'solutionName',
|
|
38
|
-
message: 'Solution Name (e.g.
|
|
38
|
+
message: 'Solution Name (e.g. SOC Solution)',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
type: 'input',
|
|
@@ -142,7 +142,7 @@ Create.flags = {
|
|
|
142
142
|
default: './',
|
|
143
143
|
}),
|
|
144
144
|
solutionFamily: core_1.Flags.string({ description: 'Solution Family (e.g. classic | canvas)' }),
|
|
145
|
-
solutionName: core_1.Flags.string({ description: 'Solution Name (e.g.
|
|
145
|
+
solutionName: core_1.Flags.string({ description: 'Solution Name (e.g. SOC Solution)' }),
|
|
146
146
|
description: core_1.Flags.string({ description: 'Description (e.g. SOC Solution Description)' }),
|
|
147
147
|
logoPath: core_1.Flags.string({ description: 'URL or absolute path to logo file' }),
|
|
148
148
|
sspPath: core_1.Flags.string({ description: 'absolute path to .ssp file' }),
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.1.
|
|
2
|
+
"version": "3.1.1",
|
|
3
3
|
"commands": {
|
|
4
4
|
"action:add": {
|
|
5
5
|
"id": "action:add",
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
"solutionName": {
|
|
927
927
|
"name": "solutionName",
|
|
928
928
|
"type": "option",
|
|
929
|
-
"description": "Solution Name (e.g.
|
|
929
|
+
"description": "Solution Name (e.g. SOC Solution)",
|
|
930
930
|
"multiple": false
|
|
931
931
|
},
|
|
932
932
|
"description": {
|
package/package.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@apidevtools/json-schema-ref-parser": "10.1.0",
|
|
8
8
|
"@oclif/core": "2.8.5",
|
|
9
|
-
"@sw-tsdk/common": "^3.1.
|
|
10
|
-
"@sw-tsdk/connector": "^3.1.
|
|
11
|
-
"@sw-tsdk/core": "^3.1.
|
|
12
|
-
"@sw-tsdk/docker": "^3.1.
|
|
9
|
+
"@sw-tsdk/common": "^3.1.1",
|
|
10
|
+
"@sw-tsdk/connector": "^3.1.1",
|
|
11
|
+
"@sw-tsdk/core": "^3.1.1",
|
|
12
|
+
"@sw-tsdk/docker": "^3.1.1",
|
|
13
13
|
"@swimlane/connector-interfaces": "1.11.0",
|
|
14
14
|
"@swimlane/cosign": "1.4.1",
|
|
15
15
|
"@swimlane/docker-reference": "2.0.1",
|
|
@@ -95,6 +95,6 @@
|
|
|
95
95
|
"posttest": "yarn lint",
|
|
96
96
|
"dev:setup": "npm link"
|
|
97
97
|
},
|
|
98
|
-
"version": "3.1.
|
|
99
|
-
"gitHead": "
|
|
98
|
+
"version": "3.1.1",
|
|
99
|
+
"gitHead": "579d9fcbc6bf2dc2527e6e7c7713d78927a6171a"
|
|
100
100
|
}
|