@@ -121,7 +121,6 @@ USAGE
121
121
* [ ` aio discover ` ] ( #aio-discover )
122
122
* [ ` aio help [COMMAND] ` ] ( #aio-help-command )
123
123
* [ ` aio info ` ] ( #aio-info )
124
- * [ ` aio jwt-auth:access-token ` ] ( #aio-jwt-authaccess-token )
125
124
* [ ` aio plugins ` ] ( #aio-plugins )
126
125
* [ ` aio plugins:install PLUGIN... ` ] ( #aio-pluginsinstall-plugin )
127
126
* [ ` aio plugins:link PLUGIN ` ] ( #aio-pluginslink-plugin )
@@ -1199,43 +1198,7 @@ OPTIONS
1199
1198
-j, --json output raw json
1200
1199
```
1201
1200
1202
- _ See code: [ @adobe/aio-cli-plugin-info ] ( https://github.com/adobe/aio-cli-plugin-info/blob/0.1.2/src/commands/info.js ) _
1203
-
1204
- ## ` aio jwt-auth:access-token `
1205
-
1206
- get the access token for the Adobe I/O Console
1207
-
1208
- ```
1209
- USAGE
1210
- $ aio jwt-auth:access-token
1211
-
1212
- OPTIONS
1213
- -b, --bare print access token only
1214
- -f, --force get a new access token
1215
- -p, --passphrase=passphrase the passphrase for the private-key
1216
- --no-prompt do not prompt for passphrase
1217
-
1218
- DESCRIPTION
1219
- You must have a 'jwt-auth' key in your config, that has all your config data in .json format:
1220
- aio config set jwt-auth --json --file path/to/your/config.json
1221
-
1222
- EXAMPLE
1223
-
1224
- jwt_auth:
1225
- {
1226
- "client_id": "...",
1227
- "client_secret": "..."
1228
- "jwt_payload": {
1229
- "iss": "...",
1230
- "sub": "...",
1231
- "...": true,
1232
- "aud": "..."
1233
- },
1234
- "jwt_private_key": "/path/to/cert"
1235
- }
1236
- ```
1237
-
1238
- _ See code: [ @adobe/aio-cli-plugin-jwt-auth ] ( https://github.com/adobe/aio-cli-plugin-jwt-auth/blob/v2.0.3/src/commands/jwt-auth/access-token.js ) _
1201
+ _ See code: [ @adobe/aio-cli-plugin-info ] ( https://github.com/adobe/aio-cli-plugin-info/blob/0.1.3/src/commands/info.js ) _
1239
1202
1240
1203
## ` aio plugins `
1241
1204
@@ -1367,7 +1330,7 @@ OPTIONS
1367
1330
-f, --feature request a feature
1368
1331
```
1369
1332
1370
- _ See code: [ @adobe/aio-cli-plugin-info ] ( https://github.com/adobe/aio-cli-plugin-info/blob/0.1.2 /src/commands/report.js ) _
1333
+ _ See code: [ @adobe/aio-cli-plugin-info ] ( https://github.com/adobe/aio-cli-plugin-info/blob/0.1.3 /src/commands/report.js ) _
1371
1334
1372
1335
## ` aio rollback `
1373
1336
0 commit comments