@swimlane/turbine-sdk 2.20.2 → 2.21.1
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 +19 -41
- 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.21.1 linux-x64 node-v16.20.2
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
|
@@ -55,7 +55,6 @@ USAGE
|
|
|
55
55
|
* [`tsdk component create`](#tsdk-component-create)
|
|
56
56
|
* [`tsdk component logo`](#tsdk-component-logo)
|
|
57
57
|
* [`tsdk component ssp`](#tsdk-component-ssp)
|
|
58
|
-
* [`tsdk component update`](#tsdk-component-update)
|
|
59
58
|
* [`tsdk connector build`](#tsdk-connector-build)
|
|
60
59
|
* [`tsdk connector create`](#tsdk-connector-create)
|
|
61
60
|
* [`tsdk connector create openapi`](#tsdk-connector-create-openapi)
|
|
@@ -290,23 +289,24 @@ Scaffold a new Component
|
|
|
290
289
|
|
|
291
290
|
```
|
|
292
291
|
USAGE
|
|
293
|
-
$ tsdk component create [-d <value>] [--
|
|
294
|
-
[--
|
|
295
|
-
[--authorEmail <value>] [--homepage <value>] [-h]
|
|
292
|
+
$ tsdk component create [-d <value>] [--componentUseCaseType <value>] [--componentFamily <value>] [--vendor <value>]
|
|
293
|
+
[--componentName <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--sspPath <value>]
|
|
294
|
+
[--author <value>] [--authorEmail <value>] [--homepage <value>] [-h]
|
|
296
295
|
|
|
297
296
|
FLAGS
|
|
298
|
-
-d, --directory=<value>
|
|
299
|
-
-h, --help
|
|
300
|
-
--author=<value>
|
|
301
|
-
--authorEmail=<value>
|
|
302
|
-
--
|
|
303
|
-
--
|
|
304
|
-
--
|
|
305
|
-
--
|
|
306
|
-
--
|
|
307
|
-
--
|
|
308
|
-
--
|
|
309
|
-
--
|
|
297
|
+
-d, --directory=<value> [default: ./] root directory for where to store Component.
|
|
298
|
+
-h, --help Show CLI help.
|
|
299
|
+
--author=<value> Component Author
|
|
300
|
+
--authorEmail=<value> Component Author Email
|
|
301
|
+
--componentFamily=<value> Component Family (e.g. classic | canvas)
|
|
302
|
+
--componentName=<value> Component Name (e.g. Alert Ingestion)
|
|
303
|
+
--componentUseCaseType=<value> Component Use Case Type (e.g. ingestion| enrichment | remidiation)
|
|
304
|
+
--description=<value> Description (e.g. CrowdStrike Alert Ingestion Component)
|
|
305
|
+
--homepage=<value> Component Author Support URL
|
|
306
|
+
--keywords=<value> Enter keywords
|
|
307
|
+
--logoPath=<value> URL or absolute path to logo file
|
|
308
|
+
--sspPath=<value> absolute path to .ssp file
|
|
309
|
+
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
310
310
|
|
|
311
311
|
DESCRIPTION
|
|
312
312
|
Scaffold a new Component
|
|
@@ -350,26 +350,6 @@ DESCRIPTION
|
|
|
350
350
|
Update an SSP.
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
## `tsdk component update`
|
|
354
|
-
|
|
355
|
-
Update Component Version.
|
|
356
|
-
|
|
357
|
-
```
|
|
358
|
-
USAGE
|
|
359
|
-
$ tsdk component update [-d <value>] [-v <value>] [-t <value>] [-n <value>] [-f <value>] [-h]
|
|
360
|
-
|
|
361
|
-
FLAGS
|
|
362
|
-
-d, --directory=<value> [default: .] root directory of the all Components
|
|
363
|
-
-f, --manifestPath=<value> [default: manifest.yml] Component manifest path relative to directory.
|
|
364
|
-
-h, --help Show CLI help.
|
|
365
|
-
-n, --componentName=<value> Component Name (e.g. google_alert_ingestion)
|
|
366
|
-
-t, --componentType=<value> Component Type (e.g. classic)
|
|
367
|
-
-v, --version=<value> new version of the component.
|
|
368
|
-
|
|
369
|
-
DESCRIPTION
|
|
370
|
-
Update Component Version.
|
|
371
|
-
```
|
|
372
|
-
|
|
373
353
|
## `tsdk connector build`
|
|
374
354
|
|
|
375
355
|
Builds a local docker image of the connector.
|
|
@@ -593,8 +573,7 @@ Use to generate component descriptions
|
|
|
593
573
|
|
|
594
574
|
```
|
|
595
575
|
USAGE
|
|
596
|
-
$ tsdk description component [-h] [-i <value>] [-s] [-d <value>] [-c <value>] [
|
|
597
|
-
<value>]
|
|
576
|
+
$ tsdk description component [-h] [-i <value>] [-s] [-d <value>] [-c <value>] [-v <value>] [-p <value>]
|
|
598
577
|
|
|
599
578
|
FLAGS
|
|
600
579
|
-c, --componentName=<value> component name
|
|
@@ -603,8 +582,7 @@ FLAGS
|
|
|
603
582
|
-i, --image=<value> image to use
|
|
604
583
|
-p, --connectorLocalPath=<value> local path to connector
|
|
605
584
|
-s, --skip-pull skips pulling the image
|
|
606
|
-
-v, --
|
|
607
|
-
--componentType=<value> ingestion | enrichment | remediation
|
|
585
|
+
-v, --componentFamily=<value> [default: classic] classic | canvas
|
|
608
586
|
|
|
609
587
|
DESCRIPTION
|
|
610
588
|
Use to generate component descriptions
|
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.21.1",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^2.21.1",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^2.21.1",
|
|
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.21.1",
|
|
108
|
+
"gitHead": "5238d9d04ce53d1f09ba9b8577ba132f8d8ece0c"
|
|
109
109
|
}
|