@swimlane/turbine-sdk 2.0.1-next.39 → 2.0.1-next.41
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ $ npm install -g @swimlane/turbine-sdk
|
|
|
37
37
|
$ tsdk COMMAND
|
|
38
38
|
running command...
|
|
39
39
|
$ tsdk (--version|-v)
|
|
40
|
-
@swimlane/turbine-sdk/2.0.1-next.
|
|
40
|
+
@swimlane/turbine-sdk/2.0.1-next.41+e3bd50c linux-x64 node-v16.17.1
|
|
41
41
|
$ tsdk --help [COMMAND]
|
|
42
42
|
USAGE
|
|
43
43
|
$ tsdk COMMAND
|
|
@@ -403,7 +403,7 @@ USAGE
|
|
|
403
403
|
$ tsdk connector validate -c <value> [-h] [-i <value>] [--key <value> --signed] [-s] [-d <value>]
|
|
404
404
|
|
|
405
405
|
FLAGS
|
|
406
|
-
-c, --connector=<value> (required) connector to validate (relative to directory)
|
|
406
|
+
-c, --connector=<value> (required) [default: connector] connector to validate (relative to directory)
|
|
407
407
|
-d, --directory=<value> [default: ./] current directory to mount
|
|
408
408
|
-h, --help Show CLI help.
|
|
409
409
|
-i, --image=<value> image to use
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.0.1-next.
|
|
1
|
+
{"version":"2.0.1-next.41+e3bd50c","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.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^2.0.1-next.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^2.0.1-next.
|
|
19
|
+
"@sw-tsdk/core": "^2.0.1-next.41+e3bd50c",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^2.0.1-next.41+e3bd50c",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^2.0.1-next.41+e3bd50c",
|
|
22
22
|
"fs-extra": "10.0.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "6.0.1",
|
|
@@ -108,6 +108,6 @@
|
|
|
108
108
|
"dev:setup": "npm link"
|
|
109
109
|
},
|
|
110
110
|
"types": "lib/index.d.ts",
|
|
111
|
-
"version": "2.0.1-next.
|
|
112
|
-
"gitHead": "
|
|
111
|
+
"version": "2.0.1-next.41+e3bd50c",
|
|
112
|
+
"gitHead": "e3bd50c20ff86123b9133fa06bdb78b0edc1e49a"
|
|
113
113
|
}
|