@sw-tsdk/plugin-turbine 2.20.1 → 2.20.2

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
@@ -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.20.1 linux-x64 node-v16.20.2
19
+ @sw-tsdk/plugin-turbine/2.20.2 linux-x64 node-v16.20.2
20
20
  $ sw-tsdk-turbine --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-turbine COMMAND
@@ -50,7 +50,7 @@ DESCRIPTION
50
50
  Use to login to Turbine
51
51
  ```
52
52
 
53
- _See code: [lib/commands/turbine/config/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/config/list.js)_
53
+ _See code: [lib/commands/turbine/config/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/config/list.js)_
54
54
 
55
55
  ## `sw-tsdk-turbine turbine:config:remove URL`
56
56
 
@@ -72,7 +72,7 @@ DESCRIPTION
72
72
  Use to login to Turbine
73
73
  ```
74
74
 
75
- _See code: [lib/commands/turbine/config/remove.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/config/remove.js)_
75
+ _See code: [lib/commands/turbine/config/remove.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/config/remove.js)_
76
76
 
77
77
  ## `sw-tsdk-turbine turbine:config:set URL`
78
78
 
@@ -101,7 +101,7 @@ DESCRIPTION
101
101
  Use to login to Turbine
102
102
  ```
103
103
 
104
- _See code: [lib/commands/turbine/config/set.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/config/set.js)_
104
+ _See code: [lib/commands/turbine/config/set.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/config/set.js)_
105
105
 
106
106
  ## `sw-tsdk-turbine turbine:config:use URL`
107
107
 
@@ -123,7 +123,7 @@ DESCRIPTION
123
123
  Use to login to Turbine
124
124
  ```
125
125
 
126
- _See code: [lib/commands/turbine/config/use.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/config/use.js)_
126
+ _See code: [lib/commands/turbine/config/use.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/config/use.js)_
127
127
 
128
128
  ## `sw-tsdk-turbine turbine:connector:keys:generate URL`
129
129
 
@@ -153,7 +153,7 @@ DESCRIPTION
153
153
  Use to generate and store signing keys in Turbine
154
154
  ```
155
155
 
156
- _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/connector/keys/generate.js)_
156
+ _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/connector/keys/generate.js)_
157
157
 
158
158
  ## `sw-tsdk-turbine turbine:connector:keys:list:local`
159
159
 
@@ -170,7 +170,7 @@ DESCRIPTION
170
170
  Use to list local keys
171
171
  ```
172
172
 
173
- _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/connector/keys/list/local.js)_
173
+ _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/connector/keys/list/local.js)_
174
174
 
175
175
  ## `sw-tsdk-turbine turbine:connector:keys:list:remote URL`
176
176
 
@@ -197,7 +197,7 @@ DESCRIPTION
197
197
  Use to list remote keys
198
198
  ```
199
199
 
200
- _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/connector/keys/list/remote.js)_
200
+ _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/connector/keys/list/remote.js)_
201
201
 
202
202
  ## `sw-tsdk-turbine turbine:connector:keys:push URL`
203
203
 
@@ -223,7 +223,7 @@ DESCRIPTION
223
223
  Use to generate and store signing keys in Turbine
224
224
  ```
225
225
 
226
- _See code: [lib/commands/turbine/connector/keys/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/connector/keys/push.js)_
226
+ _See code: [lib/commands/turbine/connector/keys/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/connector/keys/push.js)_
227
227
 
228
228
  ## `sw-tsdk-turbine turbine:connector:push FILE URL`
229
229
 
@@ -251,5 +251,5 @@ DESCRIPTION
251
251
  Use to push an integration to Turbine
252
252
  ```
253
253
 
254
- _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.1/lib/commands/turbine/connector/push.js)_
254
+ _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.20.2/lib/commands/turbine/connector/push.js)_
255
255
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.20.1",
2
+ "version": "2.20.2",
3
3
  "commands": {
4
4
  "turbine:config:list": {
5
5
  "id": "turbine:config:list",
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@oclif/core": "2.8.5",
8
- "@sw-tsdk/common": "^2.20.1",
9
- "@sw-tsdk/connector": "^2.20.1",
10
- "@sw-tsdk/core": "^2.20.1",
11
- "@sw-tsdk/docker": "^2.20.1",
12
- "@sw-tsdk/turbine": "^2.20.1",
8
+ "@sw-tsdk/common": "^2.20.2",
9
+ "@sw-tsdk/connector": "^2.20.2",
10
+ "@sw-tsdk/core": "^2.20.2",
11
+ "@sw-tsdk/docker": "^2.20.2",
12
+ "@sw-tsdk/turbine": "^2.20.2",
13
13
  "@swimlane/cosign": "1.4.1",
14
14
  "date-fns": "2.29.3",
15
15
  "fs-extra": "11.1.1",
@@ -66,6 +66,6 @@
66
66
  "posttest": "yarn lint",
67
67
  "dev:setup": "npm link"
68
68
  },
69
- "version": "2.20.1",
70
- "gitHead": "dfc66023ec19995d81a4d30012dd2edc70aaecb9"
69
+ "version": "2.20.2",
70
+ "gitHead": "a499c8367fa71f59c1fc8f05520329aec6ac59ff"
71
71
  }