@@ -117,7 +117,7 @@ EXAMPLES
117
117
sfdx auth:device:login -r https://test.salesforce.com
118
118
```
119
119
120
- _ See code: [ src/commands/auth/device/login.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.4.10 /src/commands/auth/device/login.ts ) _
120
+ _ See code: [ src/commands/auth/device/login.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.5.0 /src/commands/auth/device/login.ts ) _
121
121
122
122
## ` sfdx auth:jwt:grant -u <string> -f <filepath> -i <string> [-r <url>] [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
123
123
@@ -171,7 +171,7 @@ EXAMPLES
171
171
sfdx auth:jwt:grant -u me@acme.org -f <path to jwt key file> -i <OAuth client id> -r https://acme.my.salesforce.com
172
172
```
173
173
174
- _ See code: [ src/commands/auth/jwt/grant.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.4.10 /src/commands/auth/jwt/grant.ts ) _
174
+ _ See code: [ src/commands/auth/jwt/grant.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.5.0 /src/commands/auth/jwt/grant.ts ) _
175
175
176
176
## ` sfdx auth:list [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
177
177
@@ -191,7 +191,7 @@ ALIASES
191
191
$ sfdx force:auth:list
192
192
```
193
193
194
- _ See code: [ src/commands/auth/list.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.4.10 /src/commands/auth/list.ts ) _
194
+ _ See code: [ src/commands/auth/list.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.5.0 /src/commands/auth/list.ts ) _
195
195
196
196
## ` sfdx auth:logout [-a] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
197
197
@@ -229,7 +229,7 @@ EXAMPLES
229
229
sfdx auth:logout -p
230
230
```
231
231
232
- _ See code: [ src/commands/auth/logout.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.4.10 /src/commands/auth/logout.ts ) _
232
+ _ See code: [ src/commands/auth/logout.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.5.0 /src/commands/auth/logout.ts ) _
233
233
234
234
## ` sfdx auth:sfdxurl:store -f <filepath> [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
235
235
@@ -282,7 +282,7 @@ EXAMPLES
282
282
sfdx auth:sfdxurl:store -f <path to sfdxAuthUrl file> -s -a MyDefaultOrg
283
283
```
284
284
285
- _ See code: [ src/commands/auth/sfdxurl/store.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.4.10 /src/commands/auth/sfdxurl/store.ts ) _
285
+ _ See code: [ src/commands/auth/sfdxurl/store.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.5.0 /src/commands/auth/sfdxurl/store.ts ) _
286
286
287
287
## ` sfdx auth:web:login [-i <string>] [-r <url>] [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
288
288
@@ -330,5 +330,5 @@ EXAMPLES
330
330
sfdx auth:web:login -r https://test.salesforce.com
331
331
```
332
332
333
- _ See code: [ src/commands/auth/web/login.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.4.10 /src/commands/auth/web/login.ts ) _
333
+ _ See code: [ src/commands/auth/web/login.ts] ( https://github.com/salesforcecli/plugin-auth/blob/v1.5.0 /src/commands/auth/web/login.ts ) _
334
334
<!-- commandsstop -->
0 commit comments