@swimlane/turbine-sdk 3.24.0 → 3.25.0-next.330d718
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 +20 -19
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ $ npm install -g @swimlane/turbine-sdk
|
|
|
66
66
|
$ tsdk COMMAND
|
|
67
67
|
running command...
|
|
68
68
|
$ tsdk (--version|-v)
|
|
69
|
-
@swimlane/turbine-sdk/3.
|
|
69
|
+
@swimlane/turbine-sdk/3.25.0-next.330d718 linux-x64 node-v20.19.0
|
|
70
70
|
$ tsdk --help [COMMAND]
|
|
71
71
|
USAGE
|
|
72
72
|
$ tsdk COMMAND
|
|
@@ -209,8 +209,9 @@ Runs a connector action. (Defaults to current image version in local repository)
|
|
|
209
209
|
```
|
|
210
210
|
USAGE
|
|
211
211
|
$ tsdk action run local [-a <value>] [-d <value>] [--input-path <value>] [--output-path <value>] [--error-path
|
|
212
|
-
<value>] [--asset-path <value>] [--template
|
|
213
|
-
|
|
212
|
+
<value>] [--asset-path <value>] [--template
|
|
213
|
+
node_18|node_20|python_311_definition|python_311_definition_fips|python_312_definition|python_312_definition_fips|py
|
|
214
|
+
thon_313_definition|python_313_definition_fips|python_314_definition|python_314_definition_fips] [-f] [-h]
|
|
214
215
|
|
|
215
216
|
FLAGS
|
|
216
217
|
-a, --action=<value> Action name to run
|
|
@@ -222,8 +223,9 @@ FLAGS
|
|
|
222
223
|
--input-path=<value> File to input data JSON file, defaults to /data/<action>.json
|
|
223
224
|
--output-path=<value> File to write the outputs to, defaults to /data/<action>_output.json
|
|
224
225
|
--template=<option> connector template
|
|
225
|
-
<options:
|
|
226
|
-
|
|
226
|
+
<options: node_18|node_20|python_311_definition|python_311_definition_fips|python_312_definit
|
|
227
|
+
ion|python_312_definition_fips|python_313_definition|python_313_definition_fips|python_314_de
|
|
228
|
+
finition|python_314_definition_fips>
|
|
227
229
|
|
|
228
230
|
DESCRIPTION
|
|
229
231
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
@@ -317,10 +319,10 @@ Builds a local docker image of the connector.
|
|
|
317
319
|
```
|
|
318
320
|
USAGE
|
|
319
321
|
$ tsdk connector build [--template
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
[
|
|
322
|
+
node_18|node_20|python_311_definition|python_311_definition_fips|python_312_definition|python_312_definition_fips|py
|
|
323
|
+
thon_313_definition|python_313_definition_fips|python_314_definition|python_314_definition_fips|native_python_custom
|
|
324
|
+
] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>]
|
|
325
|
+
[-h]
|
|
324
326
|
|
|
325
327
|
FLAGS
|
|
326
328
|
-d, --directory=<value> [default: ./] root directory of the repository.
|
|
@@ -332,10 +334,9 @@ FLAGS
|
|
|
332
334
|
--save saves a signed docker image as tar in local directory.
|
|
333
335
|
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
334
336
|
--template=<option> connector language
|
|
335
|
-
<options:
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
1_definition_fips|python_312_definition|python_312_definition_fips|native_python_custom>
|
|
337
|
+
<options: node_18|node_20|python_311_definition|python_311_definition_fips|python_312_defi
|
|
338
|
+
nition|python_312_definition_fips|python_313_definition|python_313_definition_fips|python_
|
|
339
|
+
314_definition|python_314_definition_fips|native_python_custom>
|
|
339
340
|
|
|
340
341
|
DESCRIPTION
|
|
341
342
|
Builds a local docker image of the connector.
|
|
@@ -348,8 +349,8 @@ Scaffold a new connector
|
|
|
348
349
|
```
|
|
349
350
|
USAGE
|
|
350
351
|
$ tsdk connector create [-d <value>] [-t
|
|
351
|
-
|
|
352
|
-
ion|
|
|
352
|
+
python_311_definition|python_311_definition_fips|python_312_definition|python_312_definition_fips|python_313_definit
|
|
353
|
+
ion|python_313_definition_fips|python_314_definition|python_314_definition_fips|python_3|native_python_custom]
|
|
353
354
|
[--vendor <value>] [--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author
|
|
354
355
|
<value>] [--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder]
|
|
355
356
|
|
|
@@ -357,10 +358,10 @@ FLAGS
|
|
|
357
358
|
-d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory will be
|
|
358
359
|
generated.
|
|
359
360
|
-h, --help Show CLI help.
|
|
360
|
-
-t, --template=<option> [default:
|
|
361
|
-
<options:
|
|
362
|
-
efinition_fips|
|
|
363
|
-
|
|
361
|
+
-t, --template=<option> [default: python_311_definition_fips] connector template to scaffold
|
|
362
|
+
<options: python_311_definition|python_311_definition_fips|python_312_definition|python_312_d
|
|
363
|
+
efinition_fips|python_313_definition|python_313_definition_fips|python_314_definition|python_
|
|
364
|
+
314_definition_fips|python_3|native_python_custom>
|
|
364
365
|
--author=<value> Connector Author
|
|
365
366
|
--authorEmail=<value> Connector Author Email
|
|
366
367
|
--createSrcFolder Create Connector src folder?
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-version": "1.3.4",
|
|
17
17
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
18
18
|
"@oclif/plugin-which": "2.2.21",
|
|
19
|
-
"@sw-tsdk/core": "3.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "3.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "3.
|
|
19
|
+
"@sw-tsdk/core": "3.25.0-next.330d718",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "3.25.0-next.330d718",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "3.25.0-next.330d718",
|
|
22
22
|
"fs-extra": "11.1.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "7.0.1",
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"dev:setup": "yarn link --force"
|
|
107
107
|
},
|
|
108
108
|
"types": "lib/index.d.ts",
|
|
109
|
-
"version": "3.
|
|
109
|
+
"version": "3.25.0-next.330d718",
|
|
110
110
|
"volta": {
|
|
111
111
|
"node": "20.19.0",
|
|
112
112
|
"yarn": "1.22.22"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "330d718891162eb8b0698d9af9d11cf89ab958ab"
|
|
115
115
|
}
|