@salesforce/plugin-auth 3.3.9 → 3.3.11

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.11/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.11/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.11/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.11/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.11/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.11/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.11/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
package/oclif.lock CHANGED
@@ -887,7 +887,7 @@
887
887
  "@smithy/types" "^2.9.1"
888
888
  tslib "^2.5.0"
889
889
 
890
- "@aws-sdk/types@3.502.0":
890
+ "@aws-sdk/types@3.502.0", "@aws-sdk/types@^3.222.0":
891
891
  version "3.502.0"
892
892
  resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba"
893
893
  integrity sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==
@@ -895,14 +895,6 @@
895
895
  "@smithy/types" "^2.9.1"
896
896
  tslib "^2.5.0"
897
897
 
898
- "@aws-sdk/types@^3.222.0":
899
- version "3.485.0"
900
- resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.485.0.tgz#9ffebb602bba4b6b75e2b037ee93a8735c06da3e"
901
- integrity sha512-+QW32YQdvZRDOwrAQPo/qCyXoSjgXB6RwJwCwkd8ebJXRXw6tmGKIHaZqYHt/LtBymvnaBgBBADNa4+qFvlOFw==
902
- dependencies:
903
- "@smithy/types" "^2.8.0"
904
- tslib "^2.5.0"
905
-
906
898
  "@aws-sdk/util-arn-parser@3.495.0":
907
899
  version "3.495.0"
908
900
  resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.495.0.tgz#539f2d6dfef343a80324348f1f9a1b7eed2390f3"
@@ -1433,34 +1425,14 @@
1433
1425
  chalk "^4.1.2"
1434
1426
  figures "^3.2.0"
1435
1427
 
1436
- "@inquirer/confirm@^2.0.15":
1437
- version "2.0.15"
1438
- resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
1439
- integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
1440
- dependencies:
1441
- "@inquirer/core" "^5.1.1"
1442
- "@inquirer/type" "^1.1.5"
1443
- chalk "^4.1.2"
1444
-
1445
- "@inquirer/core@^5.1.1":
1446
- version "5.1.1"
1447
- resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
1448
- integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
1428
+ "@inquirer/confirm@^2.0.17":
1429
+ version "2.0.17"
1430
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
1431
+ integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
1449
1432
  dependencies:
1450
- "@inquirer/type" "^1.1.5"
1451
- "@types/mute-stream" "^0.0.4"
1452
- "@types/node" "^20.9.0"
1453
- "@types/wrap-ansi" "^3.0.0"
1454
- ansi-escapes "^4.3.2"
1433
+ "@inquirer/core" "^6.0.0"
1434
+ "@inquirer/type" "^1.1.6"
1455
1435
  chalk "^4.1.2"
1456
- cli-spinners "^2.9.1"
1457
- cli-width "^4.1.0"
1458
- figures "^3.2.0"
1459
- mute-stream "^1.0.0"
1460
- run-async "^3.0.0"
1461
- signal-exit "^4.1.0"
1462
- strip-ansi "^6.0.1"
1463
- wrap-ansi "^6.2.0"
1464
1436
 
1465
1437
  "@inquirer/core@^6.0.0":
1466
1438
  version "6.0.0"
@@ -1482,22 +1454,13 @@
1482
1454
  strip-ansi "^6.0.1"
1483
1455
  wrap-ansi "^6.2.0"
1484
1456
 
1485
- "@inquirer/input@^1.2.14":
1486
- version "1.2.14"
1487
- resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
1488
- integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
1457
+ "@inquirer/password@^1.1.16":
1458
+ version "1.1.16"
1459
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
1460
+ integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
1489
1461
  dependencies:
1490
- "@inquirer/core" "^5.1.1"
1491
- "@inquirer/type" "^1.1.5"
1492
- chalk "^4.1.2"
1493
-
1494
- "@inquirer/password@^1.1.14":
1495
- version "1.1.14"
1496
- resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
1497
- integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
1498
- dependencies:
1499
- "@inquirer/input" "^1.2.14"
1500
- "@inquirer/type" "^1.1.5"
1462
+ "@inquirer/core" "^6.0.0"
1463
+ "@inquirer/type" "^1.1.6"
1501
1464
  ansi-escapes "^4.3.2"
