@swimlane/turbine-sdk 2.6.1 → 2.6.2-next.5

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 CHANGED
@@ -35,7 +35,7 @@ $ npm install -g @swimlane/turbine-sdk
35
35
  $ tsdk COMMAND
36
36
  running command...
37
37
  $ tsdk (--version|-v)
38
- @swimlane/turbine-sdk/2.6.1 darwin-x64 node-v16.17.1
38
+ @swimlane/turbine-sdk/2.6.2-next.5+2895715 linux-x64 node-v16.19.0
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -88,13 +88,13 @@ Update a connector action.
88
88
 
89
89
  ```
90
90
  USAGE
91
- $ tsdk action add [-d <value>] [-t node_18|python_310_definition|python_3.7_swimlane] [-h]
91
+ $ tsdk action add [-d <value>] [-t node_18|python_definition|python] [-h]
92
92
 
93
93
  FLAGS
94
94
  -d, --directory=<value> [default: ./] Root directory of the repository.
95
95
  -h, --help Show CLI help.
96
- -t, --template=<option> [default: python_310_definition] action template to scaffold
97
- <options: node_18|python_310_definition|python_3.7_swimlane>
96
+ -t, --template=<option> [default: python_definition] action template to scaffold
97
+ <options: node_18|python_definition|python>
98
98
 
99
99
  DESCRIPTION
100
100
  Update a connector action.
@@ -175,7 +175,8 @@ Runs a connector action. (Defaults to current image version in local repository)
175
175
  ```
176
176
  USAGE
177
177
  $ tsdk action run local [-a <value>] [-d <value>] [--input-path <value>] [--output-path <value>] [--error-path
178
- <value>] [--asset-path <value>] [--template python_3.7_swimlane|node_18|python_310_definition] [-f] [-h]
178
+ <value>] [--asset-path <value>] [--template
179
+ python_37_swimlane|node_18|python_39_definition|python_310_definition|python_311_definition] [-f] [-h]
179
180
 
180
181
  FLAGS
181
182
  -a, --action=<value> Action name to run
@@ -187,7 +188,8 @@ FLAGS
187
188
  --input-path=<value> File to input data JSON file, defaults to /data/<action>.json
188
189
  --output-path=<value> File to write the outputs to, defaults to /data/<action>_output.json
189
190
  --template=<option> [default: python_310_definition] connector template
190
- <options: python_3.7_swimlane|node_18|python_310_definition>
191
+ <options:
192
+ python_37_swimlane|node_18|python_39_definition|python_310_definition|python_311_definition>
191
193
 
192
194
  DESCRIPTION
193
195
  Runs a connector action. (Defaults to current image version in local repository).
@@ -277,20 +279,22 @@ Builds a local docker image of the connector.
277
279
 
278
280
  ```
279
281
  USAGE
280
- $ tsdk connector build [--template python_37_swimlane|node_18|python_310_definition|python_311_definition] [-d
281
- <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>] [-h]
282
+ $ tsdk connector build [--template
283
+ python_37_swimlane|node_18|python_39_definition|python_310_definition|python_311_definition] [-d <value>] [--save]
284
+ [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>] [-h]
282
285
 
283
286
  FLAGS
284
287
  -d, --directory=<value> [default: ./] root directory of the repository.
285
288
  -f, --force-rebuild forces nocache on the image build
286
289
  -h, --help Show CLI help.
287
290
  -o, --output=<value> output path to where to store the image.
288
- --key-name=<value> name used for the key (default: username)
291
+ --key-name=<value> name used for the key (default: username_yyyy-MM-dd)
289
292
  --registry=<value> [default: localhost:5000] registry to use for signing
290
293
  --save saves a signed docker image as tar in local directory.
291
294
  --signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
292
295
  --template=<option> connector language
293
- <options: python_37_swimlane|node_18|python_310_definition|python_311_definition>
296
+ <options: python_37_swimlane|node_18|python_39_definition|python_310_definition|python_311
297
+ _definition>
294
298
 
295
299
  DESCRIPTION
296
300
  Builds a local docker image of the connector.
@@ -790,7 +794,7 @@ FLAGS
790
794
  -h, --help Show CLI help.
791
795
  -p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
792
796
  -u, --username=<value> Turbine username
793
- --key-name=<value> name used for the key (default: username)
797
+ --key-name=<value> name used for the key (default: username_yyyy-MM-dd)
794
798
  --signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
795
799
 
796
800
  DESCRIPTION
@@ -1 +1 @@
1
- {"version":"2.6.1","commands":{}}
1
+ {"version":"2.6.2-next.5+2895715","commands":{}}
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-version": "1.0.4",
17
17
  "@oclif/plugin-warn-if-update-available": "2.0.4",
18
18
  "@oclif/plugin-which": "2.1.0",
19
- "@sw-tsdk/core": "^2.6.1",
20
- "@sw-tsdk/plugin-connector": "^2.6.1",
21
- "@sw-tsdk/plugin-turbine": "^2.6.1",
19
+ "@sw-tsdk/core": "^2.6.2-next.5+2895715",
20
+ "@sw-tsdk/plugin-connector": "^2.6.2-next.5+2895715",
21
+ "@sw-tsdk/plugin-turbine": "^2.6.2-next.5+2895715",
22
22
  "fs-extra": "10.0.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "6.0.1",
@@ -104,6 +104,6 @@
104
104
  "dev:setup": "npm link"
105
105
  },
106
106
  "types": "lib/index.d.ts",
107
- "version": "2.6.1",
108
- "gitHead": "a7da258bffe86194ceeeaf7eea601a933292c0e8"
107
+ "version": "2.6.2-next.5+2895715",
108
+ "gitHead": "2895715ed45c6f8933889fc047abc5a65b1eba7e"
109
109
  }