@salesforce/cli 2.110.20 → 2.110.22
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 +2202 -327
- package/oclif.lock +134 -16
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.110.
|
|
28
|
+
@salesforce/cli/2.110.22 linux-x64 node-v22.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4736,7 +4736,7 @@ EXAMPLES
|
|
|
4736
4736
|
$ sf org list auth
|
|
4737
4737
|
```
|
|
4738
4738
|
|
|
4739
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4739
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/list/auth.ts)_
|
|
4740
4740
|
|
|
4741
4741
|
## `sf org list limits`
|
|
4742
4742
|
|
|
@@ -5036,7 +5036,7 @@ FLAG DESCRIPTIONS
|
|
|
5036
5036
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5037
5037
|
```
|
|
5038
5038
|
|
|
5039
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5039
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/access-token.ts)_
|
|
5040
5040
|
|
|
5041
5041
|
## `sf org login jwt`
|
|
5042
5042
|
|
|
@@ -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.9.
|
|
5130
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/jwt.ts)_
|
|
5131
5131
|
|
|
5132
5132
|
## `sf org login sfdx-url`
|
|
5133
5133
|
|
|
@@ -5197,7 +5197,7 @@ EXAMPLES
|
|
|
5197
5197
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5198
5198
|
```
|
|
5199
5199
|
|
|
5200
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5200
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/sfdx-url.ts)_
|
|
5201
5201
|
|
|
5202
5202
|
## `sf org login web`
|
|
5203
5203
|
|
|
@@ -5302,7 +5302,7 @@ FLAG DESCRIPTIONS
|
|
|
5302
5302
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5303
5303
|
```
|
|
5304
5304
|
|
|
5305
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5305
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/web.ts)_
|
|
5306
5306
|
|
|
5307
5307
|
## `sf org logout`
|
|
5308
5308
|
|
|
@@ -5368,7 +5368,7 @@ FLAG DESCRIPTIONS
|
|
|
5368
5368
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5369
5369
|
```
|
|
5370
5370
|
|
|
5371
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5371
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/logout.ts)_
|
|
5372
5372
|
|
|
5373
5373
|
## `sf org open`
|
|
5374
5374
|
|