1502
1465
  chalk "^4.1.2"
1503
1466
 
@@ -1512,7 +1475,7 @@
1512
1475
  chalk "^4.1.2"
1513
1476
  figures "^3.2.0"
1514
1477
 
1515
- "@inquirer/type@^1.1.5", "@inquirer/type@^1.1.6":
1478
+ "@inquirer/type@^1.1.6":
1516
1479
  version "1.1.6"
1517
1480
  resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.6.tgz#f2656456e58fb93c7b73d5aad583b928c77b9206"
1518
1481
  integrity sha512-OCKOpn0CrFDslR8s3who7hlr823zXTb1iShGCaaWgEJFfkIV0T9aLZV2QGnOuU78IrsPYLkr3oKx9dZwwCH3Rw==
@@ -1765,10 +1728,10 @@
1765
1728
  node-gyp "^8.2.0"
1766
1729
  read-package-json-fast "^2.0.1"
1767
1730
 
1768
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1769
- version "3.18.2"
1770
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1771
- integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1731
+ "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
1732
+ version "3.19.1"
1733
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1734
+ integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1772
1735
  dependencies:
1773
1736
  "@types/cli-progress" "^3.11.5"
1774
1737
  ansi-escapes "^4.3.2"
@@ -1961,10 +1924,10 @@
1961
1924
  strip-ansi "6.0.1"
1962
1925
  ts-retry-promise "^0.8.0"
1963
1926
 
1964
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.0", "@salesforce/core@^6.5.1":
1965
- version "6.5.1"
1966
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.1.tgz#3d387a6f0b93485274ec046dde5cf1364a3a00b0"
1967
- integrity sha512-u/R82JGdbJCMY0EN3UY5hQUxn0gPN+ParNQIm9YPB9lDpBQv82nKeZJuH6j2LsaaF6ygY3bm79kftPxpdKbggQ==
1927
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2":
1928
+ version "6.5.3"
1929
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
1930
+ integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
1968
1931
  dependencies:
1969
1932
  "@salesforce/kit" "^3.0.15"
1970
1933
  "@salesforce/schemas" "^1.6.1"
@@ -1978,7 +1941,7 @@
1978
1941
  jsforce "^2.0.0-beta.29"
1979
1942
  jsonwebtoken "9.0.2"
1980
1943
  jszip "3.10.1"
1981
- pino "^8.17.2"
1944
+ pino "^8.18.0"
1982
1945
  pino-abstract-transport "^1.1.0"
1983
1946
  pino-pretty "^10.3.1"
1984
1947
  proper-lockfile "^4.1.2"
@@ -2067,15 +2030,15 @@
2067
2030
  chalk "^4"
2068
2031
  inquirer "^8.2.5"
2069
2032
 
2070
- "@salesforce/sf-plugins-core@^7.1.4":
2071
- version "7.1.4"
2072
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.4.tgz#0aca0e243b9880269c3e2712ca14982eb8515f1e"
2073
- integrity sha512-aFV4FhUEz/oyn7JzsoutQp7SBs0Ac07m5uWYI+ngYlhJdd/AC/0IpMqd/BOIBmLzAqos+y6bKR6OqBEqQDaxlw==
2033
+ "@salesforce/sf-plugins-core@^7.1.9":
2034
+ version "7.1.9"
2035
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
2036
+ integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
2074
2037
  dependencies:
2075
- "@inquirer/confirm" "^2.0.15"
2076
- "@inquirer/password" "^1.1.14"
2077
- "@oclif/core" "^3.18.1"
2078
- "@salesforce/core" "^6.5.0"
2038
+ "@inquirer/confirm" "^2.0.17"
2039
+ "@inquirer/password" "^1.1.16"
2040
+ "@oclif/core" "^3.19.1"
2041
+ "@salesforce/core" "^6.5.2"
2079
2042
  "@salesforce/kit" "^3.0.15"
