@salesforce/cli 2.72.19 → 2.72.21
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 +39 -20
- package/npm-shrinkwrap.json +9840 -4513
- package/oclif.lock +997 -239
- 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.72.
|
|
27
|
+
@salesforce/cli/2.72.21 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -6363,7 +6363,7 @@ FLAG DESCRIPTIONS
|
|
|
6363
6363
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6364
6364
|
```
|
|
6365
6365
|
|
|
6366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/convert/mdapi.ts)_
|
|
6367
6367
|
|
|
6368
6368
|
## `sf project convert source`
|
|
6369
6369
|
|
|
@@ -6436,7 +6436,7 @@ FLAG DESCRIPTIONS
|
|
|
6436
6436
|
Override the api version used for api requests made by this command
|
|
6437
6437
|
```
|
|
6438
6438
|
|
|
6439
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6439
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/convert/source.ts)_
|
|
6440
6440
|
|
|
6441
6441
|
## `sf project convert source-behavior`
|
|
6442
6442
|
|
|
@@ -6494,7 +6494,7 @@ EXAMPLES
|
|
|
6494
6494
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6495
6495
|
```
|
|
6496
6496
|
|
|
6497
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6497
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/convert/source-behavior.ts)_
|
|
6498
6498
|
|
|
6499
6499
|
## `sf project delete source`
|
|
6500
6500
|
|
|
@@ -6634,7 +6634,7 @@ FLAG DESCRIPTIONS
|
|
|
6634
6634
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6635
6635
|
```
|
|
6636
6636
|
|
|
6637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/delete/source.ts)_
|
|
6638
6638
|
|
|
6639
6639
|
## `sf project delete tracking`
|
|
6640
6640
|
|
|
@@ -6671,7 +6671,7 @@ EXAMPLES
|
|
|
6671
6671
|
$ sf project delete tracking --target-org my-scratch
|
|
6672
6672
|
```
|
|
6673
6673
|
|
|
6674
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6674
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/delete/tracking.ts)_
|
|
6675
6675
|
|
|
6676
6676
|
## `sf project deploy cancel`
|
|
6677
6677
|
|
|
@@ -6743,7 +6743,7 @@ FLAG DESCRIPTIONS
|
|
|
6743
6743
|
project deploy report".
|
|
6744
6744
|
```
|
|
6745
6745
|
|
|
6746
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6746
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/cancel.ts)_
|
|
6747
6747
|
|
|
6748
6748
|
## `sf project deploy preview`
|
|
6749
6749
|
|
|
@@ -6826,7 +6826,7 @@ FLAG DESCRIPTIONS
|
|
|
6826
6826
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6827
6827
|
```
|
|
6828
6828
|
|
|
6829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/preview.ts)_
|
|
6830
6830
|
|
|
6831
6831
|
## `sf project deploy quick`
|
|
6832
6832
|
|
|
@@ -6919,7 +6919,7 @@ ERROR CODES
|
|
|
6919
6919
|
Canceling (69) The deploy is being canceled.
|
|
6920
6920
|
```
|
|
6921
6921
|
|
|
6922
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6922
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/quick.ts)_
|
|
6923
6923
|
|
|
6924
6924
|
## `sf project deploy report`
|
|
6925
6925
|
|
|
@@ -7011,7 +7011,7 @@ FLAG DESCRIPTIONS
|
|
|
7011
7011
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7012
7012
|
```
|
|
7013
7013
|
|
|
7014
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7014
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/report.ts)_
|
|
7015
7015
|
|
|
7016
7016
|
## `sf project deploy resume`
|
|
7017
7017
|
|
|
@@ -7108,7 +7108,7 @@ ERROR CODES
|
|
|
7108
7108
|
Canceling (69) The deploy is being canceled.
|
|
7109
7109
|
```
|
|
7110
7110
|
|
|
7111
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7111
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/resume.ts)_
|
|
7112
7112
|
|
|
7113
7113
|
## `sf project deploy start`
|
|
7114
7114
|
|
|
@@ -7361,7 +7361,7 @@ ERROR CODES
|
|
|
7361
7361
|
Canceling (69) The deploy is being canceled.
|
|
7362
7362
|
```
|
|
7363
7363
|
|
|
7364
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7364
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/start.ts)_
|
|
7365
7365
|
|
|
7366
7366
|
## `sf project deploy validate`
|
|
7367
7367
|
|
|
@@ -7551,7 +7551,7 @@ ERROR CODES
|
|
|
7551
7551
|
Canceling (69) The deploy is being canceled.
|
|
7552
7552
|
```
|
|
7553
7553
|
|
|
7554
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7554
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/deploy/validate.ts)_
|
|
7555
7555
|
|
|
7556
7556
|
## `sf project generate`
|
|
7557
7557
|
|
|
@@ -7664,8 +7664,9 @@ Create a project manifest that lists the metadata components you want to deploy
|
|
|
7664
7664
|
|
|
7665
7665
|
```
|
|
7666
7666
|
USAGE
|
|
7667
|
-
$ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>...
|
|
7668
|
-
<value> | -t pre|post|destroy|package] [-c managed|unlocked... --from-org <value>] [-
|
|
7667
|
+
$ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>... | -p <value>...] [-n
|
|
7668
|
+
<value> | -t pre|post|destroy|package] [-c managed|unlocked... --from-org <value>] [--excluded-metadata <value>... ]
|
|
7669
|
+
[-d <value>]
|
|
7669
7670
|
|
|
7670
7671
|
FLAGS
|
|
7671
7672
|
-c, --include-packages=<option>... Package types (managed, unlocked) whose metadata is included in the manifest; by
|
|
@@ -7679,6 +7680,8 @@ FLAGS
|
|
|
7679
7680
|
-t, --type=<option> Type of manifest to create; the type determines the name of the created file.
|
|
7680
7681
|
<options: pre|post|destroy|package>
|
|
7681
7682
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
7683
|
+
--excluded-metadata=<value>... Metadata types to exclude when building a manifest from an org. Specify the name
|
|
7684
|
+
of the type, not the name of a specific component.
|
|
7682
7685
|
--from-org=<value> Username or alias of the org that contains the metadata components from which to
|
|
7683
7686
|
build a manifest.
|
|
7684
7687
|
|
|
@@ -7711,6 +7714,14 @@ DESCRIPTION
|
|
|
7711
7714
|
multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
|
|
7712
7715
|
applies to --include-packages and --source-dir.
|
|
7713
7716
|
|
|
7717
|
+
To build a manifest from the metadata in an org, use the --from-org flag. You can combine --from-org with the
|
|
7718
|
+
--metadata flag to include only certain metadata types, or with the --excluded-metadata flag to exclude certain
|
|
7719
|
+
metadata types. When building a manifest from an org, the command makes many concurrent API calls to discover the
|
|
7720
|
+
metadata that exists in the org. To limit the number of concurrent requests, use the SF_LIST_METADATA_BATCH_SIZE
|
|
7721
|
+
environment variable and set it to a size that works best for your org and environment. If you experience timeouts or
|
|
7722
|
+
inconsistent manifest contents, then setting this environment variable can improve accuracy. However, the command
|
|
7723
|
+
takes longer to run because it sends fewer requests at a time.
|
|
7724
|
+
|
|
7714
7725
|
ALIASES
|
|
7715
7726
|
$ sf force source manifest create
|
|
7716
7727
|
|
|
@@ -7731,9 +7742,17 @@ EXAMPLES
|
|
|
7731
7742
|
Create a manifest from the metadata components in the specified org and include metadata in any unlocked packages:
|
|
7732
7743
|
|
|
7733
7744
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7745
|
+
|
|
7746
|
+
Create a manifest from specific metadata types in an org:
|
|
7747
|
+
|
|
7748
|
+
$ sf project generate manifest --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels
|
|
7749
|
+
|
|
7750
|
+
Create a manifest from all metadata components in an org excluding specific metadata types:
|
|
7751
|
+
|
|
7752
|
+
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7734
7753
|
```
|
|
7735
7754
|
|
|
7736
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7755
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/generate/manifest.ts)_
|
|
7737
7756
|
|
|
7738
7757
|
## `sf project list ignored`
|
|
7739
7758
|
|
|
@@ -7775,7 +7794,7 @@ EXAMPLES
|
|
|
7775
7794
|
$ sf project list ignored --source-dir package.xml
|
|
7776
7795
|
```
|
|
7777
7796
|
|
|
7778
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7797
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/list/ignored.ts)_
|
|
7779
7798
|
|
|
7780
7799
|
## `sf project reset tracking`
|
|
7781
7800
|
|
|
@@ -7824,7 +7843,7 @@ EXAMPLES
|
|
|
7824
7843
|
$ sf project reset tracking --revision 30
|
|
7825
7844
|
```
|
|
7826
7845
|
|
|
7827
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7846
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/reset/tracking.ts)_
|
|
7828
7847
|
|
|
7829
7848
|
## `sf project retrieve preview`
|
|
7830
7849
|
|
|
@@ -7878,7 +7897,7 @@ FLAG DESCRIPTIONS
|
|
|
7878
7897
|
production orgs.
|
|
7879
7898
|
```
|
|
7880
7899
|
|
|
7881
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7900
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/retrieve/preview.ts)_
|
|
7882
7901
|
|
|
7883
7902
|
## `sf project retrieve start`
|
|
7884
7903
|
|
|
@@ -8055,7 +8074,7 @@ ENVIRONMENT VARIABLES
|
|
|
8055
8074
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8056
8075
|
```
|
|
8057
8076
|
|
|
8058
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
8077
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.0/src/commands/project/retrieve/start.ts)_
|
|
8059
8078
|
|
|
8060
8079
|
## `sf schema generate field`
|
|
8061
8080
|
|