@salesforce/cli 2.129.3 → 2.129.4
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 +81 -81
- package/npm-shrinkwrap.json +85 -85
- package/oclif.lock +88 -88
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
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.129.
|
|
28
|
+
@salesforce/cli/2.129.4 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1517,7 +1517,7 @@ FLAG DESCRIPTIONS
|
|
|
1517
1517
|
directory.
|
|
1518
1518
|
```
|
|
1519
1519
|
|
|
1520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/get/log.ts)_
|
|
1521
1521
|
|
|
1522
1522
|
## `sf apex get test`
|
|
1523
1523
|
|
|
@@ -1577,7 +1577,7 @@ EXAMPLES
|
|
|
1577
1577
|
me@myorg'
|
|
1578
1578
|
```
|
|
1579
1579
|
|
|
1580
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1580
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/get/test.ts)_
|
|
1581
1581
|
|
|
1582
1582
|
## `sf apex list log`
|
|
1583
1583
|
|
|
@@ -1617,7 +1617,7 @@ EXAMPLES
|
|
|
1617
1617
|
$ sf apex list log --target-org me@my.org
|
|
1618
1618
|
```
|
|
1619
1619
|
|
|
1620
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1620
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/list/log.ts)_
|
|
1621
1621
|
|
|
1622
1622
|
## `sf apex run`
|
|
1623
1623
|
|
|
@@ -1664,7 +1664,7 @@ EXAMPLES
|
|
|
1664
1664
|
$ sf apex run
|
|
1665
1665
|
```
|
|
1666
1666
|
|
|
1667
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1667
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/run.ts)_
|
|
1668
1668
|
|
|
1669
1669
|
## `sf apex run test`
|
|
1670
1670
|
|
|
@@ -1811,7 +1811,7 @@ FLAG DESCRIPTIONS
|
|
|
1811
1811
|
--tests Test1 --tests Test2
|
|
1812
1812
|
```
|
|
1813
1813
|
|
|
1814
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1814
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/run/test.ts)_
|
|
1815
1815
|
|
|
1816
1816
|
## `sf apex tail log`
|
|
1817
1817
|
|
|
@@ -1854,7 +1854,7 @@ EXAMPLES
|
|
|
1854
1854
|
$ sf apex tail log --color --skip-trace-flag
|
|
1855
1855
|
```
|
|
1856
1856
|
|
|
1857
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1857
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/tail/log.ts)_
|
|
1858
1858
|
|
|
1859
1859
|
## `sf api request graphql`
|
|
1860
1860
|
|
|
@@ -1907,7 +1907,7 @@ EXAMPLES
|
|
|
1907
1907
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
1908
1908
|
```
|
|
1909
1909
|
|
|
1910
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
1910
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.12/src/commands/api/request/graphql.ts)_
|
|
1911
1911
|
|
|
1912
1912
|
## `sf api request rest [URL]`
|
|
1913
1913
|
|
|
@@ -2016,7 +2016,7 @@ FLAG DESCRIPTIONS
|
|
|
2016
2016
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2017
2017
|
```
|
|
2018
2018
|
|
|
2019
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2019
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.12/src/commands/api/request/rest.ts)_
|
|
2020
2020
|
|
|
2021
2021
|
## `sf autocomplete [SHELL]`
|
|
2022
2022
|
|
|
@@ -2047,7 +2047,7 @@ EXAMPLES
|
|
|
2047
2047
|
$ sf autocomplete --refresh-cache
|
|
2048
2048
|
```
|
|
2049
2049
|
|
|
2050
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
2050
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.42/src/commands/autocomplete/index.ts)_
|
|
2051
2051
|
|
|
2052
2052
|
## `sf commands`
|
|
2053
2053
|
|
|
@@ -2076,7 +2076,7 @@ DESCRIPTION
|
|
|
2076
2076
|
List all sf commands.
|
|
2077
2077
|
```
|
|
2078
2078
|
|
|
2079
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
2079
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.42/src/commands/commands.ts)_
|
|
2080
2080
|
|
|
2081
2081
|
## `sf config get`
|
|
2082
2082
|
|
|
@@ -3576,7 +3576,7 @@ DESCRIPTION
|
|
|
3576
3576
|
Display help for sf.
|
|
3577
3577
|
```
|
|
3578
3578
|
|
|
3579
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3579
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.39/src/commands/help.ts)_
|
|
3580
3580
|
|
|
3581
3581
|
## `sf info releasenotes display`
|
|
3582
3582
|
|
|
@@ -3664,7 +3664,7 @@ EXAMPLES
|
|
|
3664
3664
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3665
3665
|
```
|
|
3666
3666
|
|
|
3667
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3667
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/logic/get/test.ts)_
|
|
3668
3668
|
|
|
3669
3669
|
## `sf logic run test`
|
|
3670
3670
|
|
|
@@ -3786,7 +3786,7 @@ FLAG DESCRIPTIONS
|
|
|
3786
3786
|
--tests Test1 --tests Test2
|
|
3787
3787
|
```
|
|
3788
3788
|
|
|
3789
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3789
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/logic/run/test.ts)_
|
|
3790
3790
|
|
|
3791
3791
|
## `sf org assign permset`
|
|
3792
3792
|
|
|
@@ -4013,7 +4013,7 @@ FLAG DESCRIPTIONS
|
|
|
4013
4013
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4014
4014
|
```
|
|
4015
4015
|
|
|
4016
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4016
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/create/sandbox.ts)_
|
|
4017
4017
|
|
|
4018
4018
|
## `sf org create scratch`
|
|
4019
4019
|
|
|
@@ -4195,7 +4195,7 @@ FLAG DESCRIPTIONS
|
|
|
4195
4195
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4196
4196
|
```
|
|
4197
4197
|
|
|
4198
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4198
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/create/scratch.ts)_
|
|
4199
4199
|
|
|
4200
4200
|
## `sf org create user`
|
|
4201
4201
|
|
|
@@ -4349,7 +4349,7 @@ EXAMPLES
|
|
|
4349
4349
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4350
4350
|
```
|
|
4351
4351
|
|
|
4352
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4352
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/delete/sandbox.ts)_
|
|
4353
4353
|
|
|
4354
4354
|
## `sf org delete scratch`
|
|
4355
4355
|
|
|
@@ -4393,7 +4393,7 @@ EXAMPLES
|
|
|
4393
4393
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4394
4394
|
```
|
|
4395
4395
|
|
|
4396
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4396
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/delete/scratch.ts)_
|
|
4397
4397
|
|
|
4398
4398
|
## `sf org disable tracking`
|
|
4399
4399
|
|
|
@@ -4432,7 +4432,7 @@ EXAMPLES
|
|
|
4432
4432
|
$ sf org disable tracking
|
|
4433
4433
|
```
|
|
4434
4434
|
|
|
4435
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4435
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/disable/tracking.ts)_
|
|
4436
4436
|
|
|
4437
4437
|
## `sf org display`
|
|
4438
4438
|
|
|
@@ -4477,7 +4477,7 @@ EXAMPLES
|
|
|
4477
4477
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4478
4478
|
```
|
|
4479
4479
|
|
|
4480
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4480
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/display.ts)_
|
|
4481
4481
|
|
|
4482
4482
|
## `sf org display user`
|
|
4483
4483
|
|
|
@@ -4558,7 +4558,7 @@ EXAMPLES
|
|
|
4558
4558
|
$ sf org enable tracking
|
|
4559
4559
|
```
|
|
4560
4560
|
|
|
4561
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4561
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/enable/tracking.ts)_
|
|
4562
4562
|
|
|
4563
4563
|
## `sf org generate password`
|
|
4564
4564
|
|
|
@@ -4664,7 +4664,7 @@ EXAMPLES
|
|
|
4664
4664
|
$ sf org list --clean
|
|
4665
4665
|
```
|
|
4666
4666
|
|
|
4667
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4667
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/list.ts)_
|
|
4668
4668
|
|
|
4669
4669
|
## `sf org list auth`
|
|
4670
4670
|
|
|
@@ -4803,7 +4803,7 @@ FLAG DESCRIPTIONS
|
|
|
4803
4803
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4804
4804
|
```
|
|
4805
4805
|
|
|
4806
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4806
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/list/metadata.ts)_
|
|
4807
4807
|
|
|
4808
4808
|
## `sf org list metadata-types`
|
|
4809
4809
|
|
|
@@ -4858,7 +4858,7 @@ FLAG DESCRIPTIONS
|
|
|
4858
4858
|
Override the api version used for api requests made by this command
|
|
4859
4859
|
```
|
|
4860
4860
|
|
|
4861
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4861
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/list/metadata-types.ts)_
|
|
4862
4862
|
|
|
4863
4863
|
## `sf org list sobject record-counts`
|
|
4864
4864
|
|
|
@@ -5404,7 +5404,7 @@ EXAMPLES
|
|
|
5404
5404
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5405
5405
|
```
|
|
5406
5406
|
|
|
5407
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5407
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/open.ts)_
|
|
5408
5408
|
|
|
5409
5409
|
## `sf org open agent`
|
|
5410
5410
|
|
|
@@ -5455,7 +5455,7 @@ EXAMPLES
|
|
|
5455
5455
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5456
5456
|
```
|
|
5457
5457
|
|
|
5458
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5458
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/open/agent.ts)_
|
|
5459
5459
|
|
|
5460
5460
|
## `sf org open authoring-bundle`
|
|
5461
5461
|
|
|
@@ -5501,7 +5501,7 @@ EXAMPLES
|
|
|
5501
5501
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5502
5502
|
```
|
|
5503
5503
|
|
|
5504
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5504
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/open/authoring-bundle.ts)_
|
|
5505
5505
|
|
|
5506
5506
|
## `sf org refresh sandbox`
|
|
5507
5507
|
|
|
@@ -5604,7 +5604,7 @@ FLAG DESCRIPTIONS
|
|
|
5604
5604
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5605
5605
|
```
|
|
5606
5606
|
|
|
5607
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5607
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/refresh/sandbox.ts)_
|
|
5608
5608
|
|
|
5609
5609
|
## `sf org resume sandbox`
|
|
5610
5610
|
|
|
@@ -5667,7 +5667,7 @@ FLAG DESCRIPTIONS
|
|
|
5667
5667
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5668
5668
|
```
|
|
5669
5669
|
|
|
5670
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5670
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/resume/sandbox.ts)_
|
|
5671
5671
|
|
|
5672
5672
|
## `sf org resume scratch`
|
|
5673
5673
|
|
|
@@ -5720,7 +5720,7 @@ FLAG DESCRIPTIONS
|
|
|
5720
5720
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5721
5721
|
```
|
|
5722
5722
|
|
|
5723
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5723
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/resume/scratch.ts)_
|
|
5724
5724
|
|
|
5725
5725
|
## `sf package convert`
|
|
5726
5726
|
|
|
@@ -5817,7 +5817,7 @@ FLAG DESCRIPTIONS
|
|
|
5817
5817
|
--installation-key-bypass flag is required.
|
|
5818
5818
|
```
|
|
5819
5819
|
|
|
5820
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5820
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/convert.ts)_
|
|
5821
5821
|
|
|
5822
5822
|
## `sf package create`
|
|
5823
5823
|
|
|
@@ -5896,7 +5896,7 @@ FLAG DESCRIPTIONS
|
|
|
5896
5896
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5897
5897
|
```
|
|
5898
5898
|
|
|
5899
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5899
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/create.ts)_
|
|
5900
5900
|
|
|
5901
5901
|
## `sf package delete`
|
|
5902
5902
|
|
|
@@ -5938,7 +5938,7 @@ EXAMPLES
|
|
|
5938
5938
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5939
5939
|
```
|
|
5940
5940
|
|
|
5941
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5941
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/delete.ts)_
|
|
5942
5942
|
|
|
5943
5943
|
## `sf package install`
|
|
5944
5944
|
|
|
@@ -6037,7 +6037,7 @@ FLAG DESCRIPTIONS
|
|
|
6037
6037
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6038
6038
|
```
|
|
6039
6039
|
|
|
6040
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6040
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/install.ts)_
|
|
6041
6041
|
|
|
6042
6042
|
## `sf package install report`
|
|
6043
6043
|
|
|
@@ -6070,7 +6070,7 @@ EXAMPLES
|
|
|
6070
6070
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6071
6071
|
```
|
|
6072
6072
|
|
|
6073
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6073
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/install/report.ts)_
|
|
6074
6074
|
|
|
6075
6075
|
## `sf package installed list`
|
|
6076
6076
|
|
|
@@ -6102,7 +6102,7 @@ EXAMPLES
|
|
|
6102
6102
|
$ sf package installed list --target-org me@example.com
|
|
6103
6103
|
```
|
|
6104
6104
|
|
|
6105
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6105
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/installed/list.ts)_
|
|
6106
6106
|
|
|
6107
6107
|
## `sf package list`
|
|
6108
6108
|
|
|
@@ -6140,7 +6140,7 @@ EXAMPLES
|
|
|
6140
6140
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6141
6141
|
```
|
|
6142
6142
|
|
|
6143
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6143
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/list.ts)_
|
|
6144
6144
|
|
|
6145
6145
|
## `sf package push-upgrade abort`
|
|
6146
6146
|
|
|
@@ -6179,7 +6179,7 @@ EXAMPLES
|
|
|
6179
6179
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6180
6180
|
```
|
|
6181
6181
|
|
|
6182
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6182
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/push-upgrade/abort.ts)_
|
|
6183
6183
|
|
|
6184
6184
|
## `sf package push-upgrade list`
|
|
6185
6185
|
|
|
@@ -6238,7 +6238,7 @@ EXAMPLES
|
|
|
6238
6238
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6239
6239
|
```
|
|
6240
6240
|
|
|
6241
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6241
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/push-upgrade/list.ts)_
|
|
6242
6242
|
|
|
6243
6243
|
## `sf package push-upgrade report`
|
|
6244
6244
|
|
|
@@ -6280,7 +6280,7 @@ EXAMPLES
|
|
|
6280
6280
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6281
6281
|
```
|
|
6282
6282
|
|
|
6283
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6283
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/push-upgrade/report.ts)_
|
|
6284
6284
|
|
|
6285
6285
|
## `sf package push-upgrade schedule`
|
|
6286
6286
|
|
|
@@ -6367,7 +6367,7 @@ FLAG DESCRIPTIONS
|
|
|
6367
6367
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6368
6368
|
```
|
|
6369
6369
|
|
|
6370
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6370
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/push-upgrade/schedule.ts)_
|
|
6371
6371
|
|
|
6372
6372
|
## `sf package uninstall`
|
|
6373
6373
|
|
|
@@ -6415,7 +6415,7 @@ EXAMPLES
|
|
|
6415
6415
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6416
6416
|
```
|
|
6417
6417
|
|
|
6418
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6418
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/uninstall.ts)_
|
|
6419
6419
|
|
|
6420
6420
|
## `sf package uninstall report`
|
|
6421
6421
|
|
|
@@ -6448,7 +6448,7 @@ EXAMPLES
|
|
|
6448
6448
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6449
6449
|
```
|
|
6450
6450
|
|
|
6451
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6451
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/uninstall/report.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf package update`
|
|
6454
6454
|
|
|
@@ -6516,7 +6516,7 @@ FLAG DESCRIPTIONS
|
|
|
6516
6516
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6517
6517
|
```
|
|
6518
6518
|
|
|
6519
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6519
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/update.ts)_
|
|
6520
6520
|
|
|
6521
6521
|
## `sf package version create`
|
|
6522
6522
|
|
|
@@ -6693,7 +6693,7 @@ FLAG DESCRIPTIONS
|
|
|
6693
6693
|
periods of no output from commands.
|
|
6694
6694
|
```
|
|
6695
6695
|
|
|
6696
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6696
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/create.ts)_
|
|
6697
6697
|
|
|
6698
6698
|
## `sf package version create list`
|
|
6699
6699
|
|
|
@@ -6754,7 +6754,7 @@ EXAMPLES
|
|
|
6754
6754
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6755
6755
|
```
|
|
6756
6756
|
|
|
6757
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6757
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/create/list.ts)_
|
|
6758
6758
|
|
|
6759
6759
|
## `sf package version create report`
|
|
6760
6760
|
|
|
@@ -6797,7 +6797,7 @@ EXAMPLES
|
|
|
6797
6797
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6798
6798
|
```
|
|
6799
6799
|
|
|
6800
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6800
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/create/report.ts)_
|
|
6801
6801
|
|
|
6802
6802
|
## `sf package version delete`
|
|
6803
6803
|
|
|
@@ -6838,7 +6838,7 @@ EXAMPLES
|
|
|
6838
6838
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6839
6839
|
```
|
|
6840
6840
|
|
|
6841
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6841
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/delete.ts)_
|
|
6842
6842
|
|
|
6843
6843
|
## `sf package version displayancestry`
|
|
6844
6844
|
|
|
@@ -6898,7 +6898,7 @@ FLAG DESCRIPTIONS
|
|
|
6898
6898
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6899
6899
|
```
|
|
6900
6900
|
|
|
6901
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6901
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/displayancestry.ts)_
|
|
6902
6902
|
|
|
6903
6903
|
## `sf package version displaydependencies`
|
|
6904
6904
|
|
|
@@ -6960,7 +6960,7 @@ FLAG DESCRIPTIONS
|
|
|
6960
6960
|
package, which must be installed last.
|
|
6961
6961
|
```
|
|
6962
6962
|
|
|
6963
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6963
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/displaydependencies.ts)_
|
|
6964
6964
|
|
|
6965
6965
|
## `sf package version list`
|
|
6966
6966
|
|
|
@@ -7036,7 +7036,7 @@ EXAMPLES
|
|
|
7036
7036
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7037
7037
|
```
|
|
7038
7038
|
|
|
7039
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7039
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/list.ts)_
|
|
7040
7040
|
|
|
7041
7041
|
## `sf package version promote`
|
|
7042
7042
|
|
|
@@ -7080,7 +7080,7 @@ EXAMPLES
|
|
|
7080
7080
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7081
7081
|
```
|
|
7082
7082
|
|
|
7083
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7083
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/promote.ts)_
|
|
7084
7084
|
|
|
7085
7085
|
## `sf package version report`
|
|
7086
7086
|
|
|
@@ -7120,7 +7120,7 @@ EXAMPLES
|
|
|
7120
7120
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7121
7121
|
```
|
|
7122
7122
|
|
|
7123
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7123
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/report.ts)_
|
|
7124
7124
|
|
|
7125
7125
|
## `sf package version retrieve`
|
|
7126
7126
|
|
|
@@ -7165,7 +7165,7 @@ EXAMPLES
|
|
|
7165
7165
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7166
7166
|
```
|
|
7167
7167
|
|
|
7168
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7168
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/retrieve.ts)_
|
|
7169
7169
|
|
|
7170
7170
|
## `sf package version update`
|
|
7171
7171
|
|
|
@@ -7218,7 +7218,7 @@ EXAMPLES
|
|
|
7218
7218
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7219
7219
|
```
|
|
7220
7220
|
|
|
7221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package/version/update.ts)_
|
|
7222
7222
|
|
|
7223
7223
|
## `sf package1 version create`
|
|
7224
7224
|
|
|
@@ -7285,7 +7285,7 @@ FLAG DESCRIPTIONS
|
|
|
7285
7285
|
subscribers.
|
|
7286
7286
|
```
|
|
7287
7287
|
|
|
7288
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7288
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package1/version/create.ts)_
|
|
7289
7289
|
|
|
7290
7290
|
## `sf package1 version create get`
|
|
7291
7291
|
|
|
@@ -7318,7 +7318,7 @@ EXAMPLES
|
|
|
7318
7318
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7319
7319
|
```
|
|
7320
7320
|
|
|
7321
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7321
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package1/version/create/get.ts)_
|
|
7322
7322
|
|
|
7323
7323
|
## `sf package1 version display`
|
|
7324
7324
|
|
|
@@ -7352,7 +7352,7 @@ EXAMPLES
|
|
|
7352
7352
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7353
7353
|
```
|
|
7354
7354
|
|
|
7355
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7355
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package1/version/display.ts)_
|
|
7356
7356
|
|
|
7357
7357
|
## `sf package1 version list`
|
|
7358
7358
|
|
|
@@ -7390,7 +7390,7 @@ FLAG DESCRIPTIONS
|
|
|
7390
7390
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7391
7391
|
```
|
|
7392
7392
|
|
|
7393
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7393
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.12/src/commands/package1/version/list.ts)_
|
|
7394
7394
|
|
|
7395
7395
|
## `sf plugins`
|
|
7396
7396
|
|
|
@@ -7691,7 +7691,7 @@ FLAG DESCRIPTIONS
|
|
|
7691
7691
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7692
7692
|
```
|
|
7693
7693
|
|
|
7694
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7694
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/convert/mdapi.ts)_
|
|
7695
7695
|
|
|
7696
7696
|
## `sf project convert source`
|
|
7697
7697
|
|
|
@@ -7764,7 +7764,7 @@ FLAG DESCRIPTIONS
|
|
|
7764
7764
|
Override the api version used for api requests made by this command
|
|
7765
7765
|
```
|
|
7766
7766
|
|
|
7767
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7767
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/convert/source.ts)_
|
|
7768
7768
|
|
|
7769
7769
|
## `sf project convert source-behavior`
|
|
7770
7770
|
|
|
@@ -7823,7 +7823,7 @@ EXAMPLES
|
|
|
7823
7823
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7824
7824
|
```
|
|
7825
7825
|
|
|
7826
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7826
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/convert/source-behavior.ts)_
|
|
7827
7827
|
|
|
7828
7828
|
## `sf project delete source`
|
|
7829
7829
|
|
|
@@ -7976,7 +7976,7 @@ FLAG DESCRIPTIONS
|
|
|
7976
7976
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7977
7977
|
```
|
|
7978
7978
|
|
|
7979
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7979
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/delete/source.ts)_
|
|
7980
7980
|
|
|
7981
7981
|
## `sf project delete tracking`
|
|
7982
7982
|
|
|
@@ -8013,7 +8013,7 @@ EXAMPLES
|
|
|
8013
8013
|
$ sf project delete tracking --target-org my-scratch
|
|
8014
8014
|
```
|
|
8015
8015
|
|
|
8016
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8016
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/delete/tracking.ts)_
|
|
8017
8017
|
|
|
8018
8018
|
## `sf project deploy cancel`
|
|
8019
8019
|
|
|
@@ -8085,7 +8085,7 @@ FLAG DESCRIPTIONS
|
|
|
8085
8085
|
project deploy report".
|
|
8086
8086
|
```
|
|
8087
8087
|
|
|
8088
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8088
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/cancel.ts)_
|
|
8089
8089
|
|
|
8090
8090
|
## `sf project deploy preview`
|
|
8091
8091
|
|
|
@@ -8168,7 +8168,7 @@ FLAG DESCRIPTIONS
|
|
|
8168
8168
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8169
8169
|
```
|
|
8170
8170
|
|
|
8171
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8171
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/preview.ts)_
|
|
8172
8172
|
|
|
8173
8173
|
## `sf project deploy quick`
|
|
8174
8174
|
|
|
@@ -8261,7 +8261,7 @@ ERROR CODES
|
|
|
8261
8261
|
Canceling (69) The deploy is being canceled.
|
|
8262
8262
|
```
|
|
8263
8263
|
|
|
8264
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8264
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/quick.ts)_
|
|
8265
8265
|
|
|
8266
8266
|
## `sf project deploy report`
|
|
8267
8267
|
|
|
@@ -8353,7 +8353,7 @@ FLAG DESCRIPTIONS
|
|
|
8353
8353
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8354
8354
|
```
|
|
8355
8355
|
|
|
8356
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8356
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/report.ts)_
|
|
8357
8357
|
|
|
8358
8358
|
## `sf project deploy resume`
|
|
8359
8359
|
|
|
@@ -8450,7 +8450,7 @@ ERROR CODES
|
|
|
8450
8450
|
Canceling (69) The deploy is being canceled.
|
|
8451
8451
|
```
|
|
8452
8452
|
|
|
8453
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8453
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/resume.ts)_
|
|
8454
8454
|
|
|
8455
8455
|
## `sf project deploy start`
|
|
8456
8456
|
|
|
@@ -8716,7 +8716,7 @@ ERROR CODES
|
|
|
8716
8716
|
Canceling (69) The deploy is being canceled.
|
|
8717
8717
|
```
|
|
8718
8718
|
|
|
8719
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8719
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/start.ts)_
|
|
8720
8720
|
|
|
8721
8721
|
## `sf project deploy validate`
|
|
8722
8722
|
|
|
@@ -8920,7 +8920,7 @@ ERROR CODES
|
|
|
8920
8920
|
Canceling (69) The deploy is being canceled.
|
|
8921
8921
|
```
|
|
8922
8922
|
|
|
8923
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8923
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/deploy/validate.ts)_
|
|
8924
8924
|
|
|
8925
8925
|
## `sf project generate manifest`
|
|
8926
8926
|
|
|
@@ -9016,7 +9016,7 @@ EXAMPLES
|
|
|
9016
9016
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9017
9017
|
```
|
|
9018
9018
|
|
|
9019
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9019
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/generate/manifest.ts)_
|
|
9020
9020
|
|
|
9021
9021
|
## `sf project list ignored`
|
|
9022
9022
|
|
|
@@ -9058,7 +9058,7 @@ EXAMPLES
|
|
|
9058
9058
|
$ sf project list ignored --source-dir package.xml
|
|
9059
9059
|
```
|
|
9060
9060
|
|
|
9061
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9061
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/list/ignored.ts)_
|
|
9062
9062
|
|
|
9063
9063
|
## `sf project reset tracking`
|
|
9064
9064
|
|
|
@@ -9107,7 +9107,7 @@ EXAMPLES
|
|
|
9107
9107
|
$ sf project reset tracking --revision 30
|
|
9108
9108
|
```
|
|
9109
9109
|
|
|
9110
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9110
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/reset/tracking.ts)_
|
|
9111
9111
|
|
|
9112
9112
|
## `sf project retrieve preview`
|
|
9113
9113
|
|
|
@@ -9161,7 +9161,7 @@ FLAG DESCRIPTIONS
|
|
|
9161
9161
|
production orgs.
|
|
9162
9162
|
```
|
|
9163
9163
|
|
|
9164
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9164
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/retrieve/preview.ts)_
|
|
9165
9165
|
|
|
9166
9166
|
## `sf project retrieve start`
|
|
9167
9167
|
|
|
@@ -9342,7 +9342,7 @@ ENVIRONMENT VARIABLES
|
|
|
9342
9342
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9343
9343
|
```
|
|
9344
9344
|
|
|
9345
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9345
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.17/src/commands/project/retrieve/start.ts)_
|
|
9346
9346
|
|
|
9347
9347
|
## `sf schema generate field`
|
|
9348
9348
|
|
|
@@ -9549,7 +9549,7 @@ DESCRIPTION
|
|
|
9549
9549
|
Once you select a command, hit enter and it will show the help for that command.
|
|
9550
9550
|
```
|
|
9551
9551
|
|
|
9552
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
9552
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.40/src/commands/search.ts)_
|
|
9553
9553
|
|
|
9554
9554
|
## `sf sobject describe`
|
|
9555
9555
|
|
|
@@ -9596,7 +9596,7 @@ EXAMPLES
|
|
|
9596
9596
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9597
9597
|
```
|
|
9598
9598
|
|
|
9599
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9599
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.99/src/commands/sobject/describe.ts)_
|
|
9600
9600
|
|
|
9601
9601
|
## `sf sobject list`
|
|
9602
9602
|
|
|
@@ -9635,7 +9635,7 @@ EXAMPLES
|
|
|
9635
9635
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9636
9636
|
```
|
|
9637
9637
|
|
|
9638
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9638
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.99/src/commands/sobject/list.ts)_
|
|
9639
9639
|
|
|
9640
9640
|
## `sf template generate analytics template`
|
|
9641
9641
|
|
|
@@ -10581,7 +10581,7 @@ FLAG DESCRIPTIONS
|
|
|
10581
10581
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
10582
10582
|
```
|
|
10583
10583
|
|
|
10584
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
10584
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.39/src/commands/version.ts)_
|
|
10585
10585
|
|
|
10586
10586
|
## `sf which`
|
|
10587
10587
|
|
|
@@ -10615,7 +10615,7 @@ EXAMPLES
|
|
|
10615
10615
|
$ sf which "foo bar baz"
|
|
10616
10616
|
```
|
|
10617
10617
|
|
|
10618
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
10618
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.45/src/commands/which.ts)_
|
|
10619
10619
|
|
|
10620
10620
|
<!-- commandsstop -->
|
|
10621
10621
|
|