@sw-tsdk/plugin-connector 2.11.2-next.57 → 2.11.2-next.59
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 +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/2.11.2-next.
|
|
19
|
+
@sw-tsdk/plugin-connector/2.11.2-next.59+bf56473 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.11.2-next.
|
|
61
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/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.11.2-next.
|
|
86
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/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.11.2-next.
|
|
111
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/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.11.2-next.
|
|
135
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/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.11.2-next.
|
|
164
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/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.11.2-next.
|
|
185
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/asset/add.js)_
|
|
186
186
|
|
|
187
187
|
## `sw-tsdk-connector connector:build`
|
|
188
188
|
|
|
@@ -212,7 +212,7 @@ DESCRIPTION
|
|
|
212
212
|
Builds a local docker image of the connector.
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
215
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/build.js)_
|
|
216
216
|
|
|
217
217
|
## `sw-tsdk-connector connector:create`
|
|
218
218
|
|
|
@@ -243,7 +243,7 @@ DESCRIPTION
|
|
|
243
243
|
Scaffold a new connector
|
|
244
244
|
```
|
|
245
245
|
|
|
246
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
246
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/create.js)_
|
|
247
247
|
|
|
248
248
|
## `sw-tsdk-connector connector:create:openapi`
|
|
249
249
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
Scaffold a new connector
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
275
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/create/openapi.js)_
|
|
276
276
|
|
|
277
277
|
## `sw-tsdk-connector connector:create:source`
|
|
278
278
|
|
|
@@ -290,7 +290,7 @@ DESCRIPTION
|
|
|
290
290
|
Generates 11x source from 10x
|
|
291
291
|
```
|
|
292
292
|
|
|
293
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
293
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/create/source.js)_
|
|
294
294
|
|
|
295
295
|
## `sw-tsdk-connector connector:logo`
|
|
296
296
|
|
|
@@ -309,7 +309,7 @@ DESCRIPTION
|
|
|
309
309
|
Update a connector.
|
|
310
310
|
```
|
|
311
311
|
|
|
312
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
312
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/logo.js)_
|
|
313
313
|
|
|
314
314
|
## `sw-tsdk-connector connector:sign`
|
|
315
315
|
|
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
Builds a local docker image of the connector.
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
337
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/sign.js)_
|
|
338
338
|
|
|
339
339
|
## `sw-tsdk-connector connector:update`
|
|
340
340
|
|
|
@@ -354,7 +354,7 @@ DESCRIPTION
|
|
|
354
354
|
Update a connector.
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
357
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/update.js)_
|
|
358
358
|
|
|
359
359
|
## `sw-tsdk-connector connector:validate`
|
|
360
360
|
|
|
@@ -377,5 +377,5 @@ DESCRIPTION
|
|
|
377
377
|
Use to validate an integration
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.
|
|
380
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v2.11.2-next.59+bf56473/lib/commands/connector/validate.js)_
|
|
381
381
|
<!-- 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": "^2.11.2-next.
|
|
10
|
-
"@sw-tsdk/connector": "^2.11.2-next.
|
|
11
|
-
"@sw-tsdk/core": "^2.11.2-next.
|
|
12
|
-
"@sw-tsdk/docker": "^2.11.2-next.
|
|
9
|
+
"@sw-tsdk/common": "^2.11.2-next.59+bf56473",
|
|
10
|
+
"@sw-tsdk/connector": "^2.11.2-next.59+bf56473",
|
|
11
|
+
"@sw-tsdk/core": "^2.11.2-next.59+bf56473",
|
|
12
|
+
"@sw-tsdk/docker": "^2.11.2-next.59+bf56473",
|
|
13
13
|
"@swimlane/connector-interfaces": "1.9.1",
|
|
14
14
|
"@swimlane/cosign": "1.4.1",
|
|
15
15
|
"@swimlane/docker-reference": "2.0.0",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"posttest": "yarn lint",
|
|
90
90
|
"dev:setup": "npm link"
|
|
91
91
|
},
|
|
92
|
-
"version": "2.11.2-next.
|
|
93
|
-
"gitHead": "
|
|
92
|
+
"version": "2.11.2-next.59+bf56473",
|
|
93
|
+
"gitHead": "bf56473ce0cc83323c38a9e3bc7da98f3bd43e8b"
|
|
94
94
|
}
|