@sw-tsdk/plugin-connector 3.0.0 → 3.0.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 +22 -22
- 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.0.
|
|
19
|
+
@sw-tsdk/plugin-connector/3.0.1 linux-x64 node-v16.20.2
|
|
20
20
|
$ sw-tsdk-connector --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-connector COMMAND
|
|
@@ -65,7 +65,7 @@ DESCRIPTION
|
|
|
65
65
|
Update a connector action.
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
68
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/action/add.js)_
|
|
69
69
|
|
|
70
70
|
## `sw-tsdk-connector action:generate:data`
|
|
71
71
|
|
|
@@ -90,7 +90,7 @@ DESCRIPTION
|
|
|
90
90
|
Use to test a task in an integration
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
93
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/action/generate/data.js)_
|
|
94
94
|
|
|
95
95
|
## `sw-tsdk-connector action:generate:input`
|
|
96
96
|
|
|
@@ -115,7 +115,7 @@ DESCRIPTION
|
|
|
115
115
|
Update action input schema.
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
118
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/action/generate/input.js)_
|
|
119
119
|
|
|
120
120
|
## `sw-tsdk-connector action:generate:output`
|
|
121
121
|
|
|
@@ -139,7 +139,7 @@ DESCRIPTION
|
|
|
139
139
|
Update a connector action.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
142
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/action/generate/output.js)_
|
|
143
143
|
|
|
144
144
|
## `sw-tsdk-connector action:run:local`
|
|
145
145
|
|
|
@@ -168,7 +168,7 @@ DESCRIPTION
|
|
|
168
168
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
171
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/action/run/local.js)_
|
|
172
172
|
|
|
173
173
|
## `sw-tsdk-connector asset:add`
|
|
174
174
|
|
|
@@ -189,7 +189,7 @@ DESCRIPTION
|
|
|
189
189
|
Update a connector action.
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
192
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/asset/add.js)_
|
|
193
193
|
|
|
194
194
|
## `sw-tsdk-connector component:create`
|
|
195
195
|
|
|
@@ -220,7 +220,7 @@ DESCRIPTION
|
|
|
220
220
|
Scaffold a new Component
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
223
|
+
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/component/create.js)_
|
|
224
224
|
|
|
225
225
|
## `sw-tsdk-connector component:logo`
|
|
226
226
|
|
|
@@ -241,7 +241,7 @@ DESCRIPTION
|
|
|
241
241
|
Update a Component logo.
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [lib/commands/component/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
244
|
+
_See code: [lib/commands/component/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/component/logo.js)_
|
|
245
245
|
|
|
246
246
|
## `sw-tsdk-connector component:ssp`
|
|
247
247
|
|
|
@@ -262,7 +262,7 @@ DESCRIPTION
|
|
|
262
262
|
Update an SSP.
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
265
|
+
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/component/ssp.js)_
|
|
266
266
|
|
|
267
267
|
## `sw-tsdk-connector connector:build`
|
|
268
268
|
|
|
@@ -292,7 +292,7 @@ DESCRIPTION
|
|
|
292
292
|
Builds a local docker image of the connector.
|
|
293
293
|
```
|
|
294
294
|
|
|
295
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
295
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/build.js)_
|
|
296
296
|
|
|
297
297
|
## `sw-tsdk-connector connector:create`
|
|
298
298
|
|
|
@@ -324,7 +324,7 @@ DESCRIPTION
|
|
|
324
324
|
Scaffold a new connector
|
|
325
325
|
```
|
|
326
326
|
|
|
327
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
327
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/create.js)_
|
|
328
328
|
|
|
329
329
|
## `sw-tsdk-connector connector:create:openapi`
|
|
330
330
|
|
|
@@ -353,7 +353,7 @@ DESCRIPTION
|
|
|
353
353
|
Scaffold a new connector
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
356
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/create/openapi.js)_
|
|
357
357
|
|
|
358
358
|
## `sw-tsdk-connector connector:create:source`
|
|
359
359
|
|
|
@@ -371,7 +371,7 @@ DESCRIPTION
|
|
|
371
371
|
Generates 11x source from 10x
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
374
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/create/source.js)_
|
|
375
375
|
|
|
376
376
|
## `sw-tsdk-connector connector:logo`
|
|
377
377
|
|
|
@@ -390,7 +390,7 @@ DESCRIPTION
|
|
|
390
390
|
Update a connector.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
393
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/logo.js)_
|
|
394
394
|
|
|
395
395
|
## `sw-tsdk-connector connector:sign`
|
|
396
396
|
|
|
@@ -415,7 +415,7 @@ DESCRIPTION
|
|
|
415
415
|
Builds a local docker image of the connector.
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
418
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/sign.js)_
|
|
419
419
|
|
|
420
420
|
## `sw-tsdk-connector connector:update`
|
|
421
421
|
|
|
@@ -435,7 +435,7 @@ DESCRIPTION
|
|
|
435
435
|
Update a connector.
|
|
436
436
|
```
|
|
437
437
|
|
|
438
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
438
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/update.js)_
|
|
439
439
|
|
|
440
440
|
## `sw-tsdk-connector connector:validate`
|
|
441
441
|
|
|
@@ -458,7 +458,7 @@ DESCRIPTION
|
|
|
458
458
|
Use to validate an integration
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
461
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/connector/validate.js)_
|
|
462
462
|
|
|
463
463
|
## `sw-tsdk-connector description:action`
|
|
464
464
|
|
|
@@ -479,7 +479,7 @@ DESCRIPTION
|
|
|
479
479
|
Use to generate action description
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
482
|
+
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/description/action.js)_
|
|
483
483
|
|
|
484
484
|
## `sw-tsdk-connector description:actions`
|
|
485
485
|
|
|
@@ -499,7 +499,7 @@ DESCRIPTION
|
|
|
499
499
|
Use to generate description for all actions
|
|
500
500
|
```
|
|
501
501
|
|
|
502
|
-
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
502
|
+
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/description/actions.js)_
|
|
503
503
|
|
|
504
504
|
## `sw-tsdk-connector description:component`
|
|
505
505
|
|
|
@@ -522,7 +522,7 @@ DESCRIPTION
|
|
|
522
522
|
Use to generate component descriptions
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
525
|
+
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/description/component.js)_
|
|
526
526
|
|
|
527
527
|
## `sw-tsdk-connector description:connector`
|
|
528
528
|
|
|
@@ -542,5 +542,5 @@ DESCRIPTION
|
|
|
542
542
|
Use to generate connector descriptions
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.
|
|
545
|
+
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.0.1/lib/commands/description/connector.js)_
|
|
546
546
|
<!-- 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.0.
|
|
10
|
-
"@sw-tsdk/connector": "^3.0.
|
|
11
|
-
"@sw-tsdk/core": "^3.0.
|
|
12
|
-
"@sw-tsdk/docker": "^3.0.
|
|
9
|
+
"@sw-tsdk/common": "^3.0.1",
|
|
10
|
+
"@sw-tsdk/connector": "^3.0.1",
|
|
11
|
+
"@sw-tsdk/core": "^3.0.1",
|
|
12
|
+
"@sw-tsdk/docker": "^3.0.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.0.
|
|
99
|
-
"gitHead": "
|
|
98
|
+
"version": "3.0.1",
|
|
99
|
+
"gitHead": "1c761643cb42f1d58eb369d45971e921ae5b1047"
|
|
100
100
|
}
|