@salesforce/cli 2.80.10 → 2.80.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 +9 -9
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.80.
|
|
27
|
+
@salesforce/cli/2.80.11 linux-x64 node-v22.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3857,7 +3857,7 @@ EXAMPLES
|
|
|
3857
3857
|
$ sf org list auth
|
|
3858
3858
|
```
|
|
3859
3859
|
|
|
3860
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3860
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/list/auth.ts)_
|
|
3861
3861
|
|
|
3862
3862
|
## `sf org list limits`
|
|
3863
3863
|
|
|
@@ -4157,7 +4157,7 @@ FLAG DESCRIPTIONS
|
|
|
4157
4157
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4158
4158
|
```
|
|
4159
4159
|
|
|
4160
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4160
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/login/access-token.ts)_
|
|
4161
4161
|
|
|
4162
4162
|
## `sf org login device`
|
|
4163
4163
|
|
|
@@ -4217,7 +4217,7 @@ FLAG DESCRIPTIONS
|
|
|
4217
4217
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4218
4218
|
```
|
|
4219
4219
|
|
|
4220
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4220
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/login/device.ts)_
|
|
4221
4221
|
|
|
4222
4222
|
## `sf org login jwt`
|
|
4223
4223
|
|
|
@@ -4308,7 +4308,7 @@ FLAG DESCRIPTIONS
|
|
|
4308
4308
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4309
4309
|
```
|
|
4310
4310
|
|
|
4311
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4311
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/login/jwt.ts)_
|
|
4312
4312
|
|
|
4313
4313
|
## `sf org login sfdx-url`
|
|
4314
4314
|
|
|
@@ -4378,7 +4378,7 @@ EXAMPLES
|
|
|
4378
4378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4379
4379
|
```
|
|
4380
4380
|
|
|
4381
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4381
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/login/sfdx-url.ts)_
|
|
4382
4382
|
|
|
4383
4383
|
## `sf org login web`
|
|
4384
4384
|
|
|
@@ -4465,7 +4465,7 @@ FLAG DESCRIPTIONS
|
|
|
4465
4465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4466
4466
|
```
|
|
4467
4467
|
|
|
4468
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4468
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/login/web.ts)_
|
|
4469
4469
|
|
|
4470
4470
|
## `sf org logout`
|
|
4471
4471
|
|
|
@@ -4526,7 +4526,7 @@ FLAG DESCRIPTIONS
|
|
|
4526
4526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4529
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.104/src/commands/org/logout.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org open`
|
|
4532
4532
|
|
|
@@ -8470,7 +8470,7 @@ EXAMPLES
|
|
|
8470
8470
|
$ sf update --available
|
|
8471
8471
|
```
|
|
8472
8472
|
|
|
8473
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8473
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.35/src/commands/update.ts)_
|
|
8474
8474
|
|
|
8475
8475
|
## `sf version`
|
|
8476
8476
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.80.
|
|
3
|
+
"version": "2.80.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.80.
|
|
9
|
+
"version": "2.80.11",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.45",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.34",
|
|
20
20
|
"@oclif/plugin-search": "1.2.22",
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
21
|
+
"@oclif/plugin-update": "4.6.35",
|
|
22
22
|
"@oclif/plugin-version": "2.2.25",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.37",
|
|
24
24
|
"@oclif/plugin-which": "3.2.33",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.9",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.104",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.18",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.20.8",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.47",
|
|
@@ -4329,9 +4329,9 @@
|
|
|
4329
4329
|
}
|
|
4330
4330
|
},
|
|
4331
4331
|
"node_modules/@oclif/plugin-update": {
|
|
4332
|
-
"version": "4.6.
|
|
4333
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
4334
|
-
"integrity": "sha512-
|
|
4332
|
+
"version": "4.6.35",
|
|
4333
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.35.tgz",
|
|
4334
|
+
"integrity": "sha512-aLU4RTI66gCRVJEp/eTAQtrn7WQWIXKYlsqaCCkmWGYhdUDuVZNRRLbRrXpLXTrFq34DpTo5JE/DZ/c2oXlmog==",
|
|
4335
4335
|
"license": "MIT",
|
|
4336
4336
|
"dependencies": {
|
|
4337
4337
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4363,9 +4363,9 @@
|
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
4365
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4366
|
-
"version": "3.1.
|
|
4367
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4368
|
-
"integrity": "sha512-
|
|
4366
|
+
"version": "3.1.37",
|
|
4367
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.37.tgz",
|
|
4368
|
+
"integrity": "sha512-MBQxCGKOxOH0MuXztm6ju1Od/ApDE6+IOQnVQAgwkkmralVmPzE10M3YSUw3/X8TiNpGL50Ja+sC3uNtK78swA==",
|
|
4369
4369
|
"license": "MIT",
|
|
4370
4370
|
"dependencies": {
|
|
4371
4371
|
"@oclif/core": "^4",
|
|
@@ -5107,9 +5107,9 @@
|
|
|
5107
5107
|
}
|
|
5108
5108
|
},
|
|
5109
5109
|
"node_modules/@salesforce/plugin-auth": {
|
|
5110
|
-
"version": "3.6.
|
|
5111
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5112
|
-
"integrity": "sha512-
|
|
5110
|
+
"version": "3.6.104",
|
|
5111
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.104.tgz",
|
|
5112
|
+
"integrity": "sha512-pZNE7et8XoVyI4iL0MUsGjG9lnIRR6D8Nd1YaQVJ4SRLDQ4l+mjL+3TyHNQyiEq0PGNRhufWus8eTzJKuVLAhg==",
|
|
5113
5113
|
"license": "BSD-3-Clause",
|
|
5114
5114
|
"dependencies": {
|
|
5115
5115
|
"@inquirer/checkbox": "^2.5.0",
|
package/oclif.lock
CHANGED
|
@@ -1766,10 +1766,10 @@
|
|
|
1766
1766
|
ansi-escapes "^7.0.0"
|
|
1767
1767
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1768
1768
|
|
|
1769
|
-
"@oclif/plugin-update@4.6.
|
|
1770
|
-
version "4.6.
|
|
1771
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
1772
|
-
integrity sha512-
|
|
1769
|
+
"@oclif/plugin-update@4.6.35":
|
|
1770
|
+
version "4.6.35"
|
|
1771
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.35.tgz"
|
|
1772
|
+
integrity sha512-aLU4RTI66gCRVJEp/eTAQtrn7WQWIXKYlsqaCCkmWGYhdUDuVZNRRLbRrXpLXTrFq34DpTo5JE/DZ/c2oXlmog==
|
|
1773
1773
|
dependencies:
|
|
1774
1774
|
"@inquirer/select" "^2.5.0"
|
|
1775
1775
|
"@oclif/core" "^4"
|
|
@@ -1790,10 +1790,10 @@
|
|
|
1790
1790
|
"@oclif/core" "^4"
|
|
1791
1791
|
ansis "^3.16.0"
|
|
1792
1792
|
|
|
1793
|
-
"@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1794
|
-
version "3.1.
|
|
1795
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1796
|
-
integrity sha512-
|
|
1793
|
+
"@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.37":
|
|
1794
|
+
version "3.1.37"
|
|
1795
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.37.tgz"
|
|
1796
|
+
integrity sha512-MBQxCGKOxOH0MuXztm6ju1Od/ApDE6+IOQnVQAgwkkmralVmPzE10M3YSUw3/X8TiNpGL50Ja+sC3uNtK78swA==
|
|
1797
1797
|
dependencies:
|
|
1798
1798
|
"@oclif/core" "^4"
|
|
1799
1799
|
ansis "^3.17.0"
|
|
@@ -2132,10 +2132,10 @@
|
|
|
2132
2132
|
got "^13.0.0"
|
|
2133
2133
|
proxy-agent "^6.4.0"
|
|
2134
2134
|
|
|
2135
|
-
"@salesforce/plugin-auth@3.6.
|
|
2136
|
-
version "3.6.
|
|
2137
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2138
|
-
integrity sha512-
|
|
2135
|
+
"@salesforce/plugin-auth@3.6.104":
|
|
2136
|
+
version "3.6.104"
|
|
2137
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.104.tgz"
|
|
2138
|
+
integrity sha512-pZNE7et8XoVyI4iL0MUsGjG9lnIRR6D8Nd1YaQVJ4SRLDQ4l+mjL+3TyHNQyiEq0PGNRhufWus8eTzJKuVLAhg==
|
|
2139
2139
|
dependencies:
|
|
2140
2140
|
"@inquirer/checkbox" "^2.5.0"
|
|
2141
2141
|
"@inquirer/select" "^2.5.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.80.
|
|
4
|
+
"version": "2.80.11",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -150,15 +150,15 @@
|
|
|
150
150
|
"@oclif/plugin-not-found": "3.2.45",
|
|
151
151
|
"@oclif/plugin-plugins": "5.4.34",
|
|
152
152
|
"@oclif/plugin-search": "1.2.22",
|
|
153
|
-
"@oclif/plugin-update": "4.6.
|
|
153
|
+
"@oclif/plugin-update": "4.6.35",
|
|
154
154
|
"@oclif/plugin-version": "2.2.25",
|
|
155
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
155
|
+
"@oclif/plugin-warn-if-update-available": "3.1.37",
|
|
156
156
|
"@oclif/plugin-which": "3.2.33",
|
|
157
157
|
"@salesforce/core": "^8.2.3",
|
|
158
158
|
"@salesforce/kit": "^3.1.6",
|
|
159
159
|
"@salesforce/plugin-apex": "3.6.9",
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
|
-
"@salesforce/plugin-auth": "3.6.
|
|
161
|
+
"@salesforce/plugin-auth": "3.6.104",
|
|
162
162
|
"@salesforce/plugin-data": "4.0.18",
|
|
163
163
|
"@salesforce/plugin-deploy-retrieve": "3.20.8",
|
|
164
164
|
"@salesforce/plugin-info": "3.4.47",
|