@swimlane/turbine-sdk 3.11.3 → 3.12.0-next.0b2b7c8
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 +18 -19
- package/oclif.manifest.json +1 -1
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Swimlane Turbine SDK
|
|
|
21
21
|
docker run -d -p 5000:5000 --name registry registry:2
|
|
22
22
|
```
|
|
23
23
|
* [Volta] (https://volta.sh/)
|
|
24
|
-
* Node >=
|
|
24
|
+
* Node >= 20
|
|
25
25
|
|
|
26
26
|
# Installation
|
|
27
27
|
|
|
@@ -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.12.0-next.0b2b7c8 darwin-arm64 node-v20.19.0
|
|
70
70
|
$ tsdk --help [COMMAND]
|
|
71
71
|
USAGE
|
|
72
72
|
$ tsdk COMMAND
|
|
@@ -437,25 +437,24 @@ Scaffold a new connector
|
|
|
437
437
|
USAGE
|
|
438
438
|
$ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3] [--vendor <value>]
|
|
439
439
|
[--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author <value>]
|
|
440
|
-
[--authorEmail <value>] [--homepage <value>] [-h] [--
|
|
440
|
+
[--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder]
|
|
441
441
|
|
|
442
442
|
FLAGS
|
|
443
|
-
-d, --directory=<value>
|
|
444
|
-
|
|
445
|
-
-h, --help
|
|
446
|
-
-t, --template=<option>
|
|
447
|
-
|
|
448
|
-
--
|
|
449
|
-
--
|
|
450
|
-
--
|
|
451
|
-
--
|
|
452
|
-
--
|
|
453
|
-
--
|
|
454
|
-
--
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
--
|
|
458
|
-
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
443
|
+
-d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory will be
|
|
444
|
+
generated.
|
|
445
|
+
-h, --help Show CLI help.
|
|
446
|
+
-t, --template=<option> [default: python_311_definition] connector template to scaffold
|
|
447
|
+
<options: python_310_definition|python_311_definition|python_3>
|
|
448
|
+
--author=<value> Connector Author
|
|
449
|
+
--authorEmail=<value> Connector Author Email
|
|
450
|
+
--createSrcFolder Create Connector src folder?
|
|
451
|
+
--description=<value> Description (e.g. CrowdStrike Host Query API)
|
|
452
|
+
--homepage=<value> Connector Author Support URL
|
|
453
|
+
--keywords=<value> Enter keywords (Comma-Separated)
|
|
454
|
+
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min resolution
|
|
455
|
+
200x200
|
|
456
|
+
--product=<value> Product (e.g. Falcon)
|
|
457
|
+
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
459
458
|
|
|
460
459
|
DESCRIPTION
|
|
461
460
|
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": "
|
|
20
|
-
"@sw-tsdk/plugin-connector": "
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "
|
|
19
|
+
"@sw-tsdk/core": "3.12.0-next.0b2b7c8",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "3.12.0-next.0b2b7c8",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "3.12.0-next.0b2b7c8",
|
|
22
22
|
"fs-extra": "11.1.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "7.0.1",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"description": "Turbine SDK",
|
|
28
28
|
"engines": {
|
|
29
|
-
"node": ">=
|
|
29
|
+
"node": ">=20"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"/bin",
|
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"publishConfig": {
|
|
90
|
-
"access": "public"
|
|
90
|
+
"access": "public",
|
|
91
|
+
"provenance": false
|
|
91
92
|
},
|
|
92
93
|
"repository": {
|
|
93
94
|
"type": "git",
|
|
@@ -105,10 +106,10 @@
|
|
|
105
106
|
"dev:setup": "yarn link --force"
|
|
106
107
|
},
|
|
107
108
|
"types": "lib/index.d.ts",
|
|
108
|
-
"version": "3.
|
|
109
|
+
"version": "3.12.0-next.0b2b7c8",
|
|
109
110
|
"volta": {
|
|
110
|
-
"node": "
|
|
111
|
+
"node": "20.19.0",
|
|
111
112
|
"yarn": "1.22.22"
|
|
112
113
|
},
|
|
113
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "0b2b7c80e548ab10ab839254da659cc2ed1f6e13"
|
|
114
115
|
}
|