@swimlane/turbine-sdk 3.9.0 → 3.9.2
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 +41 -31
- 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/3.9.
|
|
38
|
+
@swimlane/turbine-sdk/3.9.2 linux-x64 node-v16.20.2
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
|
@@ -301,24 +301,29 @@ Scaffold a new Component
|
|
|
301
301
|
USAGE
|
|
302
302
|
$ tsdk component create [-d <value>] [--componentUseCaseType <value>] [--componentFamily <value>] [--vendor <value>]
|
|
303
303
|
[--componentName <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--overviewImagePath
|
|
304
|
-
<value>] [--sspPath <value>] [--author <value>] [--authorEmail <value>] [--homepage <value>] [
|
|
304
|
+
<value>] [--sspPath <value>] [--author <value>] [--authorEmail <value>] [--homepage <value>] [--readmePath <value>]
|
|
305
|
+
[--externalReadmePath <value>] [--documentationReadmePath <value>] [--externalymlPath <value>] [-h]
|
|
305
306
|
|
|
306
307
|
FLAGS
|
|
307
|
-
-d, --directory=<value>
|
|
308
|
-
-h, --help
|
|
309
|
-
--author=<value>
|
|
310
|
-
--authorEmail=<value>
|
|
311
|
-
--componentFamily=<value>
|
|
312
|
-
--componentName=<value>
|
|
313
|
-
--componentUseCaseType=<value>
|
|
314
|
-
--description=<value>
|
|
315
|
-
--
|
|
316
|
-
--
|
|
317
|
-
--
|
|
318
|
-
|
|
319
|
-
--
|
|
320
|
-
--
|
|
321
|
-
|
|
308
|
+
-d, --directory=<value> [default: ./] root directory for where to store Component.
|
|
309
|
+
-h, --help Show CLI help.
|
|
310
|
+
--author=<value> Component Author
|
|
311
|
+
--authorEmail=<value> Component Author Email
|
|
312
|
+
--componentFamily=<value> Component Family (e.g. classic | canvas)
|
|
313
|
+
--componentName=<value> Component Name (e.g. Alert Ingestion)
|
|
314
|
+
--componentUseCaseType=<value> Component Use Case Type (e.g. ingestion| enrichment | remidiation)
|
|
315
|
+
--description=<value> Description (e.g. CrowdStrike Alert Ingestion Component)
|
|
316
|
+
--documentationReadmePath=<value> Absolute path to documentation.README.md file
|
|
317
|
+
--externalReadmePath=<value> Absolute path to EXTERNAL_README.md file
|
|
318
|
+
--externalymlPath=<value> Absolute path to external.yml file
|
|
319
|
+
--homepage=<value> Component Author Support URL
|
|
320
|
+
--keywords=<value> Enter keywords
|
|
321
|
+
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min
|
|
322
|
+
resolution 200x200
|
|
323
|
+
--overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
|
|
324
|
+
--readmePath=<value> Absolute path to README.md file
|
|
325
|
+
--sspPath=<value> Absolute path to .ssp file
|
|
326
|
+
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
322
327
|
|
|
323
328
|
DESCRIPTION
|
|
324
329
|
Scaffold a new Component
|
|
@@ -670,22 +675,27 @@ Scaffold a new playbook
|
|
|
670
675
|
USAGE
|
|
671
676
|
$ tsdk playbook create [-d <value>] [--playbookFamily <value>] [--playbookName <value>] [--keywords <value>]
|
|
672
677
|
[--description <value>] [--logoPath <value>] [--overviewImagePath <value>] [--sspPath <value>] [--author <value>]
|
|
673
|
-
[--authorEmail <value>] [--homepage <value>] [
|
|
678
|
+
[--authorEmail <value>] [--homepage <value>] [--readmePath <value>] [--externalReadmePath <value>]
|
|
679
|
+
[--documentationReadmePath <value>] [--externalymlPath <value>] [-h]
|
|
674
680
|
|
|
675
681
|
FLAGS
|
|
676
|
-
-d, --directory=<value>
|
|
677
|
-
-h, --help
|
|
678
|
-
--author=<value>
|
|
679
|
-
--authorEmail=<value>
|
|
680
|
-
--description=<value>
|
|
681
|
-
--
|
|
682
|
-
--
|
|
683
|
-
--
|
|
684
|
-
|
|
685
|
-
--
|
|
686
|
-
--
|
|
687
|
-
|
|
688
|
-
--
|
|
682
|
+
-d, --directory=<value> [default: ./] root directory for where to store Playbook.
|
|
683
|
+
-h, --help Show CLI help.
|
|
684
|
+
--author=<value> Playbook Author
|
|
685
|
+
--authorEmail=<value> Playbook Author Email
|
|
686
|
+
--description=<value> Description (e.g. Text Aggregator Description)
|
|
687
|
+
--documentationReadmePath=<value> Absolute path to documentation.README.md file
|
|
688
|
+
--externalReadmePath=<value> Absolute path to EXTERNAL_README.md file
|
|
689
|
+
--externalymlPath=<value> Absolute path to external.yml file
|
|
690
|
+
--homepage=<value> Playbook Author Support URL
|
|
691
|
+
--keywords=<value> Enter keywords
|
|
692
|
+
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min
|
|
693
|
+
resolution 200x200
|
|
694
|
+
--overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
|
|
695
|
+
--playbookFamily=<value> Playbook Family (e.g. classic | canvas)
|
|
696
|
+
--playbookName=<value> Playbook Name (e.g. Text Aggregator)
|
|
697
|
+
--readmePath=<value> Absolute path to README.md file
|
|
698
|
+
--sspPath=<value> Absolute path to .ssp file
|
|
689
699
|
|
|
690
700
|
DESCRIPTION
|
|
691
701
|
Scaffold a new playbook
|
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.9.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^3.9.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^3.9.
|
|
19
|
+
"@sw-tsdk/core": "^3.9.2",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^3.9.2",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^3.9.2",
|
|
22
22
|
"fs-extra": "11.1.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "7.0.1",
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
"dev:setup": "npm link"
|
|
106
106
|
},
|
|
107
107
|
"types": "lib/index.d.ts",
|
|
108
|
-
"version": "3.9.
|
|
109
|
-
"gitHead": "
|
|
108
|
+
"version": "3.9.2",
|
|
109
|
+
"gitHead": "cd2fcf6dc457eb607ed0655689f26d3730190e9b"
|
|
110
110
|
}
|