@salesforce/cli 2.121.4 → 2.121.5
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 +17 -17
- package/npm-shrinkwrap.json +1872 -334
- package/oclif.lock +524 -120
- 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.121.
|
|
28
|
+
@salesforce/cli/2.121.5 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4235,7 +4235,7 @@ FLAG DESCRIPTIONS
|
|
|
4235
4235
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4236
4236
|
```
|
|
4237
4237
|
|
|
4238
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4238
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/create/sandbox.ts)_
|
|
4239
4239
|
|
|
4240
4240
|
## `sf org create scratch`
|
|
4241
4241
|
|
|
@@ -4417,7 +4417,7 @@ FLAG DESCRIPTIONS
|
|
|
4417
4417
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4418
4418
|
```
|
|
4419
4419
|
|
|
4420
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4420
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/create/scratch.ts)_
|
|
4421
4421
|
|
|
4422
4422
|
## `sf org create user`
|
|
4423
4423
|
|
|
@@ -4571,7 +4571,7 @@ EXAMPLES
|
|
|
4571
4571
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4572
4572
|
```
|
|
4573
4573
|
|
|
4574
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4574
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/delete/sandbox.ts)_
|
|
4575
4575
|
|
|
4576
4576
|
## `sf org delete scratch`
|
|
4577
4577
|
|
|
@@ -4615,7 +4615,7 @@ EXAMPLES
|
|
|
4615
4615
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4616
4616
|
```
|
|
4617
4617
|
|
|
4618
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4618
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/delete/scratch.ts)_
|
|
4619
4619
|
|
|
4620
4620
|
## `sf org disable tracking`
|
|
4621
4621
|
|
|
@@ -4654,7 +4654,7 @@ EXAMPLES
|
|
|
4654
4654
|
$ sf org disable tracking
|
|
4655
4655
|
```
|
|
4656
4656
|
|
|
4657
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4657
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/disable/tracking.ts)_
|
|
4658
4658
|
|
|
4659
4659
|
## `sf org display`
|
|
4660
4660
|
|
|
@@ -4699,7 +4699,7 @@ EXAMPLES
|
|
|
4699
4699
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4700
4700
|
```
|
|
4701
4701
|
|
|
4702
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4702
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/display.ts)_
|
|
4703
4703
|
|
|
4704
4704
|
## `sf org display user`
|
|
4705
4705
|
|
|
@@ -4780,7 +4780,7 @@ EXAMPLES
|
|
|
4780
4780
|
$ sf org enable tracking
|
|
4781
4781
|
```
|
|
4782
4782
|
|
|
4783
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4783
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/enable/tracking.ts)_
|
|
4784
4784
|
|
|
4785
4785
|
## `sf org generate password`
|
|
4786
4786
|
|
|
@@ -4886,7 +4886,7 @@ EXAMPLES
|
|
|
4886
4886
|
$ sf org list --clean
|
|
4887
4887
|
```
|
|
4888
4888
|
|
|
4889
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4889
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/list.ts)_
|
|
4890
4890
|
|
|
4891
4891
|
## `sf org list auth`
|
|
4892
4892
|
|
|
@@ -5025,7 +5025,7 @@ FLAG DESCRIPTIONS
|
|
|
5025
5025
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5026
5026
|
```
|
|
5027
5027
|
|
|
5028
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5028
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/list/metadata.ts)_
|
|
5029
5029
|
|
|
5030
5030
|
## `sf org list metadata-types`
|
|
5031
5031
|
|
|
@@ -5080,7 +5080,7 @@ FLAG DESCRIPTIONS
|
|
|
5080
5080
|
Override the api version used for api requests made by this command
|
|
5081
5081
|
```
|
|
5082
5082
|
|
|
5083
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5083
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/list/metadata-types.ts)_
|
|
5084
5084
|
|
|
5085
5085
|
## `sf org list sobject record-counts`
|
|
5086
5086
|
|
|
@@ -5626,7 +5626,7 @@ EXAMPLES
|
|
|
5626
5626
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5627
5627
|
```
|
|
5628
5628
|
|
|
5629
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5629
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/open.ts)_
|
|
5630
5630
|
|
|
5631
5631
|
## `sf org open agent`
|
|
5632
5632
|
|
|
@@ -5677,7 +5677,7 @@ EXAMPLES
|
|
|
5677
5677
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5678
5678
|
```
|
|
5679
5679
|
|
|
5680
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5680
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/open/agent.ts)_
|
|
5681
5681
|
|
|
5682
5682
|
## `sf org open authoring-bundle`
|
|
5683
5683
|
|
|
@@ -5723,7 +5723,7 @@ EXAMPLES
|
|
|
5723
5723
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5724
5724
|
```
|
|
5725
5725
|
|
|
5726
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5726
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/open/authoring-bundle.ts)_
|
|
5727
5727
|
|
|
5728
5728
|
## `sf org refresh sandbox`
|
|
5729
5729
|
|
|
@@ -5826,7 +5826,7 @@ FLAG DESCRIPTIONS
|
|
|
5826
5826
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5827
5827
|
```
|
|
5828
5828
|
|
|
5829
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5829
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/refresh/sandbox.ts)_
|
|
5830
5830
|
|
|
5831
5831
|
## `sf org resume sandbox`
|
|
5832
5832
|
|
|
@@ -5889,7 +5889,7 @@ FLAG DESCRIPTIONS
|
|
|
5889
5889
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5890
5890
|
```
|
|
5891
5891
|
|
|
5892
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5892
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/resume/sandbox.ts)_
|
|
5893
5893
|
|
|
5894
5894
|
## `sf org resume scratch`
|
|
5895
5895
|
|
|
@@ -5942,7 +5942,7 @@ FLAG DESCRIPTIONS
|
|
|
5942
5942
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5943
5943
|
```
|
|
5944
5944
|
|
|
5945
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5945
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/resume/scratch.ts)_
|
|
5946
5946
|
|
|
5947
5947
|
## `sf package convert`
|
|
5948
5948
|
|