@swimlane/turbine-sdk 2.17.4 → 2.18.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 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.17.4 linux-x64 node-v16.20.2
38
+ @swimlane/turbine-sdk/2.18.0 linux-x64 node-v16.20.2
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -52,6 +52,10 @@ USAGE
52
52
  * [`tsdk asset add`](#tsdk-asset-add)
53
53
  * [`tsdk autocomplete [SHELL]`](#tsdk-autocomplete-shell)
54
54
  * [`tsdk commands`](#tsdk-commands)
55
+ * [`tsdk component create`](#tsdk-component-create)
56
+ * [`tsdk component logo`](#tsdk-component-logo)
57
+ * [`tsdk component ssp`](#tsdk-component-ssp)
58
+ * [`tsdk component update`](#tsdk-component-update)
55
59
  * [`tsdk connector build`](#tsdk-connector-build)
56
60
  * [`tsdk connector create`](#tsdk-connector-create)
57
61
  * [`tsdk connector create openapi`](#tsdk-connector-create-openapi)
@@ -276,6 +280,92 @@ DESCRIPTION
276
280
 
277
281
  _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v2.2.15/src/commands/commands.ts)_
278
282
 
283
+ ## `tsdk component create`
284
+
285
+ Scaffold a new Component
286
+
287
+ ```
288
+ USAGE
289
+ $ tsdk component create [-d <value>] [--componentType <value>] [--vendor <value>] [--componentName <value>]
290
+ [--keywords <value>] [--description <value>] [--logoPath <value>] [--sspPath <value>] [--author <value>]
291
+ [--authorEmail <value>] [--homepage <value>] [-h]
292
+
293
+ FLAGS
294
+ -d, --directory=<value> [default: ./] root directory for where to store Component.
295
+ -h, --help Show CLI help.
296
+ --author=<value> Component Author
297
+ --authorEmail=<value> Component Author Email
298
+ --componentName=<value> Component Name (e.g. Alert Ingestion)
299
+ --componentType=<value> Component Type (e.g. classic)
300
+ --description=<value> Description (e.g. CrowdStrike Alert Ingestion Component)
301
+ --homepage=<value> Component Author Support URL
302
+ --keywords=<value> Enter keywords
303
+ --logoPath=<value> URL or absolute path to logo file
304
+ --sspPath=<value> absolute path to .ssp file
305
+ --vendor=<value> Vendor (e.g. CrowdStrike)
306
+
307
+ DESCRIPTION
308
+ Scaffold a new Component
309
+ ```
310
+
311
+ ## `tsdk component logo`
312
+
313
+ Update a Component logo.
314
+
315
+ ```
316
+ USAGE
317
+ $ tsdk component logo [-d <value>] [-t <value>] [-n <value>] [-p <value>] [-h]
318
+
319
+ FLAGS
320
+ -d, --directory=<value> [default: ./] root directory of the component folder.
321
+ -h, --help Show CLI help.
322
+ -n, --componentName=<value> Component Name (e.g. google_alert_ingestion)
323
+ -p, --logoPath=<value> path or URL to product logo in PNG format.
324
+ -t, --componentType=<value> Component Type (e.g. classic)
325
+
326
+ DESCRIPTION
327
+ Update a Component logo.
328
+ ```
329
+
330
+ ## `tsdk component ssp`
331
+
332
+ Update an SSP.
333
+
334
+ ```
335
+ USAGE
336
+ $ tsdk component ssp [-d <value>] [-t <value>] [-n <value>] [-p <value>] [-h]
337
+
338
+ FLAGS
339
+ -d, --directory=<value> [default: ./] root directory of the component folder.
340
+ -h, --help Show CLI help.
341
+ -n, --componentName=<value> Component Name (e.g. google_alert_ingestion)
342
+ -p, --sspPath=<value> Absolute path to .SSP file
343
+ -t, --componentType=<value> Component Type (e.g. classic)
344
+
345
+ DESCRIPTION
346
+ Update an SSP.
347
+ ```
348
+
349
+ ## `tsdk component update`
350
+
351
+ Update Component Version.
352
+
353
+ ```
354
+ USAGE
355
+ $ tsdk component update [-d <value>] [-v <value>] [-t <value>] [-n <value>] [-f <value>] [-h]
356
+
357
+ FLAGS
358
+ -d, --directory=<value> [default: .] root directory of the all Components
359
+ -f, --manifestPath=<value> [default: manifest.yml] Component manifest path relative to directory.
360
+ -h, --help Show CLI help.
361
+ -n, --componentName=<value> Component Name (e.g. google_alert_ingestion)
362
+ -t, --componentType=<value> Component Type (e.g. classic)
363
+ -v, --version=<value> new version of the component.
364
+
365
+ DESCRIPTION
366
+ Update Component Version.
367
+ ```
368
+
279
369
  ## `tsdk connector build`
280
370
 
281
371
  Builds a local docker image of the connector.
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "2.17.4",
2
+ "version": "2.18.0",
3
3
  "commands": {}
4
4
  }
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.17.4",
20
- "@sw-tsdk/plugin-connector": "^2.17.4",
21
- "@sw-tsdk/plugin-turbine": "^2.17.4",
19
+ "@sw-tsdk/core": "^2.18.0",
20
+ "@sw-tsdk/plugin-connector": "^2.18.0",
21
+ "@sw-tsdk/plugin-turbine": "^2.18.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.17.4",
108
- "gitHead": "123e7b0fb52a8964510bc7d41b924e096ef40e61"
107
+ "version": "2.18.0",
108
+ "gitHead": "e6a84357aa223deda77b786a7633c63b0d9c7158"
109
109
  }