@salesforce/plugin-auth 3.6.124 → 3.6.126

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
@@ -108,7 +108,7 @@ EXAMPLES
108
108
  $ sf org list auth
109
109
  ```
110
110
 
111
- _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/list/auth.ts)_
111
+ _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/list/auth.ts)_
112
112
 
113
113
  ## `sf org login access-token`
114
114
 
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
162
162
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
163
163
  ```
164
164
 
165
- _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/login/access-token.ts)_
165
+ _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/login/access-token.ts)_
166
166
 
167
167
  ## `sf org login device`
168
168
 
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222
222
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
223
223
  ```
224
224
 
225
- _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/login/device.ts)_
225
+ _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/login/device.ts)_
226
226
 
227
227
  ## `sf org login jwt`
228
228
 
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
313
313
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
314
314
  ```
315
315
 
316
- _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/login/jwt.ts)_
316
+ _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/login/jwt.ts)_
317
317
 
318
318
  ## `sf org login sfdx-url`
319
319
 
@@ -383,7 +383,7 @@ EXAMPLES
383
383
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
384
384
  ```
385
385
 
386
- _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/login/sfdx-url.ts)_
386
+ _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/login/sfdx-url.ts)_
387
387
 
388
388
  ## `sf org login web`
389
389
 
@@ -470,7 +470,7 @@ FLAG DESCRIPTIONS
470
470
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
471
471
  ```
472
472
 
473
- _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/login/web.ts)_
473
+ _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/login/web.ts)_
474
474
 
475
475
  ## `sf org logout`
476
476
 
