@swimlane/turbine-sdk 2.15.0 → 2.17.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 +23 -21
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
38
|
+
@swimlane/turbine-sdk/2.17.0 linux-x64 node-v16.20.2
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
|
@@ -283,8 +283,9 @@ Builds a local docker image of the connector.
|
|
|
283
283
|
```
|
|
284
284
|
USAGE
|
|
285
285
|
$ tsdk connector build [--template
|
|
286
|
-
python_37_swimlane|node_18|node_20|python_39_definition|python_310_definition|
|
|
287
|
-
[--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>]
|
|
286
|
+
python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_310_definition|python_311_definitio
|
|
287
|
+
n] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>]
|
|
288
|
+
[-h]
|
|
288
289
|
|
|
289
290
|
FLAGS
|
|
290
291
|
-d, --directory=<value> [default: ./] root directory of the repository.
|
|
@@ -296,8 +297,8 @@ FLAGS
|
|
|
296
297
|
--save saves a signed docker image as tar in local directory.
|
|
297
298
|
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
298
299
|
--template=<option> connector language
|
|
299
|
-
<options: python_37_swimlane|node_18|node_20|python_39_definition|
|
|
300
|
-
|
|
300
|
+
<options: python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python
|
|
301
|
+
_310_definition|python_311_definition>
|
|
301
302
|
|
|
302
303
|
DESCRIPTION
|
|
303
304
|
Builds a local docker image of the connector.
|
|
@@ -311,22 +312,23 @@ Scaffold a new connector
|
|
|
311
312
|
USAGE
|
|
312
313
|
$ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3] [--vendor <value>]
|
|
313
314
|
[--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author <value>]
|
|
314
|
-
[--authorEmail <value>] [--homepage <value>] [-h]
|
|
315
|
-
|
|
316
|
-
FLAGS
|
|
317
|
-
-d, --directory=<value>
|
|
318
|
-
|
|
319
|
-
-h, --help
|
|
320
|
-
-t, --template=<option>
|
|
321
|
-
|
|
322
|
-
--
|
|
323
|
-
--
|
|
324
|
-
--
|
|
325
|
-
--
|
|
326
|
-
--
|
|
327
|
-
--
|
|
328
|
-
--
|
|
329
|
-
--
|
|
315
|
+
[--authorEmail <value>] [--homepage <value>] [-h] [--aspirationalConnector <value>]
|
|
316
|
+
|
|
317
|
+
FLAGS
|
|
318
|
+
-d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory
|
|
319
|
+
will be generated.
|
|
320
|
+
-h, --help Show CLI help.
|
|
321
|
+
-t, --template=<option> [default: python_311_definition] connector template to scaffold
|
|
322
|
+
<options: python_310_definition|python_311_definition|python_3>
|
|
323
|
+
--aspirationalConnector=<value> Is it an aspirational connector? (e.g. false)
|
|
324
|
+
--author=<value> Connector Author
|
|
325
|
+
--authorEmail=<value> Connector Author Email
|
|
326
|
+
--description=<value> Description (e.g. CrowdStrike Host Query API)
|
|
327
|
+
--homepage=<value> Connector Author Support URL
|
|
328
|
+
--keywords=<value> Enter keywords (Comma-Separated)
|
|
329
|
+
--logoPath=<value> URL or absolute path to logo file
|
|
330
|
+
--product=<value> Product (e.g. Falcon)
|
|
331
|
+
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
330
332
|
|
|
331
333
|
DESCRIPTION
|
|
332
334
|
Scaffold a new connector
|
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": "^2.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^2.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^2.
|
|
19
|
+
"@sw-tsdk/core": "^2.17.0",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^2.17.0",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^2.17.0",
|
|
22
22
|
"fs-extra": "11.1.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "7.0.1",
|
|
@@ -104,6 +104,6 @@
|
|
|
104
104
|
"dev:setup": "npm link"
|
|
105
105
|
},
|
|
106
106
|
"types": "lib/index.d.ts",
|
|
107
|
-
"version": "2.
|
|
108
|
-
"gitHead": "
|
|
107
|
+
"version": "2.17.0",
|
|
108
|
+
"gitHead": "ec19496f6b628673474c550b6daac2802e239ad6"
|
|
109
109
|
}
|