@swimlane/turbine-sdk 2.18.0 → 2.19.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.18.0 linux-x64 node-v16.20.2
38
+ @swimlane/turbine-sdk/2.19.0 linux-x64 node-v16.20.2
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -64,6 +64,9 @@ USAGE
64
64
  * [`tsdk connector sign`](#tsdk-connector-sign)
65
65
  * [`tsdk connector update`](#tsdk-connector-update)
66
66
  * [`tsdk connector validate`](#tsdk-connector-validate)
67
+ * [`tsdk description action`](#tsdk-description-action)
68
+ * [`tsdk description actions`](#tsdk-description-actions)
69
+ * [`tsdk description connector`](#tsdk-description-connector)
67
70
  * [`tsdk help [COMMANDS]`](#tsdk-help-commands)
68
71
  * [`tsdk plugins`](#tsdk-plugins)
69
72
  * [`tsdk plugins:install PLUGIN...`](#tsdk-pluginsinstall-plugin)
@@ -546,6 +549,61 @@ DESCRIPTION
546
549
  Use to validate an integration
547
550
  ```
548
551
 
552
+ ## `tsdk description action`
553
+
554
+ Use to generate action description
555
+
556
+ ```
557
+ USAGE
558
+ $ tsdk description action [-h] [-i <value>] [-s] [-d <value>] [-a <value>]
559
+
560
+ FLAGS
561
+ -a, --action=<value> Generate description for specific action
562
+ -d, --directory=<value> [default: ./] current directory to mount
563
+ -h, --help Show CLI help.
564
+ -i, --image=<value> image to use
565
+ -s, --skip-pull skips pulling the image
566
+
567
+ DESCRIPTION
568
+ Use to generate action description
569
+ ```
570
+
571
+ ## `tsdk description actions`
572
+
573
+ Use to generate description for all actions
574
+
575
+ ```
576
+ USAGE
577
+ $ tsdk description actions [-h] [-i <value>] [-s] [-d <value>]
578
+
579
+ FLAGS
580
+ -d, --directory=<value> [default: ./] current directory to mount
581
+ -h, --help Show CLI help.
582
+ -i, --image=<value> image to use
583
+ -s, --skip-pull skips pulling the image
584
+
585
+ DESCRIPTION
586
+ Use to generate description for all actions
587
+ ```
588
+
589
+ ## `tsdk description connector`
590
+
591
+ Use to generate connector descriptions
592
+
593
+ ```
594
+ USAGE
595
+ $ tsdk description connector [-h] [-i <value>] [-s] [-d <value>]
596
+
597
+ FLAGS
598
+ -d, --directory=<value> [default: ./] current directory to mount
599
+ -h, --help Show CLI help.
600
+ -i, --image=<value> image to use
601
+ -s, --skip-pull skips pulling the image
602
+
603
+ DESCRIPTION
604
+ Use to generate connector descriptions
605
+ ```
606
+
549
607
  ## `tsdk help [COMMANDS]`
550
608
 
551
609
  Display help for tsdk.
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "2.18.0",
2
+ "version": "2.19.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.18.0",
20
- "@sw-tsdk/plugin-connector": "^2.18.0",
21
- "@sw-tsdk/plugin-turbine": "^2.18.0",
19
+ "@sw-tsdk/core": "^2.19.0",
20
+ "@sw-tsdk/plugin-connector": "^2.19.0",
21
+ "@sw-tsdk/plugin-turbine": "^2.19.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.18.0",
108
- "gitHead": "e6a84357aa223deda77b786a7633c63b0d9c7158"
107
+ "version": "2.19.0",
108
+ "gitHead": "bc3713cc4df54c48dff7e8bf2444cc0cfb1cb7e7"
109
109
  }