@swimlane/turbine-sdk 3.11.2 → 3.11.3-alpha.556fc3a
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 +33 -405
- package/oclif.manifest.json +1 -1
- package/package.json +13 -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.11.
|
|
69
|
+
@swimlane/turbine-sdk/3.11.3-alpha.556fc3a linux-x64 node-v20.19.0
|
|
70
70
|
$ tsdk --help [COMMAND]
|
|
71
71
|
USAGE
|
|
72
72
|
$ tsdk COMMAND
|
|
@@ -83,9 +83,6 @@ USAGE
|
|
|
83
83
|
* [`tsdk asset add`](#tsdk-asset-add)
|
|
84
84
|
* [`tsdk autocomplete [SHELL]`](#tsdk-autocomplete-shell)
|
|
85
85
|
* [`tsdk commands`](#tsdk-commands)
|
|
86
|
-
* [`tsdk component create`](#tsdk-component-create)
|
|
87
|
-
* [`tsdk component image`](#tsdk-component-image)
|
|
88
|
-
* [`tsdk component ssp`](#tsdk-component-ssp)
|
|
89
86
|
* [`tsdk connector build`](#tsdk-connector-build)
|
|
90
87
|
* [`tsdk connector create`](#tsdk-connector-create)
|
|
91
88
|
* [`tsdk connector create openapi`](#tsdk-connector-create-openapi)
|
|
@@ -95,16 +92,9 @@ USAGE
|
|
|
95
92
|
* [`tsdk connector sign`](#tsdk-connector-sign)
|
|
96
93
|
* [`tsdk connector update`](#tsdk-connector-update)
|
|
97
94
|
* [`tsdk connector validate`](#tsdk-connector-validate)
|
|
98
|
-
* [`tsdk description action`](#tsdk-description-action)
|
|
99
|
-
* [`tsdk description actions`](#tsdk-description-actions)
|
|
100
|
-
* [`tsdk description component`](#tsdk-description-component)
|
|
101
|
-
* [`tsdk description connector`](#tsdk-description-connector)
|
|
102
95
|
* [`tsdk help [COMMANDS]`](#tsdk-help-commands)
|
|
103
96
|
* [`tsdk migrator convert`](#tsdk-migrator-convert)
|
|
104
97
|
* [`tsdk migrator export`](#tsdk-migrator-export)
|
|
105
|
-
* [`tsdk playbook create`](#tsdk-playbook-create)
|
|
106
|
-
* [`tsdk playbook image`](#tsdk-playbook-image)
|
|
107
|
-
* [`tsdk playbook ssp`](#tsdk-playbook-ssp)
|
|
108
98
|
* [`tsdk plugins`](#tsdk-plugins)
|
|
109
99
|
* [`tsdk plugins:install PLUGIN...`](#tsdk-pluginsinstall-plugin)
|
|
110
100
|
* [`tsdk plugins:inspect PLUGIN...`](#tsdk-pluginsinspect-plugin)
|
|
@@ -114,9 +104,6 @@ USAGE
|
|
|
114
104
|
* [`tsdk plugins:uninstall PLUGIN...`](#tsdk-pluginsuninstall-plugin-1)
|
|
115
105
|
* [`tsdk plugins:uninstall PLUGIN...`](#tsdk-pluginsuninstall-plugin-2)
|
|
116
106
|
* [`tsdk plugins update`](#tsdk-plugins-update)
|
|
117
|
-
* [`tsdk solution create`](#tsdk-solution-create)
|
|
118
|
-
* [`tsdk solution image`](#tsdk-solution-image)
|
|
119
|
-
* [`tsdk solution ssp`](#tsdk-solution-ssp)
|
|
120
107
|
* [`tsdk turbine config list`](#tsdk-turbine-config-list)
|
|
121
108
|
* [`tsdk turbine config remove URL`](#tsdk-turbine-config-remove-url)
|
|
122
109
|
* [`tsdk turbine config set URL`](#tsdk-turbine-config-set-url)
|
|
@@ -128,9 +115,6 @@ USAGE
|
|
|
128
115
|
* [`tsdk turbine connector push FILE URL`](#tsdk-turbine-connector-push-file-url)
|
|
129
116
|
* [`tsdk version`](#tsdk-version)
|
|
130
117
|
* [`tsdk which`](#tsdk-which)
|
|
131
|
-
* [`tsdk widget create`](#tsdk-widget-create)
|
|
132
|
-
* [`tsdk widget image`](#tsdk-widget-image)
|
|
133
|
-
* [`tsdk widget ssp`](#tsdk-widget-ssp)
|
|
134
118
|
|
|
135
119
|
## `tsdk action add`
|
|
136
120
|
|
|
@@ -326,81 +310,6 @@ DESCRIPTION
|
|
|
326
310
|
|
|
327
311
|
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v2.2.15/src/commands/commands.ts)_
|
|
328
312
|
|
|
329
|
-
## `tsdk component create`
|
|
330
|
-
|
|
331
|
-
Scaffold a new Component
|
|
332
|
-
|
|
333
|
-
```
|
|
334
|
-
USAGE
|
|
335
|
-
$ tsdk component create [-d <value>] [--componentUseCaseType <value>] [--componentFamily <value>] [--vendor <value>]
|
|
336
|
-
[--componentName <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--overviewImagePath
|
|
337
|
-
<value>] [--sspPath <value>] [--author <value>] [--authorEmail <value>] [--homepage <value>] [--readmePath <value>]
|
|
338
|
-
[--externalReadmePath <value>] [--documentationReadmePath <value>] [--externalymlPath <value>] [-h]
|
|
339
|
-
|
|
340
|
-
FLAGS
|
|
341
|
-
-d, --directory=<value> [default: ./] root directory for where to store Component.
|
|
342
|
-
-h, --help Show CLI help.
|
|
343
|
-
--author=<value> Component Author
|
|
344
|
-
--authorEmail=<value> Component Author Email
|
|
345
|
-
--componentFamily=<value> Component Family (e.g. classic | canvas)
|
|
346
|
-
--componentName=<value> Component Name (e.g. Alert Ingestion)
|
|
347
|
-
--componentUseCaseType=<value> Component Use Case Type (e.g. ingestion| enrichment | remidiation)
|
|
348
|
-
--description=<value> Description (e.g. CrowdStrike Alert Ingestion Component)
|
|
349
|
-
--documentationReadmePath=<value> Absolute path to documentation.README.md file
|
|
350
|
-
--externalReadmePath=<value> Absolute path to EXTERNAL_README.md file
|
|
351
|
-
--externalymlPath=<value> Absolute path to external.yml file
|
|
352
|
-
--homepage=<value> Component Author Support URL
|
|
353
|
-
--keywords=<value> Enter keywords
|
|
354
|
-
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min
|
|
355
|
-
resolution 200x200
|
|
356
|
-
--overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
|
|
357
|
-
--readmePath=<value> Absolute path to README.md file
|
|
358
|
-
--sspPath=<value> Absolute path to .ssp file
|
|
359
|
-
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
360
|
-
|
|
361
|
-
DESCRIPTION
|
|
362
|
-
Scaffold a new Component
|
|
363
|
-
```
|
|
364
|
-
|
|
365
|
-
## `tsdk component image`
|
|
366
|
-
|
|
367
|
-
Update a Component image.
|
|
368
|
-
|
|
369
|
-
```
|
|
370
|
-
USAGE
|
|
371
|
-
$ tsdk component image [-d <value>] [-t <value>] [-n <value>] [-i <value>] [-p <value>] [-h]
|
|
372
|
-
|
|
373
|
-
FLAGS
|
|
374
|
-
-d, --directory=<value> [default: ./] root directory of the component folder.
|
|
375
|
-
-h, --help Show CLI help.
|
|
376
|
-
-i, --imageType=<value> Image Type (e.g. logo/overview)
|
|
377
|
-
-n, --componentName=<value> Component Name (e.g. google_alert_ingestion)
|
|
378
|
-
-p, --imagePath=<value> path or URL to product image in PNG format.
|
|
379
|
-
-t, --componentType=<value> Component Type (e.g. classic)
|
|
380
|
-
|
|
381
|
-
DESCRIPTION
|
|
382
|
-
Update a Component image.
|
|
383
|
-
```
|
|
384
|
-
|
|
385
|
-
## `tsdk component ssp`
|
|
386
|
-
|
|
387
|
-
Update an SSP.
|
|
388
|
-
|
|
389
|
-
```
|
|
390
|
-
USAGE
|
|
391
|
-
$ tsdk component ssp [-d <value>] [-t <value>] [-n <value>] [-p <value>] [-h]
|
|
392
|
-
|
|
393
|
-
FLAGS
|
|
394
|
-
-d, --directory=<value> [default: ./] root directory of the component folder.
|
|
395
|
-
-h, --help Show CLI help.
|
|
396
|
-
-n, --componentName=<value> Component Name (e.g. google_alert_ingestion)
|
|
397
|
-
-p, --sspPath=<value> Absolute path to .SSP file
|
|
398
|
-
-t, --componentType=<value> Component Type (e.g. classic)
|
|
399
|
-
|
|
400
|
-
DESCRIPTION
|
|
401
|
-
Update an SSP.
|
|
402
|
-
```
|
|
403
|
-
|
|
404
313
|
## `tsdk connector build`
|
|
405
314
|
|
|
406
315
|
Builds a local docker image of the connector.
|
|
@@ -409,8 +318,8 @@ Builds a local docker image of the connector.
|
|
|
409
318
|
USAGE
|
|
410
319
|
$ tsdk connector build [--template
|
|
411
320
|
python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_310_definition|python_311_definitio
|
|
412
|
-
n] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry
|
|
413
|
-
[-h]
|
|
321
|
+
n|python_312_definition] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry
|
|
322
|
+
<value>] [-o <value>] [-h]
|
|
414
323
|
|
|
415
324
|
FLAGS
|
|
416
325
|
-d, --directory=<value> [default: ./] root directory of the repository.
|
|
@@ -423,7 +332,7 @@ FLAGS
|
|
|
423
332
|
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
|
|
424
333
|
--template=<option> connector language
|
|
425
334
|
<options: python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python
|
|
426
|
-
_310_definition|python_311_definition>
|
|
335
|
+
_310_definition|python_311_definition|python_312_definition>
|
|
427
336
|
|
|
428
337
|
DESCRIPTION
|
|
429
338
|
Builds a local docker image of the connector.
|
|
@@ -437,25 +346,24 @@ Scaffold a new connector
|
|
|
437
346
|
USAGE
|
|
438
347
|
$ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3] [--vendor <value>]
|
|
439
348
|
[--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author <value>]
|
|
440
|
-
[--authorEmail <value>] [--homepage <value>] [-h] [--
|
|
349
|
+
[--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder]
|
|
441
350
|
|
|
442
351
|
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)
|
|
352
|
+
-d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory will be
|
|
353
|
+
generated.
|
|
354
|
+
-h, --help Show CLI help.
|
|
355
|
+
-t, --template=<option> [default: python_311_definition] connector template to scaffold
|
|
356
|
+
<options: python_310_definition|python_311_definition|python_3>
|
|
357
|
+
--author=<value> Connector Author
|
|
358
|
+
--authorEmail=<value> Connector Author Email
|
|
359
|
+
--createSrcFolder Create Connector src folder?
|
|
360
|
+
--description=<value> Description (e.g. CrowdStrike Host Query API)
|
|
361
|
+
--homepage=<value> Connector Author Support URL
|
|
362
|
+
--keywords=<value> Enter keywords (Comma-Separated)
|
|
363
|
+
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min resolution
|
|
364
|
+
200x200
|
|
365
|
+
--product=<value> Product (e.g. Falcon)
|
|
366
|
+
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
459
367
|
|
|
460
368
|
DESCRIPTION
|
|
461
369
|
Scaffold a new connector
|
|
@@ -531,12 +439,12 @@ Update a connector.
|
|
|
531
439
|
|
|
532
440
|
```
|
|
533
441
|
USAGE
|
|
534
|
-
$ tsdk connector logo -
|
|
442
|
+
$ tsdk connector logo [-d <value>] [-p <value>] [-h]
|
|
535
443
|
|
|
536
444
|
FLAGS
|
|
537
445
|
-d, --directory=<value> [default: .] root directory of the connector folder.
|
|
538
446
|
-h, --help Show CLI help.
|
|
539
|
-
-p, --path=<value>
|
|
447
|
+
-p, --path=<value> path or URL to product logo in PNG format.
|
|
540
448
|
|
|
541
449
|
DESCRIPTION
|
|
542
450
|
Update a connector.
|
|
@@ -604,82 +512,6 @@ DESCRIPTION
|
|
|
604
512
|
Use to validate an integration
|
|
605
513
|
```
|
|
606
514
|
|
|
607
|
-
## `tsdk description action`
|
|
608
|
-
|
|
609
|
-
Use to generate action description
|
|
610
|
-
|
|
611
|
-
```
|
|
612
|
-
USAGE
|
|
613
|
-
$ tsdk description action [-h] [-i <value>] [-s] [-d <value>] [-a <value>]
|
|
614
|
-
|
|
615
|
-
FLAGS
|
|
616
|
-
-a, --action=<value> Generate description for specific action
|
|
617
|
-
-d, --directory=<value> [default: ./] current directory to mount
|
|
618
|
-
-h, --help Show CLI help.
|
|
619
|
-
-i, --image=<value> image to use
|
|
620
|
-
-s, --skip-pull skips pulling the image
|
|
621
|
-
|
|
622
|
-
DESCRIPTION
|
|
623
|
-
Use to generate action description
|
|
624
|
-
```
|
|
625
|
-
|
|
626
|
-
## `tsdk description actions`
|
|
627
|
-
|
|
628
|
-
Use to generate description for all actions
|
|
629
|
-
|
|
630
|
-
```
|
|
631
|
-
USAGE
|
|
632
|
-
$ tsdk description actions [-h] [-i <value>] [-s] [-d <value>]
|
|
633
|
-
|
|
634
|
-
FLAGS
|
|
635
|
-
-d, --directory=<value> [default: ./] current directory to mount
|
|
636
|
-
-h, --help Show CLI help.
|
|
637
|
-
-i, --image=<value> image to use
|
|
638
|
-
-s, --skip-pull skips pulling the image
|
|
639
|
-
|
|
640
|
-
DESCRIPTION
|
|
641
|
-
Use to generate description for all actions
|
|
642
|
-
```
|
|
643
|
-
|
|
644
|
-
## `tsdk description component`
|
|
645
|
-
|
|
646
|
-
Use to generate component descriptions
|
|
647
|
-
|
|
648
|
-
```
|
|
649
|
-
USAGE
|
|
650
|
-
$ tsdk description component [-h] [-i <value>] [-s] [-d <value>] [-c <value>] [-v <value>] [-p <value>]
|
|
651
|
-
|
|
652
|
-
FLAGS
|
|
653
|
-
-c, --componentName=<value> component name
|
|
654
|
-
-d, --directory=<value> [default: ./] current directory to mount
|
|
655
|
-
-h, --help Show CLI help.
|
|
656
|
-
-i, --image=<value> image to use
|
|
657
|
-
-p, --connectorLocalPath=<value> local path to connector
|
|
658
|
-
-s, --skip-pull skips pulling the image
|
|
659
|
-
-v, --componentFamily=<value> [default: classic] classic | canvas
|
|
660
|
-
|
|
661
|
-
DESCRIPTION
|
|
662
|
-
Use to generate component descriptions
|
|
663
|
-
```
|
|
664
|
-
|
|
665
|
-
## `tsdk description connector`
|
|
666
|
-
|
|
667
|
-
Use to generate connector descriptions
|
|
668
|
-
|
|
669
|
-
```
|
|
670
|
-
USAGE
|
|
671
|
-
$ tsdk description connector [-h] [-i <value>] [-s] [-d <value>]
|
|
672
|
-
|
|
673
|
-
FLAGS
|
|
674
|
-
-d, --directory=<value> [default: ./] current directory to mount
|
|
675
|
-
-h, --help Show CLI help.
|
|
676
|
-
-i, --image=<value> image to use
|
|
677
|
-
-s, --skip-pull skips pulling the image
|
|
678
|
-
|
|
679
|
-
DESCRIPTION
|
|
680
|
-
Use to generate connector descriptions
|
|
681
|
-
```
|
|
682
|
-
|
|
683
515
|
## `tsdk help [COMMANDS]`
|
|
684
516
|
|
|
685
517
|
Display help for tsdk.
|
|
@@ -706,19 +538,19 @@ Convert scripts and forked plugins from Swimlane V10x to connectors.
|
|
|
706
538
|
|
|
707
539
|
```
|
|
708
540
|
USAGE
|
|
709
|
-
$ tsdk migrator convert
|
|
541
|
+
$ tsdk migrator convert -t <value> [-s <value>] [--vendor <value>] [--product <value>] [--description <value>]
|
|
710
542
|
[--author <value>] [--authorEmail <value>] [--homepage <value>] [-h]
|
|
711
543
|
|
|
712
544
|
FLAGS
|
|
713
|
-
-
|
|
714
|
-
-
|
|
715
|
-
-t, --toDirectory=<value>
|
|
716
|
-
--author=<value>
|
|
717
|
-
--authorEmail=<value>
|
|
718
|
-
--description=<value>
|
|
719
|
-
--homepage=<value>
|
|
720
|
-
--product=<value>
|
|
721
|
-
--vendor=<value>
|
|
545
|
+
-h, --help Show CLI help.
|
|
546
|
+
-s, --source=<value> [default: ./] Source zip of the 10X export.
|
|
547
|
+
-t, --toDirectory=<value> (required) Root directory of the destination repository.
|
|
548
|
+
--author=<value> Connector Author
|
|
549
|
+
--authorEmail=<value> Connector Author Email
|
|
550
|
+
--description=<value> Description (e.g. CrowdStrike Host Query API)
|
|
551
|
+
--homepage=<value> Connector Author Support URL
|
|
552
|
+
--product=<value> Product (e.g. Falcon)
|
|
553
|
+
--vendor=<value> Vendor (e.g. CrowdStrike)
|
|
722
554
|
|
|
723
555
|
DESCRIPTION
|
|
724
556
|
Convert scripts and forked plugins from Swimlane V10x to connectors.
|
|
@@ -743,78 +575,6 @@ DESCRIPTION
|
|
|
743
575
|
Use to export python scripts from a Swimlane instance
|
|
744
576
|
```
|
|
745
577
|
|
|
746
|
-
## `tsdk playbook create`
|
|
747
|
-
|
|
748
|
-
Scaffold a new playbook
|
|
749
|
-
|
|
750
|
-
```
|
|
751
|
-
USAGE
|
|
752
|
-
$ tsdk playbook create [-d <value>] [--playbookFamily <value>] [--playbookName <value>] [--keywords <value>]
|
|
753
|
-
[--description <value>] [--logoPath <value>] [--overviewImagePath <value>] [--sspPath <value>] [--author <value>]
|
|
754
|
-
[--authorEmail <value>] [--homepage <value>] [--readmePath <value>] [--externalReadmePath <value>]
|
|
755
|
-
[--documentationReadmePath <value>] [--externalymlPath <value>] [-h]
|
|
756
|
-
|
|
757
|
-
FLAGS
|
|
758
|
-
-d, --directory=<value> [default: ./] root directory for where to store Playbook.
|
|
759
|
-
-h, --help Show CLI help.
|
|
760
|
-
--author=<value> Playbook Author
|
|
761
|
-
--authorEmail=<value> Playbook Author Email
|
|
762
|
-
--description=<value> Description (e.g. Text Aggregator Description)
|
|
763
|
-
--documentationReadmePath=<value> Absolute path to documentation.README.md file
|
|
764
|
-
--externalReadmePath=<value> Absolute path to EXTERNAL_README.md file
|
|
765
|
-
--externalymlPath=<value> Absolute path to external.yml file
|
|
766
|
-
--homepage=<value> Playbook Author Support URL
|
|
767
|
-
--keywords=<value> Enter keywords
|
|
768
|
-
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min
|
|
769
|
-
resolution 200x200
|
|
770
|
-
--overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
|
|
771
|
-
--playbookFamily=<value> Playbook Family (e.g. classic | canvas)
|
|
772
|
-
--playbookName=<value> Playbook Name (e.g. Text Aggregator)
|
|
773
|
-
--readmePath=<value> Absolute path to README.md file
|
|
774
|
-
--sspPath=<value> Absolute path to .ssp file
|
|
775
|
-
|
|
776
|
-
DESCRIPTION
|
|
777
|
-
Scaffold a new playbook
|
|
778
|
-
```
|
|
779
|
-
|
|
780
|
-
## `tsdk playbook image`
|
|
781
|
-
|
|
782
|
-
Update a Playbook image.
|
|
783
|
-
|
|
784
|
-
```
|
|
785
|
-
USAGE
|
|
786
|
-
$ tsdk playbook image [-d <value>] [-t <value>] [-n <value>] [-i <value>] [-p <value>] [-h]
|
|
787
|
-
|
|
788
|
-
FLAGS
|
|
789
|
-
-d, --directory=<value> [default: ./] root directory of the playbook folder.
|
|
790
|
-
-h, --help Show CLI help.
|
|
791
|
-
-i, --imageType=<value> Image Type (e.g. logo/overview)
|
|
792
|
-
-n, --componentName=<value> Playbook Name (e.g. google_alert_ingestion)
|
|
793
|
-
-p, --imagePath=<value> path or URL to product image in PNG format.
|
|
794
|
-
-t, --componentType=<value> Playbook Type (e.g. classic)
|
|
795
|
-
|
|
796
|
-
DESCRIPTION
|
|
797
|
-
Update a Playbook image.
|
|
798
|
-
```
|
|
799
|
-
|
|
800
|
-
## `tsdk playbook ssp`
|
|
801
|
-
|
|
802
|
-
Update an SSP
|
|
803
|
-
|
|
804
|
-
```
|
|
805
|
-
USAGE
|
|
806
|
-
$ tsdk playbook ssp [-d <value>] [-n <value>] [-p <value>] [-h]
|
|
807
|
-
|
|
808
|
-
FLAGS
|
|
809
|
-
-d, --directory=<value> [default: ./] root directory of the playbook folder.
|
|
810
|
-
-h, --help Show CLI help.
|
|
811
|
-
-n, --playbookName=<value> Playbook Name (e.g. text_aggregator)
|
|
812
|
-
-p, --sspPath=<value> Absolute path to .SSP file
|
|
813
|
-
|
|
814
|
-
DESCRIPTION
|
|
815
|
-
Update an SSP
|
|
816
|
-
```
|
|
817
|
-
|
|
818
578
|
## `tsdk plugins`
|
|
819
579
|
|
|
820
580
|
List installed plugins.
|
|
@@ -1051,73 +811,6 @@ DESCRIPTION
|
|
|
1051
811
|
Update installed plugins.
|
|
1052
812
|
```
|
|
1053
813
|
|
|
1054
|
-
## `tsdk solution create`
|
|
1055
|
-
|
|
1056
|
-
Scaffold a new Solution
|
|
1057
|
-
|
|
1058
|
-
```
|
|
1059
|
-
USAGE
|
|
1060
|
-
$ tsdk solution create [-d <value>] [--solutionFamily <value>] [--solutionName <value>] [--description <value>]
|
|
1061
|
-
[--logoPath <value>] [--overviewImagePath <value>] [--sspPath <value>] [--author <value>] [--authorEmail <value>]
|
|
1062
|
-
[--homepage <value>] [-h]
|
|
1063
|
-
|
|
1064
|
-
FLAGS
|
|
1065
|
-
-d, --directory=<value> [default: ./] root directory for where to store Solution.
|
|
1066
|
-
-h, --help Show CLI help.
|
|
1067
|
-
--author=<value> Solution Author
|
|
1068
|
-
--authorEmail=<value> Solution Author Email
|
|
1069
|
-
--description=<value> Description (e.g. SOC Solution Description)
|
|
1070
|
-
--homepage=<value> Solution Author Support URL
|
|
1071
|
-
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min resolution
|
|
1072
|
-
200x200
|
|
1073
|
-
--overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
|
|
1074
|
-
--solutionFamily=<value> Solution Family (e.g. classic | canvas)
|
|
1075
|
-
--solutionName=<value> Solution Name (e.g. SOC Solution)
|
|
1076
|
-
--sspPath=<value> absolute path to .ssp file
|
|
1077
|
-
|
|
1078
|
-
DESCRIPTION
|
|
1079
|
-
Scaffold a new Solution
|
|
1080
|
-
```
|
|
1081
|
-
|
|
1082
|
-
## `tsdk solution image`
|
|
1083
|
-
|
|
1084
|
-
Update a Solution image.
|
|
1085
|
-
|
|
1086
|
-
```
|
|
1087
|
-
USAGE
|
|
1088
|
-
$ tsdk solution image [-d <value>] [-t <value>] [-n <value>] [-i <value>] [-p <value>] [-h]
|
|
1089
|
-
|
|
1090
|
-
FLAGS
|
|
1091
|
-
-d, --directory=<value> [default: ./] root directory of the solution folder.
|
|
1092
|
-
-h, --help Show CLI help.
|
|
1093
|
-
-i, --imageType=<value> Image Type (e.g. logo/overview)
|
|
1094
|
-
-n, --solutionName=<value> Solution Name (e.g. google_alert_ingestion)
|
|
1095
|
-
-p, --imagePath=<value> path or URL to product image in PNG format.
|
|
1096
|
-
-t, --solutionType=<value> Solution Type (e.g. classic)
|
|
1097
|
-
|
|
1098
|
-
DESCRIPTION
|
|
1099
|
-
Update a Solution image.
|
|
1100
|
-
```
|
|
1101
|
-
|
|
1102
|
-
## `tsdk solution ssp`
|
|
1103
|
-
|
|
1104
|
-
Update an SSP.
|
|
1105
|
-
|
|
1106
|
-
```
|
|
1107
|
-
USAGE
|
|
1108
|
-
$ tsdk solution ssp [-d <value>] [-t <value>] [-n <value>] [-p <value>] [-h]
|
|
1109
|
-
|
|
1110
|
-
FLAGS
|
|
1111
|
-
-d, --directory=<value> [default: ./] root directory of the solution folder.
|
|
1112
|
-
-h, --help Show CLI help.
|
|
1113
|
-
-n, --solutionName=<value> Solution Name (e.g. soc_solution)
|
|
1114
|
-
-p, --sspPath=<value> Absolute path to .SSP file
|
|
1115
|
-
-t, --solutionType=<value> Solution Type (e.g. classic)
|
|
1116
|
-
|
|
1117
|
-
DESCRIPTION
|
|
1118
|
-
Update an SSP.
|
|
1119
|
-
```
|
|
1120
|
-
|
|
1121
814
|
## `tsdk turbine config list`
|
|
1122
815
|
|
|
1123
816
|
Use to login to Turbine
|
|
@@ -1356,69 +1049,4 @@ EXAMPLES
|
|
|
1356
1049
|
```
|
|
1357
1050
|
|
|
1358
1051
|
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/v2.2.21/src/commands/which.ts)_
|
|
1359
|
-
|
|
1360
|
-
## `tsdk widget create`
|
|
1361
|
-
|
|
1362
|
-
Scaffold a new widget
|
|
1363
|
-
|
|
1364
|
-
```
|
|
1365
|
-
USAGE
|
|
1366
|
-
$ tsdk widget create [-d <value>] [--widgetName <value>] [--keywords <value>] [--description <value>] [--logoPath
|
|
1367
|
-
<value>] [--overviewImagePath <value>] [--sspPath <value>] [--author <value>] [--authorEmail <value>] [--homepage
|
|
1368
|
-
<value>] [-h]
|
|
1369
|
-
|
|
1370
|
-
FLAGS
|
|
1371
|
-
-d, --directory=<value> [default: ./] root directory for where to store Widget.
|
|
1372
|
-
-h, --help Show CLI help.
|
|
1373
|
-
--author=<value> Widget Author
|
|
1374
|
-
--authorEmail=<value> Widget Author Email
|
|
1375
|
-
--description=<value> Description (e.g. Action Buttons Description)
|
|
1376
|
-
--homepage=<value> Widget Author Support URL
|
|
1377
|
-
--keywords=<value> Enter keywords
|
|
1378
|
-
--logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min resolution
|
|
1379
|
-
200x200
|
|
1380
|
-
--overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
|
|
1381
|
-
--sspPath=<value> absolute path to .ssp file
|
|
1382
|
-
--widgetName=<value> Widget Name (e.g. Action Buttons)
|
|
1383
|
-
|
|
1384
|
-
DESCRIPTION
|
|
1385
|
-
Scaffold a new widget
|
|
1386
|
-
```
|
|
1387
|
-
|
|
1388
|
-
## `tsdk widget image`
|
|
1389
|
-
|
|
1390
|
-
Update a Widget image.
|
|
1391
|
-
|
|
1392
|
-
```
|
|
1393
|
-
USAGE
|
|
1394
|
-
$ tsdk widget image [-d <value>] [-n <value>] [-i <value>] [-p <value>] [-h]
|
|
1395
|
-
|
|
1396
|
-
FLAGS
|
|
1397
|
-
-d, --directory=<value> [default: ./] root directory of the widget folder.
|
|
1398
|
-
-h, --help Show CLI help.
|
|
1399
|
-
-i, --imageType=<value> Image Type (e.g. logo/overview)
|
|
1400
|
-
-n, --componentName=<value> Widget Name (e.g. action_buttons)
|
|
1401
|
-
-p, --imagePath=<value> path or URL to product image in PNG format.
|
|
1402
|
-
|
|
1403
|
-
DESCRIPTION
|
|
1404
|
-
Update a Widget image.
|
|
1405
|
-
```
|
|
1406
|
-
|
|
1407
|
-
## `tsdk widget ssp`
|
|
1408
|
-
|
|
1409
|
-
Update an SSP
|
|
1410
|
-
|
|
1411
|
-
```
|
|
1412
|
-
USAGE
|
|
1413
|
-
$ tsdk widget ssp [-d <value>] [-n <value>] [-p <value>] [-h]
|
|
1414
|
-
|
|
1415
|
-
FLAGS
|
|
1416
|
-
-d, --directory=<value> [default: ./] root directory of the widget folder.
|
|
1417
|
-
-h, --help Show CLI help.
|
|
1418
|
-
-n, --widgetName=<value> Widget Name (e.g. action_buttons)
|
|
1419
|
-
-p, --sspPath=<value> Absolute path to .SSP file
|
|
1420
|
-
|
|
1421
|
-
DESCRIPTION
|
|
1422
|
-
Update an SSP
|
|
1423
|
-
```
|
|
1424
1052
|
<!-- commandsstop -->
|
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.11.3-alpha.556fc3a",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "3.11.3-alpha.556fc3a",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "3.11.3-alpha.556fc3a",
|
|
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",
|
|
@@ -102,9 +103,13 @@
|
|
|
102
103
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
103
104
|
"prepack": "yarn build && oclif manifest && oclif readme",
|
|
104
105
|
"docs": "oclif readme --multi --dir ../../docs && oclif readme",
|
|
105
|
-
"dev:setup": "
|
|
106
|
+
"dev:setup": "yarn link --force"
|
|
106
107
|
},
|
|
107
108
|
"types": "lib/index.d.ts",
|
|
108
|
-
"version": "3.11.
|
|
109
|
-
"
|
|
109
|
+
"version": "3.11.3-alpha.556fc3a",
|
|
110
|
+
"volta": {
|
|
111
|
+
"node": "20.19.0",
|
|
112
|
+
"yarn": "1.22.22"
|
|
113
|
+
},
|
|
114
|
+
"gitHead": "556fc3af079f83dbb1fb1c8d8ba23b3b2a890a84"
|
|
110
115
|
}
|