@salesforce/cli 2.103.7-cb.0 → 2.103.7
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 +7 -7
- package/npm-shrinkwrap.json +262 -1031
- package/oclif.lock +102 -275
- package/oclif.manifest.json +1 -1
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.103.7
|
|
28
|
+
@salesforce/cli/2.103.7 linux-x64 node-v22.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4561,7 +4561,7 @@ EXAMPLES
|
|
|
4561
4561
|
$ sf org list auth
|
|
4562
4562
|
```
|
|
4563
4563
|
|
|
4564
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
4564
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.0/src/commands/org/list/auth.ts)_
|
|
4565
4565
|
|
|
4566
4566
|
## `sf org list limits`
|
|
4567
4567
|
|
|
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
|
|
|
4861
4861
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4862
4862
|
```
|
|
4863
4863
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
4864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.0/src/commands/org/login/access-token.ts)_
|
|
4865
4865
|
|
|
4866
4866
|
## `sf org login jwt`
|
|
4867
4867
|
|
|
@@ -4952,7 +4952,7 @@ FLAG DESCRIPTIONS
|
|
|
4952
4952
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4953
4953
|
```
|
|
4954
4954
|
|
|
4955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
4955
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.0/src/commands/org/login/jwt.ts)_
|
|
4956
4956
|
|
|
4957
4957
|
## `sf org login sfdx-url`
|
|
4958
4958
|
|
|
@@ -5022,7 +5022,7 @@ EXAMPLES
|
|
|
5022
5022
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
5025
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.0/src/commands/org/login/sfdx-url.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org login web`
|
|
5028
5028
|
|
|
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5127
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5128
|
```
|
|
5129
5129
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
5130
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.0/src/commands/org/login/web.ts)_
|
|
5131
5131
|
|
|
5132
5132
|
## `sf org logout`
|
|
5133
5133
|
|
|
@@ -5193,7 +5193,7 @@ FLAG DESCRIPTIONS
|
|
|
5193
5193
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5194
5194
|
```
|
|
5195
5195
|
|
|
5196
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
5196
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.0/src/commands/org/logout.ts)_
|
|
5197
5197
|
|
|
5198
5198
|
## `sf org open`
|
|
5199
5199
|
|