@@ -531,6 +531,6 @@ FLAG DESCRIPTIONS
531
531
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
532
532
  ```
533
533
 
534
- _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.124/src/commands/org/logout.ts)_
534
+ _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.126/src/commands/org/logout.ts)_
535
535
 
536
536
  <!-- commandsstop -->
@@ -109,80 +109,6 @@
109
109
  "logout:org"
110
110
  ]
111
111
  },
112
- "org:list:auth": {
113
- "aliases": [
114
- "force:auth:list",
115
- "auth:list"
116
- ],
117
- "args": {},
118
- "deprecateAliases": true,
119
- "description": "This command uses local authorization information that Salesforce CLI caches when you create a scratch org or log into an org. The command doesn't actually connect to the orgs to verify that they're still active. As a result, this command executes very quickly. If you want to view live information about your authorized orgs, such as their connection status, use the \"org list\" command.",
120
- "examples": [
121
- "List local authorization information about your orgs:\n<%= config.bin %> <%= command.id %>"
122
- ],
123
- "flags": {
124
- "json": {
125
- "description": "Format output as json.",
126
- "helpGroup": "GLOBAL",
127
- "name": "json",
128
- "allowNo": false,
129
- "type": "boolean"
130
- },
131
- "flags-dir": {
132
- "helpGroup": "GLOBAL",
133
- "name": "flags-dir",
134
- "summary": "Import flag values from a directory.",
135
- "hasDynamicHelp": false,
136
- "multiple": false,
137
- "type": "option"
138
- },
139
- "loglevel": {
140
- "deprecated": {
141
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
142
- },
143
- "hidden": true,
144
- "name": "loglevel",
145
- "hasDynamicHelp": false,
146
- "multiple": false,
147
- "type": "option"
148
- }
149
- },
150
- "hasDynamicHelp": false,
151
- "hiddenAliases": [],
152
- "id": "org:list:auth",
153
- "pluginAlias": "@salesforce/plugin-auth",
154
- "pluginName": "@salesforce/plugin-auth",
155
- "pluginType": "core",
156
- "strict": true,
157
- "summary": "List authorization information about the orgs you created or logged into.",
158
- "enableJsonFlag": true,
159
- "isESM": true,
160
- "relativePath": [
161
- "lib",
162
- "commands",
163
- "org",
164
- "list",
165
- "auth.js"
166
- ],
167
- "aliasPermutations": [
168
- "force:auth:list",
169
- "auth:force:list",
170
- "auth:list:force",
171
- "force:list:auth",
172
- "list:force:auth",
173
- "list:auth:force",
174
- "auth:list",
175
- "list:auth"
176
- ],
177
- "permutations": [
178
- "org:list:auth",
179
- "list:org:auth",
180
- "list:auth:org",
181
- "org:auth:list",
182
- "auth:org:list",
183
- "auth:list:org"
184
- ]
185
- },
186
112
  "org:login:access-token": {
187
113
  "aliases": [
188
114
  "force:auth:accesstoken:store",
@@ -1061,7 +987,81 @@
1061
987
  "web:org:login",
1062
988
  "web:login:org"
1063
989
  ]
990
+ },
991
+ "org:list:auth": {
992
+ "aliases": [
993
+ "force:auth:list",
994
+ "auth:list"
995
+ ],
996
+ "args": {},
997
+ "deprecateAliases": true,
998
+ "description": "This command uses local authorization information that Salesforce CLI caches when you create a scratch org or log into an org. The command doesn't actually connect to the orgs to verify that they're still active. As a result, this command executes very quickly. If you want to view live information about your authorized orgs, such as their connection status, use the \"org list\" command.",
999
+ "examples": [
1000
+ "List local authorization information about your orgs:\n<%= config.bin %> <%= command.id %>"
1001
+ ],
1002
+ "flags": {
1003
+ "json": {
1004
+ "description": "Format output as json.",
1005
+ "helpGroup": "GLOBAL",
1006
+ "name": "json",
1007
+ "allowNo": false,
1008
+ "type": "boolean"
1009
+ },
1010
+ "flags-dir": {
1011
+ "helpGroup": "GLOBAL",
1012
+ "name": "flags-dir",
1013
+ "summary": "Import flag values from a directory.",
1014
+ "hasDynamicHelp": false,
1015
+ "multiple": false,
1016
+ "type": "option"
1017
+ },
1018
+ "loglevel": {
1019
+ "deprecated": {
1020
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1021
+ },
1022
+ "hidden": true,
1023
+ "name": "loglevel",
1024
+ "hasDynamicHelp": false,
1025
+ "multiple": false,
1026
+ "type": "option"
1027
+ }
1028
+ },
1029
+ "hasDynamicHelp": false,
1030
+ "hiddenAliases": [],
1031
+ "id": "org:list:auth",
1032
+ "pluginAlias": "@salesforce/plugin-auth",
1033
+ "pluginName": "@salesforce/plugin-auth",
1034
+ "pluginType": "core",
1035
+ "strict": true,
1036
+ "summary": "List authorization information about the orgs you created or logged into.",
1037
+ "enableJsonFlag": true,
1038
+ "isESM": true,
1039
+ "relativePath": [
1040
+ "lib",
1041
+ "commands",
1042
+ "org",
1043
+ "list",
1044
+ "auth.js"
1045
+ ],
1046
+ "aliasPermutations": [
1047
+ "force:auth:list",
1048
+ "auth:force:list",
1049
+ "auth:list:force",
1050
+ "force:list:auth",
1051
+ "list:force:auth",
1052
+ "list:auth:force",
1053
+ "auth:list",
1054
+ "list:auth"
1055
+ ],
1056
+ "permutations": [
1057
+ "org:list:auth",
1058
+ "list:org:auth",
1059
+ "list:auth:org",
1060
+ "org:auth:list",
1061
+ "auth:org:list",
1062
+ "auth:list:org"
1063
+ ]
1064
1064
  }
1065
1065
  },
1066
- "version": "3.6.124"
1066
+ "version": "3.6.126"
1067
1067
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
3
  "description": "plugin for sf auth commands",
4
- "version": "3.6.124",
4
+ "version": "3.6.126",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/checkbox": "^2.5.0",
9
9
  "@inquirer/select": "^2.5.0",
10
10
  "@oclif/core": "^4",
11
- "@salesforce/core": "^8.11.1",
11
+ "@salesforce/core": "^8.11.4",
12
12
  "@salesforce/kit": "^3.2.3",
13
- "@salesforce/plugin-info": "^3.4.63",
13
+ "@salesforce/plugin-info": "^3.4.65",
14
14
  "@salesforce/sf-plugins-core": "^12.2.2",
15
15
  "@salesforce/ts-types": "^2.0.11",
16
16
  "open": "^10.1.2"
@@ -19,9 +19,9 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.2.40",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.52",
22
+ "@salesforce/plugin-command-reference": "^3.1.54",
23
23
  "@salesforce/ts-sinon": "^1.4.30",
24
- "eslint-plugin-sf-plugin": "^1.20.23",
24
+ "eslint-plugin-sf-plugin": "^1.20.24",
25
25
  "oclif": "^4.17.46",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.5.4"
@@ -234,7 +234,7 @@
234
234
  "exports": "./lib/index.js",
235
235
  "type": "module",
236
236
  "sfdx": {
237
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.124.crt",
238
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.124.sig"
237
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.126.crt",
238
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.126.sig"
239
239
  }
240
240
  }