2080
2043
  "@salesforce/ts-types" "^2.0.9"
2081
2044
  chalk "^5.3.0"
@@ -2469,13 +2432,6 @@
2469
2432
  "@smithy/util-stream" "^2.1.1"
2470
2433
  tslib "^2.5.0"
2471
2434
 
2472
- "@smithy/types@^2.8.0":
2473
- version "2.8.0"
2474
- resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.8.0.tgz#bdbaa0a54c9c3538d6c763c6f32d3e4f76fe0df9"
2475
- integrity sha512-h9sz24cFgt/W1Re22OlhQKmUZkNh244ApgRsUDYinqF8R+QgcsBIX344u2j61TPshsTz3CvL6HYU1DnQdsSrHA==
2476
- dependencies:
2477
- tslib "^2.5.0"
2478
-
2479
2435
  "@smithy/types@^2.9.1":
2480
2436
  version "2.9.1"
2481
2437
  resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.9.1.tgz#ed04d4144eed3b8bd26d20fc85aae8d6e357ebb9"
@@ -2765,10 +2721,10 @@
2765
2721
  dependencies:
2766
2722
  "@types/node" "*"
2767
2723
 
2768
- "@types/node@*", "@types/node@^20.9.0":
2769
- version "20.10.6"
2770
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
2771
- integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
2724
+ "@types/node@*", "@types/node@^20.10.7":
2725
+ version "20.11.16"
2726
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
2727
+ integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
2772
2728
  dependencies:
2773
2729
  undici-types "~5.26.4"
2774
2730
 
@@ -2789,13 +2745,6 @@
2789
2745
  dependencies:
2790
2746
  undici-types "~5.26.4"
2791
2747
 
2792
- "@types/node@^20.10.7":
2793
- version "20.11.16"
2794
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
2795
- integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
2796
- dependencies:
2797
- undici-types "~5.26.4"
2798
-
2799
2748
  "@types/normalize-package-data@^2.4.0":
2800
2749
  version "2.4.1"
2801
2750
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -3749,7 +3698,7 @@ cli-progress@^3.12.0:
3749
3698
  dependencies:
3750
3699
  string-width "^4.2.3"
3751
3700
 
3752
- cli-spinners@^2.5.0, cli-spinners@^2.9.1, cli-spinners@^2.9.2:
3701
+ cli-spinners@^2.5.0, cli-spinners@^2.9.2:
3753
3702
  version "2.9.2"
3754
3703
  resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
3755
3704
  integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
@@ -7606,10 +7555,10 @@ pino-std-serializers@^6.0.0:
7606
7555
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
7607
7556
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
7608
7557
 
7609
- pino@^8.17.2:
7610
- version "8.17.2"
7611
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
7612
- integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
7558
+ pino@^8.18.0:
7559
+ version "8.18.0"
7560
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.18.0.tgz#f2bfbb4e827ed2049ee1e88372268efdcd1505f6"
7561
+ integrity sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==
7613
7562
  dependencies:
7614
7563
  atomic-sleep "^1.0.0"
7615
7564
  fast-redact "^3.1.1"
@@ -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.11"
1011
1011
  }
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.3.9",
4
+ "version": "3.3.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/checkbox": "^1.5.2",
9
9
  "@inquirer/select": "^1.3.3",
10
- "@oclif/core": "^3.18.2",
10
+ "@oclif/core": "^3.19.1",
11
11
  "@salesforce/core": "^6.5.1",
12
12
  "@salesforce/kit": "^3.0.15",
13
- "@salesforce/sf-plugins-core": "^7.1.4",
13
+ "@salesforce/sf-plugins-core": "^7.1.9",
14
14
  "@salesforce/ts-types": "^2.0.9",
15
15
  "chalk": "^5.3.0",
16
16
  "open": "^9.1.0"
@@ -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.11.crt",
237
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.11.sig"
238
238
  }
239
239
  }