@sw-tsdk/plugin-turbine 2.0.1-next.72 → 2.0.1-next.73
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 +6 -6
- 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.73+83fe06b linux-x64 node-v16.18.0
|
|
20
20
|
$ sw-tsdk-turbine --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-turbine COMMAND
|
|
@@ -52,7 +52,7 @@ DESCRIPTION
|
|
|
52
52
|
Use to generate and store signing keys in Turbine
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
_See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
55
|
+
_See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.73+83fe06b/lib/commands/turbine/connector/keys/generate.js)_
|
|
56
56
|
|
|
57
57
|
## `sw-tsdk-turbine turbine:connector:keys:list:local`
|
|
58
58
|
|
|
@@ -69,7 +69,7 @@ DESCRIPTION
|
|
|
69
69
|
Use to list local keys
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
72
|
+
_See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.73+83fe06b/lib/commands/turbine/connector/keys/list/local.js)_
|
|
73
73
|
|
|
74
74
|
## `sw-tsdk-turbine turbine:connector:keys:list:remote`
|
|
75
75
|
|
|
@@ -89,7 +89,7 @@ DESCRIPTION
|
|
|
89
89
|
Use to list remote keys
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
_See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
92
|
+
_See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.73+83fe06b/lib/commands/turbine/connector/keys/list/remote.js)_
|
|
93
93
|
|
|
94
94
|
## `sw-tsdk-turbine turbine:connector:push`
|
|
95
95
|
|
|
@@ -110,7 +110,7 @@ DESCRIPTION
|
|
|
110
110
|
Use to push an integration to Turbine
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
113
|
+
_See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.73+83fe06b/lib/commands/turbine/connector/push.js)_
|
|
114
114
|
|
|
115
115
|
## `sw-tsdk-turbine turbine:login`
|
|
116
116
|
|
|
@@ -130,5 +130,5 @@ DESCRIPTION
|
|
|
130
130
|
Use to login to Turbine
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.
|
|
133
|
+
_See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.73+83fe06b/lib/commands/turbine/login.js)_
|
|
134
134
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.0.1-next.
|
|
1
|
+
{"version":"2.0.1-next.73+83fe06b","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 generate and store signing keys in 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:local":{"id":"turbine:connector:keys:list:local","description":"Use to list local keys","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":[]},"turbine:connector:keys:list:remote":{"id":"turbine:connector:keys:list:remote","description":"Use to list remote keys","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":[]}}}
|
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.73+83fe06b",
|
|
9
|
+
"@sw-tsdk/connector": "^2.0.1-next.73+83fe06b",
|
|
10
|
+
"@sw-tsdk/core": "^2.0.1-next.73+83fe06b",
|
|
11
|
+
"@sw-tsdk/docker": "^2.0.1-next.73+83fe06b",
|
|
12
|
+
"@sw-tsdk/turbine": "^2.0.1-next.73+83fe06b",
|
|
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.73+83fe06b",
|
|
70
|
+
"gitHead": "83fe06bfe25475b3dbfad49e8ac04a768b51d226"
|
|
71
71
|
}
|