@sw-tsdk/plugin-connector 3.25.2-next.6e02461 → 3.25.2
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.25.2
|
|
19
|
+
@sw-tsdk/plugin-connector/3.25.2 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.25.2
|
|
64
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/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.25.2
|
|
89
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/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.25.2
|
|
114
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/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.25.2
|
|
138
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/action/generate/output.js)_
|
|
139
139
|
|
|
140
140
|
## `sw-tsdk-connector action:run:local`
|
|
141
141
|
|
|
@@ -166,7 +166,7 @@ DESCRIPTION
|
|
|
166
166
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
169
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/action/run/local.js)_
|
|
170
170
|
|
|
171
171
|
## `sw-tsdk-connector asset:add`
|
|
172
172
|
|
|
@@ -187,7 +187,7 @@ DESCRIPTION
|
|
|
187
187
|
Update a connector action.
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
190
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/asset/add.js)_
|
|
191
191
|
|
|
192
192
|
## `sw-tsdk-connector connector:build`
|
|
193
193
|
|
|
@@ -219,7 +219,7 @@ DESCRIPTION
|
|
|
219
219
|
Builds a local docker image of the connector.
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
222
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/build.js)_
|
|
223
223
|
|
|
224
224
|
## `sw-tsdk-connector connector:create`
|
|
225
225
|
|
|
@@ -256,7 +256,7 @@ DESCRIPTION
|
|
|
256
256
|
Scaffold a new connector
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
259
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/create.js)_
|
|
260
260
|
|
|
261
261
|
## `sw-tsdk-connector connector:create:openapi`
|
|
262
262
|
|
|
@@ -285,7 +285,7 @@ DESCRIPTION
|
|
|
285
285
|
Scaffold a new connector
|
|
286
286
|
```
|
|
287
287
|
|
|
288
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
288
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/create/openapi.js)_
|
|
289
289
|
|
|
290
290
|
## `sw-tsdk-connector connector:create:source`
|
|
291
291
|
|
|
@@ -303,7 +303,7 @@ DESCRIPTION
|
|
|
303
303
|
Generates 11x source from 10x
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
306
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/create/source.js)_
|
|
307
307
|
|
|
308
308
|
## `sw-tsdk-connector connector:lint`
|
|
309
309
|
|
|
@@ -326,7 +326,7 @@ DESCRIPTION
|
|
|
326
326
|
Use to lint the connector
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
329
|
+
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/lint.js)_
|
|
330
330
|
|
|
331
331
|
## `sw-tsdk-connector connector:logo`
|
|
332
332
|
|
|
@@ -345,7 +345,7 @@ DESCRIPTION
|
|
|
345
345
|
Update a connector.
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
348
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/logo.js)_
|
|
349
349
|
|
|
350
350
|
## `sw-tsdk-connector connector:sign`
|
|
351
351
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Builds a local docker image of the connector.
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
373
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/sign.js)_
|
|
374
374
|
|
|
375
375
|
## `sw-tsdk-connector connector:update`
|
|
376
376
|
|
|
@@ -390,7 +390,7 @@ DESCRIPTION
|
|
|
390
390
|
Update a connector.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
393
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/update.js)_
|
|
394
394
|
|
|
395
395
|
## `sw-tsdk-connector connector:validate`
|
|
396
396
|
|
|
@@ -413,7 +413,7 @@ DESCRIPTION
|
|
|
413
413
|
Use to validate an integration
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
416
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/connector/validate.js)_
|
|
417
417
|
|
|
418
418
|
## `sw-tsdk-connector migrator:convert`
|
|
419
419
|
|
|
@@ -439,7 +439,7 @@ DESCRIPTION
|
|
|
439
439
|
Convert scripts and forked plugins from Swimlane V10x to connectors.
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
442
|
+
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/migrator/convert.js)_
|
|
443
443
|
|
|
444
444
|
## `sw-tsdk-connector migrator:export`
|
|
445
445
|
|
|
@@ -460,5 +460,5 @@ DESCRIPTION
|
|
|
460
460
|
Use to export python scripts from a Swimlane instance
|
|
461
461
|
```
|
|
462
462
|
|
|
463
|
-
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2
|
|
463
|
+
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.25.2/lib/commands/migrator/export.js)_
|
|
464
464
|
<!-- 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.25.2
|
|
10
|
-
"@sw-tsdk/connector": "3.25.2
|
|
11
|
-
"@sw-tsdk/core": "3.25.2
|
|
12
|
-
"@sw-tsdk/docker": "3.25.2
|
|
9
|
+
"@sw-tsdk/common": "3.25.2",
|
|
10
|
+
"@sw-tsdk/connector": "3.25.2",
|
|
11
|
+
"@sw-tsdk/core": "3.25.2",
|
|
12
|
+
"@sw-tsdk/docker": "3.25.2",
|
|
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.25.2
|
|
107
|
-
"gitHead": "
|
|
106
|
+
"version": "3.25.2",
|
|
107
|
+
"gitHead": "1b22e8cbcb9c49ab9b04ab05933846d1de580f57"
|
|
108
108
|
}
|