@sw-tsdk/plugin-connector 3.13.1-next.91c0549 → 3.13.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 +18 -18
- 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.13.1
|
|
19
|
+
@sw-tsdk/plugin-connector/3.13.1 linux-x64 node-v20.19.0
|
|
20
20
|
$ sw-tsdk-connector --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-connector COMMAND
|
|
@@ -61,7 +61,7 @@ DESCRIPTION
|
|
|
61
61
|
Update a connector action.
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
64
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/action/add.js)_
|
|
65
65
|
|
|
66
66
|
## `sw-tsdk-connector action:generate:data`
|
|
67
67
|
|
|
@@ -86,7 +86,7 @@ DESCRIPTION
|
|
|
86
86
|
Use to test a task in an integration
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
89
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/action/generate/data.js)_
|
|
90
90
|
|
|
91
91
|
## `sw-tsdk-connector action:generate:input`
|
|
92
92
|
|
|
@@ -111,7 +111,7 @@ DESCRIPTION
|
|
|
111
111
|
Update action input schema.
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
114
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/action/generate/input.js)_
|
|
115
115
|
|
|
116
116
|
## `sw-tsdk-connector action:generate:output`
|
|
117
117
|
|
|
@@ -135,7 +135,7 @@ DESCRIPTION
|
|
|
135
135
|
Update a connector action.
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
138
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/action/generate/output.js)_
|
|
139
139
|
|
|
140
140
|
## `sw-tsdk-connector action:run:local`
|
|
141
141
|
|
|
@@ -164,7 +164,7 @@ DESCRIPTION
|
|
|
164
164
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
167
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/action/run/local.js)_
|
|
168
168
|
|
|
169
169
|
## `sw-tsdk-connector asset:add`
|
|
170
170
|
|
|
@@ -185,7 +185,7 @@ DESCRIPTION
|
|
|
185
185
|
Update a connector action.
|
|
186
186
|
```
|
|
187
187
|
|
|
188
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
188
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/asset/add.js)_
|
|
189
189
|
|
|
190
190
|
## `sw-tsdk-connector connector:build`
|
|
191
191
|
|
|
@@ -215,7 +215,7 @@ DESCRIPTION
|
|
|
215
215
|
Builds a local docker image of the connector.
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
218
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/build.js)_
|
|
219
219
|
|
|
220
220
|
## `sw-tsdk-connector connector:create`
|
|
221
221
|
|
|
@@ -249,7 +249,7 @@ DESCRIPTION
|
|
|
249
249
|
Scaffold a new connector
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
252
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/create.js)_
|
|
253
253
|
|
|
254
254
|
## `sw-tsdk-connector connector:create:openapi`
|
|
255
255
|
|
|
@@ -278,7 +278,7 @@ DESCRIPTION
|
|
|
278
278
|
Scaffold a new connector
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
281
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/create/openapi.js)_
|
|
282
282
|
|
|
283
283
|
## `sw-tsdk-connector connector:create:source`
|
|
284
284
|
|
|
@@ -296,7 +296,7 @@ DESCRIPTION
|
|
|
296
296
|
Generates 11x source from 10x
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
299
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/create/source.js)_
|
|
300
300
|
|
|
301
301
|
## `sw-tsdk-connector connector:lint`
|
|
302
302
|
|
|
@@ -319,7 +319,7 @@ DESCRIPTION
|
|
|
319
319
|
Use to lint the connector
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
322
|
+
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/lint.js)_
|
|
323
323
|
|
|
324
324
|
## `sw-tsdk-connector connector:logo`
|
|
325
325
|
|
|
@@ -338,7 +338,7 @@ DESCRIPTION
|
|
|
338
338
|
Update a connector.
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
341
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/logo.js)_
|
|
342
342
|
|
|
343
343
|
## `sw-tsdk-connector connector:sign`
|
|
344
344
|
|
|
@@ -363,7 +363,7 @@ DESCRIPTION
|
|
|
363
363
|
Builds a local docker image of the connector.
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
366
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/sign.js)_
|
|
367
367
|
|
|
368
368
|
## `sw-tsdk-connector connector:update`
|
|
369
369
|
|
|
@@ -383,7 +383,7 @@ DESCRIPTION
|
|
|
383
383
|
Update a connector.
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
386
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/update.js)_
|
|
387
387
|
|
|
388
388
|
## `sw-tsdk-connector connector:validate`
|
|
389
389
|
|
|
@@ -406,7 +406,7 @@ DESCRIPTION
|
|
|
406
406
|
Use to validate an integration
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
409
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/connector/validate.js)_
|
|
410
410
|
|
|
411
411
|
## `sw-tsdk-connector migrator:convert`
|
|
412
412
|
|
|
@@ -432,7 +432,7 @@ DESCRIPTION
|
|
|
432
432
|
Convert scripts and forked plugins from Swimlane V10x to connectors.
|
|
433
433
|
```
|
|
434
434
|
|
|
435
|
-
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
435
|
+
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/migrator/convert.js)_
|
|
436
436
|
|
|
437
437
|
## `sw-tsdk-connector migrator:export`
|
|
438
438
|
|
|
@@ -453,5 +453,5 @@ DESCRIPTION
|
|
|
453
453
|
Use to export python scripts from a Swimlane instance
|
|
454
454
|
```
|
|
455
455
|
|
|
456
|
-
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1
|
|
456
|
+
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.13.1/lib/commands/migrator/export.js)_
|
|
457
457
|
<!-- 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.13.1
|
|
10
|
-
"@sw-tsdk/connector": "3.13.1
|
|
11
|
-
"@sw-tsdk/core": "3.13.1
|
|
12
|
-
"@sw-tsdk/docker": "3.13.1
|
|
9
|
+
"@sw-tsdk/common": "3.13.1",
|
|
10
|
+
"@sw-tsdk/connector": "3.13.1",
|
|
11
|
+
"@sw-tsdk/core": "3.13.1",
|
|
12
|
+
"@sw-tsdk/docker": "3.13.1",
|
|
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.13.1
|
|
107
|
-
"gitHead": "
|
|
106
|
+
"version": "3.13.1",
|
|
107
|
+
"gitHead": "e454e6c5ef99ed766d54b947bd304b880b240cc5"
|
|
108
108
|
}
|