@sw-tsdk/plugin-turbine 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 +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ $ npm install -g @sw-tsdk/plugin-turbine
|
|
|
16
16
|
$ sw-tsdk-turbine COMMAND
|
|
17
17
|
running command...
|
|
18
18
|
$ sw-tsdk-turbine (--version)
|
|
19
|
-
@sw-tsdk/plugin-turbine/2.0.1-next.
|
|
19
|
+
@sw-tsdk/plugin-turbine/2.0.1-next.41+e3bd50c linux-x64 node-v16.17.1
|
|
20
20
|
$ sw-tsdk-turbine --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-turbine COMMAND
|
|
@@ -51,7 +51,7 @@ DESCRIPTION
|
|
|
51
51
|
Use to push an integration to Turbine
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
_See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
54
|
+
_See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/connector/keys/generate.js)_
|
|
55
55
|
|
|
56
56
|
## `sw-tsdk-turbine turbine:connector:keys:list`
|
|
57
57
|
|
|
@@ -68,7 +68,7 @@ DESCRIPTION
|
|
|
68
68
|
Use to push an integration to Turbine
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [lib/commands/turbine/connector/keys/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
71
|
+
_See code: [lib/commands/turbine/connector/keys/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/connector/keys/list.js)_
|
|
72
72
|
|
|
73
73
|
## `sw-tsdk-turbine turbine:connector:push`
|
|
74
74
|
|
|
@@ -89,7 +89,7 @@ DESCRIPTION
|
|
|
89
89
|
Use to push an integration to Turbine
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
_See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
92
|
+
_See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/connector/push.js)_
|
|
93
93
|
|
|
94
94
|
## `sw-tsdk-turbine turbine:login`
|
|
95
95
|
|
|
@@ -109,5 +109,5 @@ DESCRIPTION
|
|
|
109
109
|
Use to login to Turbine
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
112
|
+
_See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/login.js)_
|
|
113
113
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.0.1-next.
|
|
1
|
+
{"version":"2.0.1-next.41+e3bd50c","commands":{"turbine:login":{"id":"turbine:login","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:push":{"id":"turbine:connector:push","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"file":{"name":"file","type":"option","char":"f","description":"path of the file to be uploaded to Turbine","required":true,"multiple":false},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false,"default":""},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:generate":{"id":"turbine:connector:keys:generate","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false,"default":""},"signing-password":{"name":"signing-password","type":"option","description":"password used for the private key","multiple":false,"default":""},"key-name":{"name":"key-name","type":"option","description":"name used for the key (default: username)","multiple":false},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:list":{"id":"turbine:connector:keys:list","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@oclif/core": "1.16.4",
|
|
8
|
-
"@sw-tsdk/common": "^2.0.1-next.
|
|
9
|
-
"@sw-tsdk/connector": "^2.0.1-next.
|
|
10
|
-
"@sw-tsdk/core": "^2.0.1-next.
|
|
11
|
-
"@sw-tsdk/docker": "^2.0.1-next.
|
|
12
|
-
"@sw-tsdk/turbine": "^2.0.1-next.
|
|
8
|
+
"@sw-tsdk/common": "^2.0.1-next.41+e3bd50c",
|
|
9
|
+
"@sw-tsdk/connector": "^2.0.1-next.41+e3bd50c",
|
|
10
|
+
"@sw-tsdk/core": "^2.0.1-next.41+e3bd50c",
|
|
11
|
+
"@sw-tsdk/docker": "^2.0.1-next.41+e3bd50c",
|
|
12
|
+
"@sw-tsdk/turbine": "^2.0.1-next.41+e3bd50c",
|
|
13
13
|
"@swimlane/cosign": "1.3.1",
|
|
14
14
|
"date-fns": "2.29.3",
|
|
15
15
|
"fs-extra": "10.1.0",
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"posttest": "yarn lint",
|
|
67
67
|
"dev:setup": "npm link"
|
|
68
68
|
},
|
|
69
|
-
"version": "2.0.1-next.
|
|
70
|
-
"gitHead": "
|
|
69
|
+
"version": "2.0.1-next.41+e3bd50c",
|
|
70
|
+
"gitHead": "e3bd50c20ff86123b9133fa06bdb78b0edc1e49a"
|
|
71
71
|
}
|