@@ -41,7 +41,7 @@ $ npm install -g @adobe/aio-cli
41
41
$ aio COMMAND
42
42
running command...
43
43
$ aio (-v| --version| version)
44
- @adobe/aio-cli/1.3.0 darwin-x64 node-v8.14.0
44
+ @adobe/aio-cli/1.3.1 darwin-x64 node-v8.14.0
45
45
$ aio --help [COMMAND]
46
46
USAGE
47
47
$ aio COMMAND
58
58
* [ ` aio config:set [KEY] [VALUE] ` ] ( #aio-configset-key-value )
59
59
* [ ` aio console ` ] ( #aio-console )
60
60
* [ ` aio console:list-integrations ` ] ( #aio-consolelist-integrations )
61
+ * [ ` aio console:reset-integration [INTEGRATION_ID] ` ] ( #aio-consolereset-integration-integration-id )
61
62
* [ ` aio console:select-integration [INTEGRATION_ID] ` ] ( #aio-consoleselect-integration-integration-id )
62
63
* [ ` aio help [COMMAND] ` ] ( #aio-help-command )
63
64
* [ ` aio jwt-auth:access-token ` ] ( #aio-jwt-authaccess-token )
@@ -179,7 +180,7 @@ EXAMPLES
179
180
$ aio console:sel INTEGRATION_ID
180
181
```
181
182
182
- _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.1.1 /src/commands/console/index.js ) _
183
+ _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.2.0 /src/commands/console/index.js ) _
183
184
184
185
## ` aio console:list-integrations `
185
186
@@ -198,7 +199,25 @@ ALIASES
198
199
$ aio console:ls
199
200
```
200
201
201
- _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.1.1/src/commands/console/list-integrations.js ) _
202
+ _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.2.0/src/commands/console/list-integrations.js ) _
203
+
204
+ ## ` aio console:reset-integration [INTEGRATION_ID] `
205
+
206
+ resets an integration's .wskprops auth hash.
207
+
208
+ ```
209
+ USAGE
210
+ $ aio console:reset-integration [INTEGRATION_ID]
211
+
212
+ DESCRIPTION
213
+ after running this command all clients will need to run `console:select-integration`
214
+ to get a new auth hash in their .wskprops file
215
+
216
+ ALIASES
217
+ $ aio console:reset
218
+ ```
219
+
220
+ _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.2.0/src/commands/console/reset-integration.js ) _
202
221
203
222
## ` aio console:select-integration [INTEGRATION_ID] `
204
223
@@ -220,7 +239,7 @@ ALIASES
220
239
$ aio console:sel
221
240
```
222
241
223
- _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.1.1 /src/commands/console/select-integration.js ) _
242
+ _ See code: [ @adobe/aio-cli-plugin-console ] ( https://github.com/adobe/aio-cli-plugin-console/blob/v1.2.0 /src/commands/console/select-integration.js ) _
224
243
225
244
## ` aio help [COMMAND] `
226
245
0 commit comments