@salesforce/cli 2.111.2 → 2.111.3
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 +69 -69
- package/npm-shrinkwrap.json +364 -287
- package/oclif.lock +108 -88
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
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.111.
|
|
28
|
+
@salesforce/cli/2.111.3 linux-x64 node-v22.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -954,7 +954,7 @@ EXAMPLES
|
|
|
954
954
|
$ sf alias list
|
|
955
955
|
```
|
|
956
956
|
|
|
957
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
957
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/alias/list.ts)_
|
|
958
958
|
|
|
959
959
|
## `sf alias set`
|
|
960
960
|
|
|
@@ -1003,7 +1003,7 @@ EXAMPLES
|
|
|
1003
1003
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1004
1004
|
```
|
|
1005
1005
|
|
|
1006
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1006
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/alias/set.ts)_
|
|
1007
1007
|
|
|
1008
1008
|
## `sf alias unset`
|
|
1009
1009
|
|
|
@@ -1043,7 +1043,7 @@ EXAMPLES
|
|
|
1043
1043
|
$ sf alias unset --all [--no-prompt]
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1046
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/alias/unset.ts)_
|
|
1047
1047
|
|
|
1048
1048
|
## `sf analytics generate template`
|
|
1049
1049
|
|
|
@@ -1827,7 +1827,7 @@ DESCRIPTION
|
|
|
1827
1827
|
List all sf commands.
|
|
1828
1828
|
```
|
|
1829
1829
|
|
|
1830
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1830
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.37/src/commands/commands.ts)_
|
|
1831
1831
|
|
|
1832
1832
|
## `sf config get`
|
|
1833
1833
|
|
|
@@ -1876,7 +1876,7 @@ CONFIGURATION VARIABLES
|
|
|
1876
1876
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1877
1877
|
```
|
|
1878
1878
|
|
|
1879
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1879
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/get.ts)_
|
|
1880
1880
|
|
|
1881
1881
|
## `sf config list`
|
|
1882
1882
|
|
|
@@ -1916,7 +1916,7 @@ EXAMPLES
|
|
|
1916
1916
|
$ sf config list
|
|
1917
1917
|
```
|
|
1918
1918
|
|
|
1919
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1919
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/list.ts)_
|
|
1920
1920
|
|
|
1921
1921
|
## `sf config set`
|
|
1922
1922
|
|
|
@@ -1985,7 +1985,7 @@ CONFIGURATION VARIABLES
|
|
|
1985
1985
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1986
1986
|
```
|
|
1987
1987
|
|
|
1988
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1988
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/set.ts)_
|
|
1989
1989
|
|
|
1990
1990
|
## `sf config unset`
|
|
1991
1991
|
|
|
@@ -2035,7 +2035,7 @@ CONFIGURATION VARIABLES
|
|
|
2035
2035
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2036
2036
|
```
|
|
2037
2037
|
|
|
2038
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2038
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/unset.ts)_
|
|
2039
2039
|
|
|
2040
2040
|
## `sf data bulk results`
|
|
2041
2041
|
|
|
@@ -3327,7 +3327,7 @@ DESCRIPTION
|
|
|
3327
3327
|
Display help for sf.
|
|
3328
3328
|
```
|
|
3329
3329
|
|
|
3330
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3330
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.34/src/commands/help.ts)_
|
|
3331
3331
|
|
|
3332
3332
|
## `sf info releasenotes display`
|
|
3333
3333
|
|
|
@@ -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.14/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.14/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.14/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.14/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.14/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.14/src/commands/org/logout.ts)_
|
|
5372
5372
|
|
|
5373
5373
|
## `sf org open`
|
|
5374
5374
|
|
|
@@ -5811,7 +5811,7 @@ FLAG DESCRIPTIONS
|
|
|
5811
5811
|
--installation-key-bypass flag is required.
|
|
5812
5812
|
```
|
|
5813
5813
|
|
|
5814
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
5814
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/convert.ts)_
|
|
5815
5815
|
|
|
5816
5816
|
## `sf package create`
|
|
5817
5817
|
|
|
@@ -5890,7 +5890,7 @@ FLAG DESCRIPTIONS
|
|
|
5890
5890
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5891
5891
|
```
|
|
5892
5892
|
|
|
5893
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
5893
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/create.ts)_
|
|
5894
5894
|
|
|
5895
5895
|
## `sf package delete`
|
|
5896
5896
|
|
|
@@ -5932,7 +5932,7 @@ EXAMPLES
|
|
|
5932
5932
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5933
5933
|
```
|
|
5934
5934
|
|
|
5935
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
5935
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/delete.ts)_
|
|
5936
5936
|
|
|
5937
5937
|
## `sf package install`
|
|
5938
5938
|
|
|
@@ -6031,7 +6031,7 @@ FLAG DESCRIPTIONS
|
|
|
6031
6031
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6032
6032
|
```
|
|
6033
6033
|
|
|
6034
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6034
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/install.ts)_
|
|
6035
6035
|
|
|
6036
6036
|
## `sf package install report`
|
|
6037
6037
|
|
|
@@ -6064,7 +6064,7 @@ EXAMPLES
|
|
|
6064
6064
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6065
6065
|
```
|
|
6066
6066
|
|
|
6067
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6067
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/install/report.ts)_
|
|
6068
6068
|
|
|
6069
6069
|
## `sf package installed list`
|
|
6070
6070
|
|
|
@@ -6096,7 +6096,7 @@ EXAMPLES
|
|
|
6096
6096
|
$ sf package installed list --target-org me@example.com
|
|
6097
6097
|
```
|
|
6098
6098
|
|
|
6099
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6099
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/installed/list.ts)_
|
|
6100
6100
|
|
|
6101
6101
|
## `sf package list`
|
|
6102
6102
|
|
|
@@ -6134,7 +6134,7 @@ EXAMPLES
|
|
|
6134
6134
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6135
6135
|
```
|
|
6136
6136
|
|
|
6137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6137
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/list.ts)_
|
|
6138
6138
|
|
|
6139
6139
|
## `sf package push-upgrade abort`
|
|
6140
6140
|
|
|
@@ -6173,7 +6173,7 @@ EXAMPLES
|
|
|
6173
6173
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6174
6174
|
```
|
|
6175
6175
|
|
|
6176
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6176
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/abort.ts)_
|
|
6177
6177
|
|
|
6178
6178
|
## `sf package push-upgrade list`
|
|
6179
6179
|
|
|
@@ -6232,7 +6232,7 @@ EXAMPLES
|
|
|
6232
6232
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6233
6233
|
```
|
|
6234
6234
|
|
|
6235
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6235
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/list.ts)_
|
|
6236
6236
|
|
|
6237
6237
|
## `sf package push-upgrade report`
|
|
6238
6238
|
|
|
@@ -6274,7 +6274,7 @@ EXAMPLES
|
|
|
6274
6274
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6275
6275
|
```
|
|
6276
6276
|
|
|
6277
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6277
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/report.ts)_
|
|
6278
6278
|
|
|
6279
6279
|
## `sf package push-upgrade schedule`
|
|
6280
6280
|
|
|
@@ -6361,7 +6361,7 @@ FLAG DESCRIPTIONS
|
|
|
6361
6361
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6362
6362
|
```
|
|
6363
6363
|
|
|
6364
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6364
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/schedule.ts)_
|
|
6365
6365
|
|
|
6366
6366
|
## `sf package uninstall`
|
|
6367
6367
|
|
|
@@ -6409,7 +6409,7 @@ EXAMPLES
|
|
|
6409
6409
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6410
6410
|
```
|
|
6411
6411
|
|
|
6412
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6412
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/uninstall.ts)_
|
|
6413
6413
|
|
|
6414
6414
|
## `sf package uninstall report`
|
|
6415
6415
|
|
|
@@ -6442,7 +6442,7 @@ EXAMPLES
|
|
|
6442
6442
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6443
6443
|
```
|
|
6444
6444
|
|
|
6445
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6445
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/uninstall/report.ts)_
|
|
6446
6446
|
|
|
6447
6447
|
## `sf package update`
|
|
6448
6448
|
|
|
@@ -6505,7 +6505,7 @@ FLAG DESCRIPTIONS
|
|
|
6505
6505
|
notified to upgrade to the recommended version.
|
|
6506
6506
|
```
|
|
6507
6507
|
|
|
6508
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6508
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/update.ts)_
|
|
6509
6509
|
|
|
6510
6510
|
## `sf package version create`
|
|
6511
6511
|
|
|
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
|
|
|
6680
6680
|
periods of no output from commands.
|
|
6681
6681
|
```
|
|
6682
6682
|
|
|
6683
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6683
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/create.ts)_
|
|
6684
6684
|
|
|
6685
6685
|
## `sf package version create list`
|
|
6686
6686
|
|
|
@@ -6741,7 +6741,7 @@ EXAMPLES
|
|
|
6741
6741
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6742
6742
|
```
|
|
6743
6743
|
|
|
6744
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6744
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/create/list.ts)_
|
|
6745
6745
|
|
|
6746
6746
|
## `sf package version create report`
|
|
6747
6747
|
|
|
@@ -6784,7 +6784,7 @@ EXAMPLES
|
|
|
6784
6784
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6785
6785
|
```
|
|
6786
6786
|
|
|
6787
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6787
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/create/report.ts)_
|
|
6788
6788
|
|
|
6789
6789
|
## `sf package version delete`
|
|
6790
6790
|
|
|
@@ -6825,7 +6825,7 @@ EXAMPLES
|
|
|
6825
6825
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6826
6826
|
```
|
|
6827
6827
|
|
|
6828
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6828
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/delete.ts)_
|
|
6829
6829
|
|
|
6830
6830
|
## `sf package version displayancestry`
|
|
6831
6831
|
|
|
@@ -6885,7 +6885,7 @@ FLAG DESCRIPTIONS
|
|
|
6885
6885
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6886
6886
|
```
|
|
6887
6887
|
|
|
6888
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6888
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/displayancestry.ts)_
|
|
6889
6889
|
|
|
6890
6890
|
## `sf package version displaydependencies`
|
|
6891
6891
|
|
|
@@ -6947,7 +6947,7 @@ FLAG DESCRIPTIONS
|
|
|
6947
6947
|
package, which must be installed last.
|
|
6948
6948
|
```
|
|
6949
6949
|
|
|
6950
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
6950
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/displaydependencies.ts)_
|
|
6951
6951
|
|
|
6952
6952
|
## `sf package version list`
|
|
6953
6953
|
|
|
@@ -7023,7 +7023,7 @@ EXAMPLES
|
|
|
7023
7023
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7024
7024
|
```
|
|
7025
7025
|
|
|
7026
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7026
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/list.ts)_
|
|
7027
7027
|
|
|
7028
7028
|
## `sf package version promote`
|
|
7029
7029
|
|
|
@@ -7067,7 +7067,7 @@ EXAMPLES
|
|
|
7067
7067
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7068
7068
|
```
|
|
7069
7069
|
|
|
7070
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7070
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/promote.ts)_
|
|
7071
7071
|
|
|
7072
7072
|
## `sf package version report`
|
|
7073
7073
|
|
|
@@ -7107,7 +7107,7 @@ EXAMPLES
|
|
|
7107
7107
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7108
7108
|
```
|
|
7109
7109
|
|
|
7110
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7110
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/report.ts)_
|
|
7111
7111
|
|
|
7112
7112
|
## `sf package version update`
|
|
7113
7113
|
|
|
@@ -7160,7 +7160,7 @@ EXAMPLES
|
|
|
7160
7160
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7161
7161
|
```
|
|
7162
7162
|
|
|
7163
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7163
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/update.ts)_
|
|
7164
7164
|
|
|
7165
7165
|
## `sf package1 version create`
|
|
7166
7166
|
|
|
@@ -7227,7 +7227,7 @@ FLAG DESCRIPTIONS
|
|
|
7227
7227
|
subscribers.
|
|
7228
7228
|
```
|
|
7229
7229
|
|
|
7230
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7230
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/create.ts)_
|
|
7231
7231
|
|
|
7232
7232
|
## `sf package1 version create get`
|
|
7233
7233
|
|
|
@@ -7260,7 +7260,7 @@ EXAMPLES
|
|
|
7260
7260
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7261
7261
|
```
|
|
7262
7262
|
|
|
7263
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7263
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/create/get.ts)_
|
|
7264
7264
|
|
|
7265
7265
|
## `sf package1 version display`
|
|
7266
7266
|
|
|
@@ -7294,7 +7294,7 @@ EXAMPLES
|
|
|
7294
7294
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7295
7295
|
```
|
|
7296
7296
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7297
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/display.ts)_
|
|
7298
7298
|
|
|
7299
7299
|
## `sf package1 version list`
|
|
7300
7300
|
|
|
@@ -7332,7 +7332,7 @@ FLAG DESCRIPTIONS
|
|
|
7332
7332
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7333
7333
|
```
|
|
7334
7334
|
|
|
7335
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.
|
|
7335
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/list.ts)_
|
|
7336
7336
|
|
|
7337
7337
|
## `sf plugins`
|
|
7338
7338
|
|
|
@@ -7355,7 +7355,7 @@ EXAMPLES
|
|
|
7355
7355
|
$ sf plugins
|
|
7356
7356
|
```
|
|
7357
7357
|
|
|
7358
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7358
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/index.ts)_
|
|
7359
7359
|
|
|
7360
7360
|
## `sf plugins discover`
|
|
7361
7361
|
|
|
@@ -7400,7 +7400,7 @@ EXAMPLES
|
|
|
7400
7400
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7401
7401
|
```
|
|
7402
7402
|
|
|
7403
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7403
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/inspect.ts)_
|
|
7404
7404
|
|
|
7405
7405
|
## `sf plugins install PLUGIN`
|
|
7406
7406
|
|
|
@@ -7449,7 +7449,7 @@ EXAMPLES
|
|
|
7449
7449
|
$ sf plugins install someuser/someplugin
|
|
7450
7450
|
```
|
|
7451
7451
|
|
|
7452
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7452
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/install.ts)_
|
|
7453
7453
|
|
|
7454
7454
|
## `sf plugins link PATH`
|
|
7455
7455
|
|
|
@@ -7480,7 +7480,7 @@ EXAMPLES
|
|
|
7480
7480
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7481
7481
|
```
|
|
7482
7482
|
|
|
7483
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7483
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/link.ts)_
|
|
7484
7484
|
|
|
7485
7485
|
## `sf plugins reset`
|
|
7486
7486
|
|
|
@@ -7495,7 +7495,7 @@ FLAGS
|
|
|
7495
7495
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7496
7496
|
```
|
|
7497
7497
|
|
|
7498
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7498
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/reset.ts)_
|
|
7499
7499
|
|
|
7500
7500
|
## `sf plugins trust verify`
|
|
7501
7501
|
|
|
@@ -7552,7 +7552,7 @@ EXAMPLES
|
|
|
7552
7552
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7553
7553
|
```
|
|
7554
7554
|
|
|
7555
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7555
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/uninstall.ts)_
|
|
7556
7556
|
|
|
7557
7557
|
## `sf plugins update`
|
|
7558
7558
|
|
|
@@ -7570,7 +7570,7 @@ DESCRIPTION
|
|
|
7570
7570
|
Update installed plugins.
|
|
7571
7571
|
```
|
|
7572
7572
|
|
|
7573
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7573
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/update.ts)_
|
|
7574
7574
|
|
|
7575
7575
|
## `sf project convert mdapi`
|
|
7576
7576
|
|
|
@@ -7633,7 +7633,7 @@ FLAG DESCRIPTIONS
|
|
|
7633
7633
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7634
7634
|
```
|
|
7635
7635
|
|
|
7636
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/convert/mdapi.ts)_
|
|
7637
7637
|
|
|
7638
7638
|
## `sf project convert source`
|
|
7639
7639
|
|
|
@@ -7706,7 +7706,7 @@ FLAG DESCRIPTIONS
|
|
|
7706
7706
|
Override the api version used for api requests made by this command
|
|
7707
7707
|
```
|
|
7708
7708
|
|
|
7709
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7709
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/convert/source.ts)_
|
|
7710
7710
|
|
|
7711
7711
|
## `sf project convert source-behavior`
|
|
7712
7712
|
|
|
@@ -7765,7 +7765,7 @@ EXAMPLES
|
|
|
7765
7765
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7766
7766
|
```
|
|
7767
7767
|
|
|
7768
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7768
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/convert/source-behavior.ts)_
|
|
7769
7769
|
|
|
7770
7770
|
## `sf project delete source`
|
|
7771
7771
|
|
|
@@ -7905,7 +7905,7 @@ FLAG DESCRIPTIONS
|
|
|
7905
7905
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7906
7906
|
```
|
|
7907
7907
|
|
|
7908
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7908
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/delete/source.ts)_
|
|
7909
7909
|
|
|
7910
7910
|
## `sf project delete tracking`
|
|
7911
7911
|
|
|
@@ -7942,7 +7942,7 @@ EXAMPLES
|
|
|
7942
7942
|
$ sf project delete tracking --target-org my-scratch
|
|
7943
7943
|
```
|
|
7944
7944
|
|
|
7945
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7945
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/delete/tracking.ts)_
|
|
7946
7946
|
|
|
7947
7947
|
## `sf project deploy cancel`
|
|
7948
7948
|
|
|
@@ -8014,7 +8014,7 @@ FLAG DESCRIPTIONS
|
|
|
8014
8014
|
project deploy report".
|
|
8015
8015
|
```
|
|
8016
8016
|
|
|
8017
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8017
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/cancel.ts)_
|
|
8018
8018
|
|
|
8019
8019
|
## `sf project deploy preview`
|
|
8020
8020
|
|
|
@@ -8097,7 +8097,7 @@ FLAG DESCRIPTIONS
|
|
|
8097
8097
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8098
8098
|
```
|
|
8099
8099
|
|
|
8100
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8100
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/preview.ts)_
|
|
8101
8101
|
|
|
8102
8102
|
## `sf project deploy quick`
|
|
8103
8103
|
|
|
@@ -8190,7 +8190,7 @@ ERROR CODES
|
|
|
8190
8190
|
Canceling (69) The deploy is being canceled.
|
|
8191
8191
|
```
|
|
8192
8192
|
|
|
8193
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8193
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/quick.ts)_
|
|
8194
8194
|
|
|
8195
8195
|
## `sf project deploy report`
|
|
8196
8196
|
|
|
@@ -8282,7 +8282,7 @@ FLAG DESCRIPTIONS
|
|
|
8282
8282
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8283
8283
|
```
|
|
8284
8284
|
|
|
8285
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8285
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/report.ts)_
|
|
8286
8286
|
|
|
8287
8287
|
## `sf project deploy resume`
|
|
8288
8288
|
|
|
@@ -8379,7 +8379,7 @@ ERROR CODES
|
|
|
8379
8379
|
Canceling (69) The deploy is being canceled.
|
|
8380
8380
|
```
|
|
8381
8381
|
|
|
8382
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8382
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/resume.ts)_
|
|
8383
8383
|
|
|
8384
8384
|
## `sf project deploy start`
|
|
8385
8385
|
|
|
@@ -8632,7 +8632,7 @@ ERROR CODES
|
|
|
8632
8632
|
Canceling (69) The deploy is being canceled.
|
|
8633
8633
|
```
|
|
8634
8634
|
|
|
8635
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8635
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/start.ts)_
|
|
8636
8636
|
|
|
8637
8637
|
## `sf project deploy validate`
|
|
8638
8638
|
|
|
@@ -8822,7 +8822,7 @@ ERROR CODES
|
|
|
8822
8822
|
Canceling (69) The deploy is being canceled.
|
|
8823
8823
|
```
|
|
8824
8824
|
|
|
8825
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8825
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/deploy/validate.ts)_
|
|
8826
8826
|
|
|
8827
8827
|
## `sf project generate`
|
|
8828
8828
|
|
|
@@ -9023,7 +9023,7 @@ EXAMPLES
|
|
|
9023
9023
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9024
9024
|
```
|
|
9025
9025
|
|
|
9026
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9026
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/generate/manifest.ts)_
|
|
9027
9027
|
|
|
9028
9028
|
## `sf project list ignored`
|
|
9029
9029
|
|
|
@@ -9065,7 +9065,7 @@ EXAMPLES
|
|
|
9065
9065
|
$ sf project list ignored --source-dir package.xml
|
|
9066
9066
|
```
|
|
9067
9067
|
|
|
9068
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9068
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/list/ignored.ts)_
|
|
9069
9069
|
|
|
9070
9070
|
## `sf project reset tracking`
|
|
9071
9071
|
|
|
@@ -9114,7 +9114,7 @@ EXAMPLES
|
|
|
9114
9114
|
$ sf project reset tracking --revision 30
|
|
9115
9115
|
```
|
|
9116
9116
|
|
|
9117
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9117
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/reset/tracking.ts)_
|
|
9118
9118
|
|
|
9119
9119
|
## `sf project retrieve preview`
|
|
9120
9120
|
|
|
@@ -9168,7 +9168,7 @@ FLAG DESCRIPTIONS
|
|
|
9168
9168
|
production orgs.
|
|
9169
9169
|
```
|
|
9170
9170
|
|
|
9171
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9171
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/retrieve/preview.ts)_
|
|
9172
9172
|
|
|
9173
9173
|
## `sf project retrieve start`
|
|
9174
9174
|
|
|
@@ -9349,7 +9349,7 @@ ENVIRONMENT VARIABLES
|
|
|
9349
9349
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9350
9350
|
```
|
|
9351
9351
|
|
|
9352
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9352
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.12/src/commands/project/retrieve/start.ts)_
|
|
9353
9353
|
|
|
9354
9354
|
## `sf schema generate field`
|
|
9355
9355
|
|
|
@@ -9762,7 +9762,7 @@ FLAG DESCRIPTIONS
|
|
|
9762
9762
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9763
9763
|
```
|
|
9764
9764
|
|
|
9765
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9765
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.35/src/commands/version.ts)_
|
|
9766
9766
|
|
|
9767
9767
|
## `sf visualforce generate component`
|
|
9768
9768
|
|