@salesforce/plugin-auth 3.3.9 → 3.3.10

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
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf org list auth
108
108
  ```
109
109
 
110
- _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/list/auth.ts)_
110
+ _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/list/auth.ts)_
111
111
 
112
112
  ## `sf org login access-token`
113
113
 
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160
160
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
161
161
  ```
162
162
 
163
- _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/access-token.ts)_
163
+ _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/access-token.ts)_
164
164
 
165
165
  ## `sf org login device`
166
166
 
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
219
219
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/device.ts)_
222
+ _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/device.ts)_
223
223
 
224
224
  ## `sf org login jwt`
225
225
 
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308
308
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
309
309
  ```
310
310
 
311
- _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/jwt.ts)_
311
+ _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/jwt.ts)_
312
312
 
313
313
  ## `sf org login sfdx-url`
314
314
 
@@ -323,8 +323,7 @@ FLAGS
323
323
  -d, --set-default-dev-hub Set the authenticated org as the default Dev Hub.
324
324
  -f, --sfdx-url-file=<value> Path to a file that contains the Salesforce DX authorization URL.
325
325
  -s, --set-default Set the authenticated org as the default that all org-related commands run against.
326
- -u, --sfdx-url-stdin=<value> Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through
327
- standard input (stdin).
326
+ -u, --sfdx-url-stdin=<value> Pipe the Salesforce DX authorization URL through standard input (stdin).
328
327
 
329
328
  GLOBAL FLAGS
330
329
  --json Format output as json.
@@ -354,8 +353,7 @@ DESCRIPTION
354
353
  You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL.
355
354
  Finally, you can create a normal text file that includes just the URL and nothing else.
356
355
 
357
- Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and
358
- providing the '-' character as the value.
356
+ Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.
359
357
 
360
358
  ALIASES
361
359
  $ sf force auth sfdxurl store
@@ -370,12 +368,12 @@ EXAMPLES
370
368
 
371
369
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
372
370
 
373
- Pipe the SFDX authorization URL from stdin by specifying the '-' value.
371
+ Pipe the SFDX authorization URL from stdin:
374
372
 
375
- $ echo url | sf org login sfdx-url --sfdx-url-stdin -
373
+ $ echo url | sf org login sfdx-url --sfdx-url-stdin
376
374
  ```
377
375
 
378
- _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/sfdx-url.ts)_
376
+ _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/sfdx-url.ts)_
379
377
 
380
378
  ## `sf org login web`
381
379
 
@@ -460,7 +458,7 @@ FLAG DESCRIPTIONS
460
458
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
461
459
  ```
462
460
 
463
- _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/web.ts)_
461
+ _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/web.ts)_
464
462
 
465
463
  ## `sf org logout`
466
464
 
@@ -520,6 +518,6 @@ FLAG DESCRIPTIONS
520
518
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
521
519
  ```
522
520
 
523
- _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/logout.ts)_
521
+ _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/logout.ts)_
524
522
 
525
523
  <!-- commandsstop -->
@@ -18,7 +18,7 @@ NOTE: The "<%= config.bin %> org display --verbose" command displays the refresh
18
18
 
19
19
  You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.
20
20
 
21
- Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and providing the '-' character as the value.
21
+ Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.
22
22
 
23
23
  # flags.sfdx-url-file.summary
24
24
 
@@ -26,7 +26,7 @@ Path to a file that contains the Salesforce DX authorization URL.
26
26
 
27
27
  # flags.sfdx-url-stdin.summary
28
28
 
29
- Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin).
29
+ Pipe the Salesforce DX authorization URL through standard input (stdin).
30
30
 
31
31
  # examples
32
32
 
@@ -38,6 +38,6 @@ Specify '-' as this flag's value to pipe the Salesforce DX authorization URL thr
38
38
 
39
39
  <%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
40
40
 
41
- - Pipe the SFDX authorization URL from stdin by specifying the '-' value.
41
+ - Pipe the SFDX authorization URL from stdin:
42
42
 
