@sw-tsdk/plugin-connector 3.12.0-next.cee900f → 3.12.0-next.efbbbee
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 +34 -34
- package/oclif.manifest.json +1 -1
- 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.12.0-next.
|
|
19
|
+
@sw-tsdk/plugin-connector/3.12.0-next.efbbbee linux-x64 node-v20.19.0
|
|
20
20
|
$ sw-tsdk-connector --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-connector COMMAND
|
|
@@ -77,7 +77,7 @@ DESCRIPTION
|
|
|
77
77
|
Update a connector action.
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
-
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
80
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/action/add.js)_
|
|
81
81
|
|
|
82
82
|
## `sw-tsdk-connector action:generate:data`
|
|
83
83
|
|
|
@@ -102,7 +102,7 @@ DESCRIPTION
|
|
|
102
102
|
Use to test a task in an integration
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
105
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/action/generate/data.js)_
|
|
106
106
|
|
|
107
107
|
## `sw-tsdk-connector action:generate:input`
|
|
108
108
|
|
|
@@ -127,7 +127,7 @@ DESCRIPTION
|
|
|
127
127
|
Update action input schema.
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
130
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/action/generate/input.js)_
|
|
131
131
|
|
|
132
132
|
## `sw-tsdk-connector action:generate:output`
|
|
133
133
|
|
|
@@ -151,7 +151,7 @@ DESCRIPTION
|
|
|
151
151
|
Update a connector action.
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
154
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/action/generate/output.js)_
|
|
155
155
|
|
|
156
156
|
## `sw-tsdk-connector action:run:local`
|
|
157
157
|
|
|
@@ -180,7 +180,7 @@ DESCRIPTION
|
|
|
180
180
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
183
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/action/run/local.js)_
|
|
184
184
|
|
|
185
185
|
## `sw-tsdk-connector asset:add`
|
|
186
186
|
|
|
@@ -201,7 +201,7 @@ DESCRIPTION
|
|
|
201
201
|
Update a connector action.
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
204
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/asset/add.js)_
|
|
205
205
|
|
|
206
206
|
## `sw-tsdk-connector component:create`
|
|
207
207
|
|
|
@@ -240,7 +240,7 @@ DESCRIPTION
|
|
|
240
240
|
Scaffold a new Component
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
243
|
+
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/component/create.js)_
|
|
244
244
|
|
|
245
245
|
## `sw-tsdk-connector component:image`
|
|
246
246
|
|
|
@@ -262,7 +262,7 @@ DESCRIPTION
|
|
|
262
262
|
Update a Component image.
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [lib/commands/component/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
265
|
+
_See code: [lib/commands/component/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/component/image.js)_
|
|
266
266
|
|
|
267
267
|
## `sw-tsdk-connector component:ssp`
|
|
268
268
|
|
|
@@ -283,7 +283,7 @@ DESCRIPTION
|
|
|
283
283
|
Update an SSP.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
286
|
+
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/component/ssp.js)_
|
|
287
287
|
|
|
288
288
|
## `sw-tsdk-connector connector:build`
|
|
289
289
|
|
|
@@ -313,7 +313,7 @@ DESCRIPTION
|
|
|
313
313
|
Builds a local docker image of the connector.
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
316
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/build.js)_
|
|
317
317
|
|
|
318
318
|
## `sw-tsdk-connector connector:create`
|
|
319
319
|
|
|
@@ -346,7 +346,7 @@ DESCRIPTION
|
|
|
346
346
|
Scaffold a new connector
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
349
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/create.js)_
|
|
350
350
|
|
|
351
351
|
## `sw-tsdk-connector connector:create:openapi`
|
|
352
352
|
|
|
@@ -375,7 +375,7 @@ DESCRIPTION
|
|
|
375
375
|
Scaffold a new connector
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
378
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/create/openapi.js)_
|
|
379
379
|
|
|
380
380
|
## `sw-tsdk-connector connector:create:source`
|
|
381
381
|
|
|
@@ -393,7 +393,7 @@ DESCRIPTION
|
|
|
393
393
|
Generates 11x source from 10x
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
396
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/create/source.js)_
|
|
397
397
|
|
|
398
398
|
## `sw-tsdk-connector connector:lint`
|
|
399
399
|
|
|
@@ -416,7 +416,7 @@ DESCRIPTION
|
|
|
416
416
|
Use to lint the connector
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
419
|
+
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/lint.js)_
|
|
420
420
|
|
|
421
421
|
## `sw-tsdk-connector connector:logo`
|
|
422
422
|
|
|
@@ -435,7 +435,7 @@ DESCRIPTION
|
|
|
435
435
|
Update a connector.
|
|
436
436
|
```
|
|
437
437
|
|
|
438
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
438
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/logo.js)_
|
|
439
439
|
|
|
440
440
|
## `sw-tsdk-connector connector:sign`
|
|
441
441
|
|
|
@@ -460,7 +460,7 @@ DESCRIPTION
|
|
|
460
460
|
Builds a local docker image of the connector.
|
|
461
461
|
```
|
|
462
462
|
|
|
463
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
463
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/sign.js)_
|
|
464
464
|
|
|
465
465
|
## `sw-tsdk-connector connector:update`
|
|
466
466
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
Update a connector.
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
483
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/update.js)_
|
|
484
484
|
|
|
485
485
|
## `sw-tsdk-connector connector:validate`
|
|
486
486
|
|
|
@@ -503,7 +503,7 @@ DESCRIPTION
|
|
|
503
503
|
Use to validate an integration
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
506
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/connector/validate.js)_
|
|
507
507
|
|
|
508
508
|
## `sw-tsdk-connector description:action`
|
|
509
509
|
|
|
@@ -524,7 +524,7 @@ DESCRIPTION
|
|
|
524
524
|
Use to generate action description
|
|
525
525
|
```
|
|
526
526
|
|
|
527
|
-
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
527
|
+
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/description/action.js)_
|
|
528
528
|
|
|
529
529
|
## `sw-tsdk-connector description:actions`
|
|
530
530
|
|
|
@@ -544,7 +544,7 @@ DESCRIPTION
|
|
|
544
544
|
Use to generate description for all actions
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
547
|
+
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/description/actions.js)_
|
|
548
548
|
|
|
549
549
|
## `sw-tsdk-connector description:component`
|
|
550
550
|
|
|
@@ -567,7 +567,7 @@ DESCRIPTION
|
|
|
567
567
|
Use to generate component descriptions
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
570
|
+
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/description/component.js)_
|
|
571
571
|
|
|
572
572
|
## `sw-tsdk-connector description:connector`
|
|
573
573
|
|
|
@@ -587,7 +587,7 @@ DESCRIPTION
|
|
|
587
587
|
Use to generate connector descriptions
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
590
|
+
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/description/connector.js)_
|
|
591
591
|
|
|
592
592
|
## `sw-tsdk-connector migrator:convert`
|
|
593
593
|
|
|
@@ -613,7 +613,7 @@ DESCRIPTION
|
|
|
613
613
|
Convert scripts and forked plugins from Swimlane V10x to connectors.
|
|
614
614
|
```
|
|
615
615
|
|
|
616
|
-
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
616
|
+
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/migrator/convert.js)_
|
|
617
617
|
|
|
618
618
|
## `sw-tsdk-connector migrator:export`
|
|
619
619
|
|
|
@@ -634,7 +634,7 @@ DESCRIPTION
|
|
|
634
634
|
Use to export python scripts from a Swimlane instance
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
637
|
+
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/migrator/export.js)_
|
|
638
638
|
|
|
639
639
|
## `sw-tsdk-connector playbook:create`
|
|
640
640
|
|
|
@@ -670,7 +670,7 @@ DESCRIPTION
|
|
|
670
670
|
Scaffold a new playbook
|
|
671
671
|
```
|
|
672
672
|
|
|
673
|
-
_See code: [lib/commands/playbook/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
673
|
+
_See code: [lib/commands/playbook/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/playbook/create.js)_
|
|
674
674
|
|
|
675
675
|
## `sw-tsdk-connector playbook:image`
|
|
676
676
|
|
|
@@ -692,7 +692,7 @@ DESCRIPTION
|
|
|
692
692
|
Update a Playbook image.
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [lib/commands/playbook/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
695
|
+
_See code: [lib/commands/playbook/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/playbook/image.js)_
|
|
696
696
|
|
|
697
697
|
## `sw-tsdk-connector playbook:ssp`
|
|
698
698
|
|
|
@@ -712,7 +712,7 @@ DESCRIPTION
|
|
|
712
712
|
Update an SSP
|
|
713
713
|
```
|
|
714
714
|
|
|
715
|
-
_See code: [lib/commands/playbook/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
715
|
+
_See code: [lib/commands/playbook/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/playbook/ssp.js)_
|
|
716
716
|
|
|
717
717
|
## `sw-tsdk-connector solution:create`
|
|
718
718
|
|
|
@@ -742,7 +742,7 @@ DESCRIPTION
|
|
|
742
742
|
Scaffold a new Solution
|
|
743
743
|
```
|
|
744
744
|
|
|
745
|
-
_See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
745
|
+
_See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/solution/create.js)_
|
|
746
746
|
|
|
747
747
|
## `sw-tsdk-connector solution:image`
|
|
748
748
|
|
|
@@ -764,7 +764,7 @@ DESCRIPTION
|
|
|
764
764
|
Update a Solution image.
|
|
765
765
|
```
|
|
766
766
|
|
|
767
|
-
_See code: [lib/commands/solution/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
767
|
+
_See code: [lib/commands/solution/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/solution/image.js)_
|
|
768
768
|
|
|
769
769
|
## `sw-tsdk-connector solution:ssp`
|
|
770
770
|
|
|
@@ -785,7 +785,7 @@ DESCRIPTION
|
|
|
785
785
|
Update an SSP.
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
788
|
+
_See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/solution/ssp.js)_
|
|
789
789
|
|
|
790
790
|
## `sw-tsdk-connector widget:create`
|
|
791
791
|
|
|
@@ -815,7 +815,7 @@ DESCRIPTION
|
|
|
815
815
|
Scaffold a new widget
|
|
816
816
|
```
|
|
817
817
|
|
|
818
|
-
_See code: [lib/commands/widget/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
818
|
+
_See code: [lib/commands/widget/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/widget/create.js)_
|
|
819
819
|
|
|
820
820
|
## `sw-tsdk-connector widget:image`
|
|
821
821
|
|
|
@@ -836,7 +836,7 @@ DESCRIPTION
|
|
|
836
836
|
Update a Widget image.
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [lib/commands/widget/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
839
|
+
_See code: [lib/commands/widget/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/widget/image.js)_
|
|
840
840
|
|
|
841
841
|
## `sw-tsdk-connector widget:ssp`
|
|
842
842
|
|
|
@@ -856,5 +856,5 @@ DESCRIPTION
|
|
|
856
856
|
Update an SSP
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [lib/commands/widget/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.
|
|
859
|
+
_See code: [lib/commands/widget/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.efbbbee/lib/commands/widget/ssp.js)_
|
|
860
860
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
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.12.0-next.
|
|
10
|
-
"@sw-tsdk/connector": "3.12.0-next.
|
|
11
|
-
"@sw-tsdk/core": "3.12.0-next.
|
|
12
|
-
"@sw-tsdk/docker": "3.12.0-next.
|
|
9
|
+
"@sw-tsdk/common": "3.12.0-next.efbbbee",
|
|
10
|
+
"@sw-tsdk/connector": "3.12.0-next.efbbbee",
|
|
11
|
+
"@sw-tsdk/core": "3.12.0-next.efbbbee",
|
|
12
|
+
"@sw-tsdk/docker": "3.12.0-next.efbbbee",
|
|
13
13
|
"@swimlane/connector-interfaces": "1.11.0",
|
|
14
14
|
"@swimlane/cosign": "1.4.1",
|
|
15
15
|
"@swimlane/docker-reference": "2.0.1",
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
"posttest": "yarn lint",
|
|
104
104
|
"dev:setup": "yarn link"
|
|
105
105
|
},
|
|
106
|
-
"version": "3.12.0-next.
|
|
107
|
-
"gitHead": "
|
|
106
|
+
"version": "3.12.0-next.efbbbee",
|
|
107
|
+
"gitHead": "efbbbee375bbf157511a6028f356aa45b188701f"
|
|
108
108
|
}
|