@swimlane/turbine-sdk 3.12.0 → 3.13.0-next.64cfa29
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 +8 -8
- 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.13.0-next.64cfa29 linux-x64 node-v20.19.0
|
|
70
70
|
$ tsdk --help [COMMAND]
|
|
71
71
|
USAGE
|
|
72
72
|
$ tsdk COMMAND
|
|
@@ -318,8 +318,8 @@ Builds a local docker image of the connector.
|
|
|
318
318
|
USAGE
|
|
319
319
|
$ tsdk connector build [--template
|
|
320
320
|
python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_310_definition|python_311_definitio
|
|
321
|
-
n|python_312_definition] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name
|
|
322
|
-
<value>] [-o <value>] [-h]
|
|
321
|
+
n|python_312_definition|native_python_custom] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name
|
|
322
|
+
<value>] [--registry <value>] [-o <value>] [-h]
|
|
323
323
|
|
|
324
324
|
FLAGS
|
|
325
325
|
-d, --directory=<value> [default: ./] root directory of the repository.
|
|
@@ -332,7 +332,7 @@ FLAGS
|
|
|
332
332
|
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
333
333
|
--template=<option> connector language
|
|
334
334
|
<options: python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python
|
|
335
|
-
_310_definition|python_311_definition|python_312_definition>
|
|
335
|
+
_310_definition|python_311_definition|python_312_definition|native_python_custom>
|
|
336
336
|
|
|
337
337
|
DESCRIPTION
|
|
338
338
|
Builds a local docker image of the connector.
|
|
@@ -344,16 +344,16 @@ Scaffold a new connector
|
|
|
344
344
|
|
|
345
345
|
```
|
|
346
346
|
USAGE
|
|
347
|
-
$ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3]
|
|
348
|
-
[--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author
|
|
349
|
-
[--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder]
|
|
347
|
+
$ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3|native_python_custom]
|
|
348
|
+
[--vendor <value>] [--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author
|
|
349
|
+
<value>] [--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder]
|
|
350
350
|
|
|
351
351
|
FLAGS
|
|
352
352
|
-d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory will be
|
|
353
353
|
generated.
|
|
354
354
|
-h, --help Show CLI help.
|
|
355
355
|
-t, --template=<option> [default: python_311_definition] connector template to scaffold
|
|
356
|
-
<options: python_310_definition|python_311_definition|python_3>
|
|
356
|
+
<options: python_310_definition|python_311_definition|python_3|native_python_custom>
|
|
357
357
|
--author=<value> Connector Author
|
|
358
358
|
--authorEmail=<value> Connector Author Email
|
|
359
359
|
--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.13.0-next.64cfa29",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "3.13.0-next.64cfa29",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "3.13.0-next.64cfa29",
|
|
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.13.0-next.64cfa29",
|
|
110
110
|
"volta": {
|
|
111
111
|
"node": "20.19.0",
|
|
112
112
|
"yarn": "1.22.22"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "64cfa29f087b0f645b4714f970ccaa1eff258bfb"
|
|
115
115
|
}
|