43
- <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin -
43
+ <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin
@@ -668,11 +668,11 @@
668
668
  ],
669
669
  "args": {},
670
670
  "deprecateAliases": true,
671
- "description": "The Salesforce DX (SFDX) authorization URL must have the format \"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>\". NOTE: The SFDX authorization URL uses the \"force\" protocol, and not \"http\" or \"https\". Also, the \"instanceUrl\" inside the SFDX authorization URL doesn't include the protocol (\"https://\").\n\nYou have three options when creating the authorization file. The easiest option is to redirect the output of the \"<%= config.bin %> org display --verbose --json\" command into a file. For example, using an org with alias my-org that you've already authorized:\n\n $ <%= config.bin %> org display --target-org my-org --verbose --json > authFile.json\n\nThe resulting JSON file contains the URL in the \"sfdxAuthUrl\" property of the \"result\" object. You can then reference the file when running this command:\n\n $ <%= config.bin %> <%= command.id %> --sfdx-url-file authFile.json\n\nNOTE: The \"<%= config.bin %> org display --verbose\" command displays the refresh token only for orgs authorized with the web server flow, and not the JWT bearer flow.\n\nYou can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.\n\nAlternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and providing the '-' character as the value.",
671
+ "description": "The Salesforce DX (SFDX) authorization URL must have the format \"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>\". NOTE: The SFDX authorization URL uses the \"force\" protocol, and not \"http\" or \"https\". Also, the \"instanceUrl\" inside the SFDX authorization URL doesn't include the protocol (\"https://\").\n\nYou have three options when creating the authorization file. The easiest option is to redirect the output of the \"<%= config.bin %> org display --verbose --json\" command into a file. For example, using an org with alias my-org that you've already authorized:\n\n $ <%= config.bin %> org display --target-org my-org --verbose --json > authFile.json\n\nThe resulting JSON file contains the URL in the \"sfdxAuthUrl\" property of the \"result\" object. You can then reference the file when running this command:\n\n $ <%= config.bin %> <%= command.id %> --sfdx-url-file authFile.json\n\nNOTE: The \"<%= config.bin %> org display --verbose\" command displays the refresh token only for orgs authorized with the web server flow, and not the JWT bearer flow.\n\nYou can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.\n\nAlternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.",
672
672
  "examples": [
673
673
  "Authorize an org using the SFDX authorization URL in the files/authFile.json file:\n<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json",
674
674
  "Similar to previous example, but set the org as your default and give it an alias MyDefaultOrg:\n<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg",
675
- "Pipe the SFDX authorization URL from stdin by specifying the '-' value.\n<%= \"\\n $ echo url | \" + config.bin %> <%= command.id %> --sfdx-url-stdin -"
675
+ "Pipe the SFDX authorization URL from stdin:\n<%= \"\\n $ echo url | \" + config.bin %> <%= command.id %> --sfdx-url-stdin"
676
676
  ],
677
677
  "flags": {
678
678
  "json": {
@@ -703,7 +703,7 @@
703
703
  "deprecateAliases": true,
704
704
  "name": "sfdx-url-stdin",
705
705
  "required": false,
706
- "summary": "Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin).",
706
+ "summary": "Pipe the Salesforce DX authorization URL through standard input (stdin).",
707
707
  "hasDynamicHelp": false,
708
708
  "multiple": false,
709
709
  "type": "option"
@@ -1007,5 +1007,5 @@
1007
1007
  ]
1008
1008
  }
1009
1009
  },
1010
- "version": "3.3.9"
1010
+ "version": "3.3.10"
1011
1011
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
3
  "description": "plugin for sf auth commands",
4
- "version": "3.3.9",
4
+ "version": "3.3.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -233,7 +233,7 @@
233
233
  "exports": "./lib/index.js",
234
234
  "type": "module",
235
235
  "sfdx": {
236
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.9.crt",
237
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.9.sig"
236
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.10.crt",
237
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.10.sig"
238
238
  }
239
239
  }