Skip to content

Commit 7c790b1

Browse files
authored
fix: remove jwt-auth plugin (#187)
* fix: update README
1 parent 6193312 commit 7c790b1

File tree

3 files changed

+2
-77
lines changed

3 files changed

+2
-77
lines changed

README.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ USAGE
121121
* [`aio discover`](#aio-discover)
122122
* [`aio help [COMMAND]`](#aio-help-command)
123123
* [`aio info`](#aio-info)
124-
* [`aio jwt-auth:access-token`](#aio-jwt-authaccess-token)
125124
* [`aio plugins`](#aio-plugins)
126125
* [`aio plugins:install PLUGIN...`](#aio-pluginsinstall-plugin)
127126
* [`aio plugins:link PLUGIN`](#aio-pluginslink-plugin)
@@ -1199,43 +1198,7 @@ OPTIONS
11991198
-j, --json output raw json
12001199
```
12011200

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)_
12391202

12401203
## `aio plugins`
12411204

@@ -1367,7 +1330,7 @@ OPTIONS
13671330
-f, --feature request a feature
13681331
```
13691332

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)_
13711334

13721335
## `aio rollback`
13731336

package-lock.json

Lines changed: 0 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@adobe/aio-cli-plugin-config": "^2.2.1",
1616
"@adobe/aio-cli-plugin-console": "^3.0.1",
1717
"@adobe/aio-cli-plugin-info": "^0.1.3",
18-
"@adobe/aio-cli-plugin-jwt-auth": "^2.0.3",
1918
"@adobe/aio-cli-plugin-runtime": "^1.7.3",
2019
"@oclif/color": "^0.1.2",
2120
"@oclif/command": "^1.6.1",
@@ -77,7 +76,6 @@
7776
"@oclif/plugin-not-found",
7877
"@oclif/plugin-warn-if-update-available",
7978
"@adobe/aio-cli-plugin-config",
80-
"@adobe/aio-cli-plugin-jwt-auth",
8179
"@adobe/aio-cli-plugin-console",
8280
"@adobe/aio-cli-plugin-runtime",
8381
"@adobe/aio-cli-plugin-app",

0 commit comments

Comments
 (0)