@swimlane/turbine-sdk 2.0.1-next.78 → 2.0.1-next.89

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.0.1-next.78+6d712c1 linux-x64 node-v16.18.0
38
+ @swimlane/turbine-sdk/2.0.1-next.89+b9344e1 linux-x64 node-v16.18.0
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -54,7 +54,8 @@ USAGE
54
54
  * [`tsdk commands`](#tsdk-commands)
55
55
  * [`tsdk connector build`](#tsdk-connector-build)
56
56
  * [`tsdk connector create`](#tsdk-connector-create)
57
- * [`tsdk connector create-source`](#tsdk-connector-create-source)
57
+ * [`tsdk connector create openapi`](#tsdk-connector-create-openapi)
58
+ * [`tsdk connector create source`](#tsdk-connector-create-source)
58
59
  * [`tsdk connector logo`](#tsdk-connector-logo)
59
60
  * [`tsdk connector save`](#tsdk-connector-save)
60
61
  * [`tsdk connector sign`](#tsdk-connector-sign)
@@ -321,13 +322,40 @@ DESCRIPTION
321
322
  Scaffold a new connector
322
323
  ```
323
324
 
324
- ## `tsdk connector create-source`
325
+ ## `tsdk connector create openapi`
326
+
327
+ Scaffold a new connector
328
+
329
+ ```
330
+ USAGE
331
+ $ tsdk connector create openapi [-d <value>] [--vendor <value>] [--product <value>] [-k <value>] [--description <value>]
332
+ [--logoPath <value>] [--author <value>] [--authorEmail <value>] [--homepage <value>] [-o <value>] [-h]
333
+
334
+ FLAGS
335
+ -d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory will be
336
+ generated.
337
+ -h, --help Show CLI help.
338
+ -k, --keywords=<value> Please enter keyword (Comma-Separated)
339
+ -o, --specs=<value> root directory for where to store connectors, the connector directory will be generated.
340
+ --author=<value> Connector Author
341
+ --authorEmail=<value> Connector Author Email
342
+ --description=<value> Description (e.g. CrowdStrike Host Query API)
343
+ --homepage=<value> Connector Author Support URL
344
+ --logoPath=<value> URL or absolute path to logo file
345
+ --product=<value> Product (e.g. Falcon)
346
+ --vendor=<value> Vendor (e.g. CrowdStrike)
347
+
348
+ DESCRIPTION
349
+ Scaffold a new connector
350
+ ```
351
+
352
+ ## `tsdk connector create source`
325
353
 
326
354
  Generates 11x source from 10x
327
355
 
328
356
  ```
329
357
  USAGE
330
- $ tsdk connector create-source [-d <value>] [-h]
358
+ $ tsdk connector create source [-d <value>] [-h]
331
359
 
332
360
  FLAGS
333
361
  -d, --directory=<value> [default: ./] root directory of the repository.
@@ -1 +1 @@
1
- {"version":"2.0.1-next.78+6d712c1","commands":{}}
1
+ {"version":"2.0.1-next.89+b9344e1","commands":{}}
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-version": "1.0.4",
17
17
  "@oclif/plugin-warn-if-update-available": "2.0.4",
18
18
  "@oclif/plugin-which": "2.1.0",
19
- "@sw-tsdk/core": "^2.0.1-next.78+6d712c1",
20
- "@sw-tsdk/plugin-connector": "^2.0.1-next.78+6d712c1",
21
- "@sw-tsdk/plugin-turbine": "^2.0.1-next.78+6d712c1",
19
+ "@sw-tsdk/core": "^2.0.1-next.89+b9344e1",
20
+ "@sw-tsdk/plugin-connector": "^2.0.1-next.89+b9344e1",
21
+ "@sw-tsdk/plugin-turbine": "^2.0.1-next.89+b9344e1",
22
22
  "fs-extra": "10.0.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "6.0.1",
@@ -104,6 +104,6 @@
104
104
  "dev:setup": "npm link"
105
105
  },
106
106
  "types": "lib/index.d.ts",
107
- "version": "2.0.1-next.78+6d712c1",
108
- "gitHead": "6d712c13d4d6ceb4539a4d56237313a86387dcdd"
107
+ "version": "2.0.1-next.89+b9344e1",
108
+ "gitHead": "b9344e1175637c33364e83d037e0bab76e4373c8"
109
109
  }