@sw-tsdk/plugin-turbine 2.13.0 → 2.13.1

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.13.0 linux-x64 node-v16.20.1
19
+ @sw-tsdk/plugin-turbine/2.13.1 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.13.0/lib/commands/turbine/config/list.js)_
53
+ _See code: [lib/commands/turbine/config/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/config/list.js)_
54
54
 
55
55
  ## `sw-tsdk-turbine turbine:config:remove URL`
56
56
 
@@ -70,7 +70,7 @@ DESCRIPTION
70
70
  Use to login to Turbine
71
71
  ```
72
72
 
73
- _See code: [lib/commands/turbine/config/remove.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/config/remove.js)_
73
+ _See code: [lib/commands/turbine/config/remove.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/config/remove.js)_
74
74
 
75
75
  ## `sw-tsdk-turbine turbine:config:set URL`
76
76
 
@@ -97,7 +97,7 @@ DESCRIPTION
97
97
  Use to login to Turbine
98
98
  ```
99
99
 
100
- _See code: [lib/commands/turbine/config/set.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/config/set.js)_
100
+ _See code: [lib/commands/turbine/config/set.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/config/set.js)_
101
101
 
102
102
  ## `sw-tsdk-turbine turbine:config:use URL`
103
103
 
@@ -117,7 +117,7 @@ DESCRIPTION
117
117
  Use to login to Turbine
118
118
  ```
119
119
 
120
- _See code: [lib/commands/turbine/config/use.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/config/use.js)_
120
+ _See code: [lib/commands/turbine/config/use.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/config/use.js)_
121
121
 
122
122
  ## `sw-tsdk-turbine turbine:connector:keys:generate URL`
123
123
 
@@ -145,7 +145,7 @@ DESCRIPTION
145
145
  Use to generate and store signing keys in Turbine
146
146
  ```
147
147
 
148
- _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/connector/keys/generate.js)_
148
+ _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/connector/keys/generate.js)_
149
149
 
150
150
  ## `sw-tsdk-turbine turbine:connector:keys:list:local`
151
151
 
@@ -162,7 +162,7 @@ DESCRIPTION
162
162
  Use to list local keys
163
163
  ```
164
164
 
165
- _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/connector/keys/list/local.js)_
165
+ _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/connector/keys/list/local.js)_
166
166
 
167
167
  ## `sw-tsdk-turbine turbine:connector:keys:list:remote URL`
168
168
 
@@ -187,7 +187,7 @@ DESCRIPTION
187
187
  Use to list remote keys
188
188
  ```
189
189
 
190
- _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/connector/keys/list/remote.js)_
190
+ _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/connector/keys/list/remote.js)_
191
191
 
192
192
  ## `sw-tsdk-turbine turbine:connector:keys:push URL`
193
193
 
@@ -213,7 +213,7 @@ DESCRIPTION
213
213
  Use to generate and store signing keys in Turbine
214
214
  ```
215
215
 
216
- _See code: [lib/commands/turbine/connector/keys/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/connector/keys/push.js)_
216
+ _See code: [lib/commands/turbine/connector/keys/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/connector/keys/push.js)_
217
217
 
218
218
  ## `sw-tsdk-turbine turbine:connector:push FILE URL`
219
219
 
@@ -239,5 +239,5 @@ DESCRIPTION
239
239
  Use to push an integration to Turbine
240
240
  ```
241
241
 
242
- _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.0/lib/commands/turbine/connector/push.js)_
242
+ _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.13.1/lib/commands/turbine/connector/push.js)_
243
243
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.13.0",
2
+ "version": "2.13.1",
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.13.0",
9
- "@sw-tsdk/connector": "^2.13.0",
10
- "@sw-tsdk/core": "^2.13.0",
11
- "@sw-tsdk/docker": "^2.13.0",
12
- "@sw-tsdk/turbine": "^2.13.0",
8
+ "@sw-tsdk/common": "^2.13.1",
9
+ "@sw-tsdk/connector": "^2.13.1",
10
+ "@sw-tsdk/core": "^2.13.1",
11
+ "@sw-tsdk/docker": "^2.13.1",
12
+ "@sw-tsdk/turbine": "^2.13.1",
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.13.0",
70
- "gitHead": "6e07a05fc231fbae98afdf499ea2aa030a7b1993"
69
+ "version": "2.13.1",
70
+ "gitHead": "62a1b042acf0950cf42de3cfbce00b351fb35de5"
71
71
  }