@sw-tsdk/plugin-connector 2.13.1 → 2.14.0
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 +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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/2.
|
|
19
|
+
@sw-tsdk/plugin-connector/2.14.0 linux-x64 node-v16.20.2
|
|
20
20
|
$ sw-tsdk-connector --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-connector COMMAND
|
|
@@ -58,7 +58,7 @@ DESCRIPTION
|
|
|
58
58
|
Update a connector action.
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
61
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/action/add.js)_
|
|
62
62
|
|
|
63
63
|
## `sw-tsdk-connector action:generate:data`
|
|
64
64
|
|
|
@@ -83,7 +83,7 @@ DESCRIPTION
|
|
|
83
83
|
Use to test a task in an integration
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
86
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/action/generate/data.js)_
|
|
87
87
|
|
|
88
88
|
## `sw-tsdk-connector action:generate:input`
|
|
89
89
|
|
|
@@ -108,7 +108,7 @@ DESCRIPTION
|
|
|
108
108
|
Update action input schema.
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
111
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/action/generate/input.js)_
|
|
112
112
|
|
|
113
113
|
## `sw-tsdk-connector action:generate:output`
|
|
114
114
|
|
|
@@ -132,7 +132,7 @@ DESCRIPTION
|
|
|
132
132
|
Update a connector action.
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
135
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/action/generate/output.js)_
|
|
136
136
|
|
|
137
137
|
## `sw-tsdk-connector action:run:local`
|
|
138
138
|
|
|
@@ -161,7 +161,7 @@ DESCRIPTION
|
|
|
161
161
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
164
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/action/run/local.js)_
|
|
165
165
|
|
|
166
166
|
## `sw-tsdk-connector asset:add`
|
|
167
167
|
|
|
@@ -182,7 +182,7 @@ DESCRIPTION
|
|
|
182
182
|
Update a connector action.
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
185
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/asset/add.js)_
|
|
186
186
|
|
|
187
187
|
## `sw-tsdk-connector connector:build`
|
|
188
188
|
|
|
@@ -211,7 +211,7 @@ DESCRIPTION
|
|
|
211
211
|
Builds a local docker image of the connector.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
214
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/build.js)_
|
|
215
215
|
|
|
216
216
|
## `sw-tsdk-connector connector:create`
|
|
217
217
|
|
|
@@ -242,7 +242,7 @@ DESCRIPTION
|
|
|
242
242
|
Scaffold a new connector
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
245
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/create.js)_
|
|
246
246
|
|
|
247
247
|
## `sw-tsdk-connector connector:create:openapi`
|
|
248
248
|
|
|
@@ -271,7 +271,7 @@ DESCRIPTION
|
|
|
271
271
|
Scaffold a new connector
|
|
272
272
|
```
|
|
273
273
|
|
|
274
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
274
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/create/openapi.js)_
|
|
275
275
|
|
|
276
276
|
## `sw-tsdk-connector connector:create:source`
|
|
277
277
|
|
|
@@ -289,7 +289,7 @@ DESCRIPTION
|
|
|
289
289
|
Generates 11x source from 10x
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
292
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/create/source.js)_
|
|
293
293
|
|
|
294
294
|
## `sw-tsdk-connector connector:logo`
|
|
295
295
|
|
|
@@ -308,7 +308,7 @@ DESCRIPTION
|
|
|
308
308
|
Update a connector.
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
311
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/logo.js)_
|
|
312
312
|
|
|
313
313
|
## `sw-tsdk-connector connector:sign`
|
|
314
314
|
|
|
@@ -333,7 +333,7 @@ DESCRIPTION
|
|
|
333
333
|
Builds a local docker image of the connector.
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
336
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/sign.js)_
|
|
337
337
|
|
|
338
338
|
## `sw-tsdk-connector connector:update`
|
|
339
339
|
|
|
@@ -353,7 +353,7 @@ DESCRIPTION
|
|
|
353
353
|
Update a connector.
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
356
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/update.js)_
|
|
357
357
|
|
|
358
358
|
## `sw-tsdk-connector connector:validate`
|
|
359
359
|
|
|
@@ -376,5 +376,5 @@ DESCRIPTION
|
|
|
376
376
|
Use to validate an integration
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v2.
|
|
379
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v2.14.0/lib/commands/connector/validate.js)_
|
|
380
380
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@apidevtools/json-schema-ref-parser": "10.1.0",
|
|
8
8
|
"@oclif/core": "2.8.5",
|
|
9
|
-
"@sw-tsdk/common": "^2.
|
|
10
|
-
"@sw-tsdk/connector": "^2.
|
|
11
|
-
"@sw-tsdk/core": "^2.
|
|
12
|
-
"@sw-tsdk/docker": "^2.
|
|
13
|
-
"@swimlane/connector-interfaces": "1.
|
|
9
|
+
"@sw-tsdk/common": "^2.14.0",
|
|
10
|
+
"@sw-tsdk/connector": "^2.14.0",
|
|
11
|
+
"@sw-tsdk/core": "^2.14.0",
|
|
12
|
+
"@sw-tsdk/docker": "^2.14.0",
|
|
13
|
+
"@swimlane/connector-interfaces": "1.9.1",
|
|
14
14
|
"@swimlane/cosign": "1.4.1",
|
|
15
15
|
"@swimlane/docker-reference": "2.0.0",
|
|
16
16
|
"fs-extra": "11.1.1",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"posttest": "yarn lint",
|
|
90
90
|
"dev:setup": "npm link"
|
|
91
91
|
},
|
|
92
|
-
"version": "2.
|
|
93
|
-
"gitHead": "
|
|
92
|
+
"version": "2.14.0",
|
|
93
|
+
"gitHead": "19ad8ffcc2788208f168d8fd96e48a5fe620497f"
|
|
94
94
|
}
|