@sw-tsdk/plugin-connector 3.23.0-alpha.d6f4e28 → 3.23.0-alpha.e234050
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.23.0-alpha.
|
|
19
|
+
@sw-tsdk/plugin-connector/3.23.0-alpha.e234050 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.23.0-alpha.
|
|
64
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/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.23.0-alpha.
|
|
89
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/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.23.0-alpha.
|
|
114
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/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.23.0-alpha.
|
|
138
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/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.23.0-alpha.
|
|
167
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/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.23.0-alpha.
|
|
188
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/asset/add.js)_
|
|
189
189
|
|
|
190
190
|
## `sw-tsdk-connector connector:build`
|
|
191
191
|
|
|
@@ -218,7 +218,7 @@ DESCRIPTION
|
|
|
218
218
|
Builds a local docker image of the connector.
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
221
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/build.js)_
|
|
222
222
|
|
|
223
223
|
## `sw-tsdk-connector connector:create`
|
|
224
224
|
|
|
@@ -255,7 +255,7 @@ DESCRIPTION
|
|
|
255
255
|
Scaffold a new connector
|
|
256
256
|
```
|
|
257
257
|
|
|
258
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
258
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/create.js)_
|
|
259
259
|
|
|
260
260
|
## `sw-tsdk-connector connector:create:openapi`
|
|
261
261
|
|
|
@@ -284,7 +284,7 @@ DESCRIPTION
|
|
|
284
284
|
Scaffold a new connector
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
287
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/create/openapi.js)_
|
|
288
288
|
|
|
289
289
|
## `sw-tsdk-connector connector:create:source`
|
|
290
290
|
|
|
@@ -302,7 +302,7 @@ DESCRIPTION
|
|
|
302
302
|
Generates 11x source from 10x
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
305
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/create/source.js)_
|
|
306
306
|
|
|
307
307
|
## `sw-tsdk-connector connector:lint`
|
|
308
308
|
|
|
@@ -325,7 +325,7 @@ DESCRIPTION
|
|
|
325
325
|
Use to lint the connector
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
328
|
+
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/lint.js)_
|
|
329
329
|
|
|
330
330
|
## `sw-tsdk-connector connector:logo`
|
|
331
331
|
|
|
@@ -344,7 +344,7 @@ DESCRIPTION
|
|
|
344
344
|
Update a connector.
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
347
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/logo.js)_
|
|
348
348
|
|
|
349
349
|
## `sw-tsdk-connector connector:sign`
|
|
350
350
|
|
|
@@ -369,7 +369,7 @@ DESCRIPTION
|
|
|
369
369
|
Builds a local docker image of the connector.
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
372
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/sign.js)_
|
|
373
373
|
|
|
374
374
|
## `sw-tsdk-connector connector:update`
|
|
375
375
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
Update a connector.
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
392
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/update.js)_
|
|
393
393
|
|
|
394
394
|
## `sw-tsdk-connector connector:validate`
|
|
395
395
|
|
|
@@ -412,7 +412,7 @@ DESCRIPTION
|
|
|
412
412
|
Use to validate an integration
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
415
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/connector/validate.js)_
|
|
416
416
|
|
|
417
417
|
## `sw-tsdk-connector migrator:convert`
|
|
418
418
|
|
|
@@ -438,7 +438,7 @@ DESCRIPTION
|
|
|
438
438
|
Convert scripts and forked plugins from Swimlane V10x to connectors.
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
441
|
+
_See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/migrator/convert.js)_
|
|
442
442
|
|
|
443
443
|
## `sw-tsdk-connector migrator:export`
|
|
444
444
|
|
|
@@ -459,5 +459,5 @@ DESCRIPTION
|
|
|
459
459
|
Use to export python scripts from a Swimlane instance
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.
|
|
462
|
+
_See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.23.0-alpha.e234050/lib/commands/migrator/export.js)_
|
|
463
463
|
<!-- 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.23.0-alpha.
|
|
10
|
-
"@sw-tsdk/connector": "3.23.0-alpha.
|
|
11
|
-
"@sw-tsdk/core": "3.23.0-alpha.
|
|
12
|
-
"@sw-tsdk/docker": "3.23.0-alpha.
|
|
9
|
+
"@sw-tsdk/common": "3.23.0-alpha.e234050",
|
|
10
|
+
"@sw-tsdk/connector": "3.23.0-alpha.e234050",
|
|
11
|
+
"@sw-tsdk/core": "3.23.0-alpha.e234050",
|
|
12
|
+
"@sw-tsdk/docker": "3.23.0-alpha.e234050",
|
|
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.23.0-alpha.
|
|
107
|
-
"gitHead": "
|
|
106
|
+
"version": "3.23.0-alpha.e234050",
|
|
107
|
+
"gitHead": "e234050169801cf77347c3d4fa7cffbd0906cae9"
|
|
108
108
|
}
|