@salesforce/cli 2.138.2 → 2.138.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 +57 -57
- package/npm-shrinkwrap.json +123 -133
- package/oclif.lock +121 -93
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.138.
|
|
28
|
+
@salesforce/cli/2.138.3 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2589,7 +2589,7 @@ DESCRIPTION
|
|
|
2589
2589
|
List all sf commands.
|
|
2590
2590
|
```
|
|
2591
2591
|
|
|
2592
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
2592
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.57/src/commands/commands.ts)_
|
|
2593
2593
|
|
|
2594
2594
|
## `sf config get`
|
|
2595
2595
|
|
|
@@ -4089,7 +4089,7 @@ DESCRIPTION
|
|
|
4089
4089
|
Display help for sf.
|
|
4090
4090
|
```
|
|
4091
4091
|
|
|
4092
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
4092
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.50/src/commands/help.ts)_
|
|
4093
4093
|
|
|
4094
4094
|
## `sf info releasenotes display`
|
|
4095
4095
|
|
|
@@ -6554,7 +6554,7 @@ FLAG DESCRIPTIONS
|
|
|
6554
6554
|
--installation-key-bypass flag is required.
|
|
6555
6555
|
```
|
|
6556
6556
|
|
|
6557
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6557
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/convert.ts)_
|
|
6558
6558
|
|
|
6559
6559
|
## `sf package create`
|
|
6560
6560
|
|
|
@@ -6633,7 +6633,7 @@ FLAG DESCRIPTIONS
|
|
|
6633
6633
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6634
6634
|
```
|
|
6635
6635
|
|
|
6636
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6636
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/create.ts)_
|
|
6637
6637
|
|
|
6638
6638
|
## `sf package delete`
|
|
6639
6639
|
|
|
@@ -6675,7 +6675,7 @@ EXAMPLES
|
|
|
6675
6675
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6676
6676
|
```
|
|
6677
6677
|
|
|
6678
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6678
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/delete.ts)_
|
|
6679
6679
|
|
|
6680
6680
|
## `sf package install`
|
|
6681
6681
|
|
|
@@ -6774,7 +6774,7 @@ FLAG DESCRIPTIONS
|
|
|
6774
6774
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6775
6775
|
```
|
|
6776
6776
|
|
|
6777
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6777
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/install.ts)_
|
|
6778
6778
|
|
|
6779
6779
|
## `sf package install report`
|
|
6780
6780
|
|
|
@@ -6807,7 +6807,7 @@ EXAMPLES
|
|
|
6807
6807
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6808
6808
|
```
|
|
6809
6809
|
|
|
6810
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6810
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/install/report.ts)_
|
|
6811
6811
|
|
|
6812
6812
|
## `sf package installed list`
|
|
6813
6813
|
|
|
@@ -6839,7 +6839,7 @@ EXAMPLES
|
|
|
6839
6839
|
$ sf package installed list --target-org me@example.com
|
|
6840
6840
|
```
|
|
6841
6841
|
|
|
6842
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6842
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/installed/list.ts)_
|
|
6843
6843
|
|
|
6844
6844
|
## `sf package list`
|
|
6845
6845
|
|
|
@@ -6877,7 +6877,7 @@ EXAMPLES
|
|
|
6877
6877
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6878
6878
|
```
|
|
6879
6879
|
|
|
6880
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6880
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/list.ts)_
|
|
6881
6881
|
|
|
6882
6882
|
## `sf package push-upgrade abort`
|
|
6883
6883
|
|
|
@@ -6916,7 +6916,7 @@ EXAMPLES
|
|
|
6916
6916
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6917
6917
|
```
|
|
6918
6918
|
|
|
6919
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6919
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/push-upgrade/abort.ts)_
|
|
6920
6920
|
|
|
6921
6921
|
## `sf package push-upgrade list`
|
|
6922
6922
|
|
|
@@ -6975,7 +6975,7 @@ EXAMPLES
|
|
|
6975
6975
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6976
6976
|
```
|
|
6977
6977
|
|
|
6978
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
6978
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/push-upgrade/list.ts)_
|
|
6979
6979
|
|
|
6980
6980
|
## `sf package push-upgrade report`
|
|
6981
6981
|
|
|
@@ -7017,7 +7017,7 @@ EXAMPLES
|
|
|
7017
7017
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7018
7018
|
```
|
|
7019
7019
|
|
|
7020
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7020
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/push-upgrade/report.ts)_
|
|
7021
7021
|
|
|
7022
7022
|
## `sf package push-upgrade schedule`
|
|
7023
7023
|
|
|
@@ -7104,7 +7104,7 @@ FLAG DESCRIPTIONS
|
|
|
7104
7104
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
7105
7105
|
```
|
|
7106
7106
|
|
|
7107
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7107
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/push-upgrade/schedule.ts)_
|
|
7108
7108
|
|
|
7109
7109
|
## `sf package uninstall`
|
|
7110
7110
|
|
|
@@ -7152,7 +7152,7 @@ EXAMPLES
|
|
|
7152
7152
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
7153
7153
|
```
|
|
7154
7154
|
|
|
7155
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7155
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/uninstall.ts)_
|
|
7156
7156
|
|
|
7157
7157
|
## `sf package uninstall report`
|
|
7158
7158
|
|
|
@@ -7185,7 +7185,7 @@ EXAMPLES
|
|
|
7185
7185
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
7186
7186
|
```
|
|
7187
7187
|
|
|
7188
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7188
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/uninstall/report.ts)_
|
|
7189
7189
|
|
|
7190
7190
|
## `sf package update`
|
|
7191
7191
|
|
|
@@ -7253,7 +7253,7 @@ FLAG DESCRIPTIONS
|
|
|
7253
7253
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
7254
7254
|
```
|
|
7255
7255
|
|
|
7256
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7256
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/update.ts)_
|
|
7257
7257
|
|
|
7258
7258
|
## `sf package version create`
|
|
7259
7259
|
|
|
@@ -7430,7 +7430,7 @@ FLAG DESCRIPTIONS
|
|
|
7430
7430
|
periods of no output from commands.
|
|
7431
7431
|
```
|
|
7432
7432
|
|
|
7433
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7433
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/create.ts)_
|
|
7434
7434
|
|
|
7435
7435
|
## `sf package version create list`
|
|
7436
7436
|
|
|
@@ -7491,7 +7491,7 @@ EXAMPLES
|
|
|
7491
7491
|
$ sf package version create list --created-last-days 0 --status Success
|
|
7492
7492
|
```
|
|
7493
7493
|
|
|
7494
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7494
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/create/list.ts)_
|
|
7495
7495
|
|
|
7496
7496
|
## `sf package version create report`
|
|
7497
7497
|
|
|
@@ -7534,7 +7534,7 @@ EXAMPLES
|
|
|
7534
7534
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7535
7535
|
```
|
|
7536
7536
|
|
|
7537
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7537
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/create/report.ts)_
|
|
7538
7538
|
|
|
7539
7539
|
## `sf package version delete`
|
|
7540
7540
|
|
|
@@ -7575,7 +7575,7 @@ EXAMPLES
|
|
|
7575
7575
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7576
7576
|
```
|
|
7577
7577
|
|
|
7578
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7578
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/delete.ts)_
|
|
7579
7579
|
|
|
7580
7580
|
## `sf package version displayancestry`
|
|
7581
7581
|
|
|
@@ -7635,7 +7635,7 @@ FLAG DESCRIPTIONS
|
|
|
7635
7635
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7636
7636
|
```
|
|
7637
7637
|
|
|
7638
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7638
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/displayancestry.ts)_
|
|
7639
7639
|
|
|
7640
7640
|
## `sf package version displaydependencies`
|
|
7641
7641
|
|
|
@@ -7697,7 +7697,7 @@ FLAG DESCRIPTIONS
|
|
|
7697
7697
|
package, which must be installed last.
|
|
7698
7698
|
```
|
|
7699
7699
|
|
|
7700
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7700
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/displaydependencies.ts)_
|
|
7701
7701
|
|
|
7702
7702
|
## `sf package version list`
|
|
7703
7703
|
|
|
@@ -7773,7 +7773,7 @@ EXAMPLES
|
|
|
7773
7773
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7774
7774
|
```
|
|
7775
7775
|
|
|
7776
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7776
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/list.ts)_
|
|
7777
7777
|
|
|
7778
7778
|
## `sf package version promote`
|
|
7779
7779
|
|
|
@@ -7817,7 +7817,7 @@ EXAMPLES
|
|
|
7817
7817
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7818
7818
|
```
|
|
7819
7819
|
|
|
7820
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7820
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/promote.ts)_
|
|
7821
7821
|
|
|
7822
7822
|
## `sf package version report`
|
|
7823
7823
|
|
|
@@ -7857,7 +7857,7 @@ EXAMPLES
|
|
|
7857
7857
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7858
7858
|
```
|
|
7859
7859
|
|
|
7860
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7860
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/report.ts)_
|
|
7861
7861
|
|
|
7862
7862
|
## `sf package version retrieve`
|
|
7863
7863
|
|
|
@@ -7902,7 +7902,7 @@ EXAMPLES
|
|
|
7902
7902
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7903
7903
|
```
|
|
7904
7904
|
|
|
7905
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7905
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/retrieve.ts)_
|
|
7906
7906
|
|
|
7907
7907
|
## `sf package version update`
|
|
7908
7908
|
|
|
@@ -7955,7 +7955,7 @@ EXAMPLES
|
|
|
7955
7955
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7956
7956
|
```
|
|
7957
7957
|
|
|
7958
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
7958
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package/version/update.ts)_
|
|
7959
7959
|
|
|
7960
7960
|
## `sf package1 version create`
|
|
7961
7961
|
|
|
@@ -8022,7 +8022,7 @@ FLAG DESCRIPTIONS
|
|
|
8022
8022
|
subscribers.
|
|
8023
8023
|
```
|
|
8024
8024
|
|
|
8025
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
8025
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package1/version/create.ts)_
|
|
8026
8026
|
|
|
8027
8027
|
## `sf package1 version create get`
|
|
8028
8028
|
|
|
@@ -8055,7 +8055,7 @@ EXAMPLES
|
|
|
8055
8055
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
8056
8056
|
```
|
|
8057
8057
|
|
|
8058
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
8058
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package1/version/create/get.ts)_
|
|
8059
8059
|
|
|
8060
8060
|
## `sf package1 version display`
|
|
8061
8061
|
|
|
@@ -8089,7 +8089,7 @@ EXAMPLES
|
|
|
8089
8089
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
8090
8090
|
```
|
|
8091
8091
|
|
|
8092
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
8092
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package1/version/display.ts)_
|
|
8093
8093
|
|
|
8094
8094
|
## `sf package1 version list`
|
|
8095
8095
|
|
|
@@ -8127,7 +8127,7 @@ FLAG DESCRIPTIONS
|
|
|
8127
8127
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
8128
8128
|
```
|
|
8129
8129
|
|
|
8130
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.
|
|
8130
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.5/src/commands/package1/version/list.ts)_
|
|
8131
8131
|
|
|
8132
8132
|
## `sf plugins`
|
|
8133
8133
|
|
|
@@ -8150,7 +8150,7 @@ EXAMPLES
|
|
|
8150
8150
|
$ sf plugins
|
|
8151
8151
|
```
|
|
8152
8152
|
|
|
8153
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8153
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/index.ts)_
|
|
8154
8154
|
|
|
8155
8155
|
## `sf plugins discover`
|
|
8156
8156
|
|
|
@@ -8195,7 +8195,7 @@ EXAMPLES
|
|
|
8195
8195
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
8196
8196
|
```
|
|
8197
8197
|
|
|
8198
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8198
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/inspect.ts)_
|
|
8199
8199
|
|
|
8200
8200
|
## `sf plugins install PLUGIN`
|
|
8201
8201
|
|
|
@@ -8244,7 +8244,7 @@ EXAMPLES
|
|
|
8244
8244
|
$ sf plugins install someuser/someplugin
|
|
8245
8245
|
```
|
|
8246
8246
|
|
|
8247
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8247
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/install.ts)_
|
|
8248
8248
|
|
|
8249
8249
|
## `sf plugins link PATH`
|
|
8250
8250
|
|
|
@@ -8275,7 +8275,7 @@ EXAMPLES
|
|
|
8275
8275
|
$ sf plugins link @salesforce/plugin-packaging
|
|
8276
8276
|
```
|
|
8277
8277
|
|
|
8278
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8278
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/link.ts)_
|
|
8279
8279
|
|
|
8280
8280
|
## `sf plugins reset`
|
|
8281
8281
|
|
|
@@ -8290,7 +8290,7 @@ FLAGS
|
|
|
8290
8290
|
--reinstall Reinstall all plugins after uninstalling.
|
|
8291
8291
|
```
|
|
8292
8292
|
|
|
8293
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8293
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/reset.ts)_
|
|
8294
8294
|
|
|
8295
8295
|
## `sf plugins trust allowlist add`
|
|
8296
8296
|
|
|
@@ -8449,7 +8449,7 @@ EXAMPLES
|
|
|
8449
8449
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
8450
8450
|
```
|
|
8451
8451
|
|
|
8452
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8452
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/uninstall.ts)_
|
|
8453
8453
|
|
|
8454
8454
|
## `sf plugins update`
|
|
8455
8455
|
|
|
@@ -8467,7 +8467,7 @@ DESCRIPTION
|
|
|
8467
8467
|
Update installed plugins.
|
|
8468
8468
|
```
|
|
8469
8469
|
|
|
8470
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8470
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.71/src/commands/plugins/update.ts)_
|
|
8471
8471
|
|
|
8472
8472
|
## `sf project convert mdapi`
|
|
8473
8473
|
|
|
@@ -8530,7 +8530,7 @@ FLAG DESCRIPTIONS
|
|
|
8530
8530
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8531
8531
|
```
|
|
8532
8532
|
|
|
8533
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8533
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/convert/mdapi.ts)_
|
|
8534
8534
|
|
|
8535
8535
|
## `sf project convert source`
|
|
8536
8536
|
|
|
@@ -8603,7 +8603,7 @@ FLAG DESCRIPTIONS
|
|
|
8603
8603
|
Override the api version used for api requests made by this command
|
|
8604
8604
|
```
|
|
8605
8605
|
|
|
8606
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8606
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/convert/source.ts)_
|
|
8607
8607
|
|
|
8608
8608
|
## `sf project convert source-behavior`
|
|
8609
8609
|
|
|
@@ -8662,7 +8662,7 @@ EXAMPLES
|
|
|
8662
8662
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
8663
8663
|
```
|
|
8664
8664
|
|
|
8665
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8665
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/convert/source-behavior.ts)_
|
|
8666
8666
|
|
|
8667
8667
|
## `sf project delete source`
|
|
8668
8668
|
|
|
@@ -8815,7 +8815,7 @@ FLAG DESCRIPTIONS
|
|
|
8815
8815
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
8816
8816
|
```
|
|
8817
8817
|
|
|
8818
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8818
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/delete/source.ts)_
|
|
8819
8819
|
|
|
8820
8820
|
## `sf project delete tracking`
|
|
8821
8821
|
|
|
@@ -8852,7 +8852,7 @@ EXAMPLES
|
|
|
8852
8852
|
$ sf project delete tracking --target-org my-scratch
|
|
8853
8853
|
```
|
|
8854
8854
|
|
|
8855
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8855
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/delete/tracking.ts)_
|
|
8856
8856
|
|
|
8857
8857
|
## `sf project deploy cancel`
|
|
8858
8858
|
|
|
@@ -8924,7 +8924,7 @@ FLAG DESCRIPTIONS
|
|
|
8924
8924
|
project deploy report".
|
|
8925
8925
|
```
|
|
8926
8926
|
|
|
8927
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8927
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/cancel.ts)_
|
|
8928
8928
|
|
|
8929
8929
|
## `sf project deploy preview`
|
|
8930
8930
|
|
|
@@ -9007,7 +9007,7 @@ FLAG DESCRIPTIONS
|
|
|
9007
9007
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9008
9008
|
```
|
|
9009
9009
|
|
|
9010
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9010
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/preview.ts)_
|
|
9011
9011
|
|
|
9012
9012
|
## `sf project deploy quick`
|
|
9013
9013
|
|
|
@@ -9100,7 +9100,7 @@ ERROR CODES
|
|
|
9100
9100
|
Canceling (69) The deploy is being canceled.
|
|
9101
9101
|
```
|
|
9102
9102
|
|
|
9103
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9103
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/quick.ts)_
|
|
9104
9104
|
|
|
9105
9105
|
## `sf project deploy report`
|
|
9106
9106
|
|
|
@@ -9192,7 +9192,7 @@ FLAG DESCRIPTIONS
|
|
|
9192
9192
|
--coverage-formatters lcov --coverage-formatters clover
|
|
9193
9193
|
```
|
|
9194
9194
|
|
|
9195
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9195
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/report.ts)_
|
|
9196
9196
|
|
|
9197
9197
|
## `sf project deploy resume`
|
|
9198
9198
|
|
|
@@ -9289,7 +9289,7 @@ ERROR CODES
|
|
|
9289
9289
|
Canceling (69) The deploy is being canceled.
|
|
9290
9290
|
```
|
|
9291
9291
|
|
|
9292
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9292
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/resume.ts)_
|
|
9293
9293
|
|
|
9294
9294
|
## `sf project deploy start`
|
|
9295
9295
|
|
|
@@ -9555,7 +9555,7 @@ ERROR CODES
|
|
|
9555
9555
|
Canceling (69) The deploy is being canceled.
|
|
9556
9556
|
```
|
|
9557
9557
|
|
|
9558
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9558
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/start.ts)_
|
|
9559
9559
|
|
|
9560
9560
|
## `sf project deploy validate`
|
|
9561
9561
|
|
|
@@ -9759,7 +9759,7 @@ ERROR CODES
|
|
|
9759
9759
|
Canceling (69) The deploy is being canceled.
|
|
9760
9760
|
```
|
|
9761
9761
|
|
|
9762
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9762
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/validate.ts)_
|
|
9763
9763
|
|
|
9764
9764
|
## `sf project generate manifest`
|
|
9765
9765
|
|
|
@@ -9855,7 +9855,7 @@ EXAMPLES
|
|
|
9855
9855
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9856
9856
|
```
|
|
9857
9857
|
|
|
9858
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9858
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/generate/manifest.ts)_
|
|
9859
9859
|
|
|
9860
9860
|
## `sf project list ignored`
|
|
9861
9861
|
|
|
@@ -9897,7 +9897,7 @@ EXAMPLES
|
|
|
9897
9897
|
$ sf project list ignored --source-dir package.xml
|
|
9898
9898
|
```
|
|
9899
9899
|
|
|
9900
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9900
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/list/ignored.ts)_
|
|
9901
9901
|
|
|
9902
9902
|
## `sf project reset tracking`
|
|
9903
9903
|
|
|
@@ -9946,7 +9946,7 @@ EXAMPLES
|
|
|
9946
9946
|
$ sf project reset tracking --revision 30
|
|
9947
9947
|
```
|
|
9948
9948
|
|
|
9949
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9949
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/reset/tracking.ts)_
|
|
9950
9950
|
|
|
9951
9951
|
## `sf project retrieve preview`
|
|
9952
9952
|
|
|
@@ -10000,7 +10000,7 @@ FLAG DESCRIPTIONS
|
|
|
10000
10000
|
production orgs.
|
|
10001
10001
|
```
|
|
10002
10002
|
|
|
10003
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10003
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/retrieve/preview.ts)_
|
|
10004
10004
|
|
|
10005
10005
|
## `sf project retrieve start`
|
|
10006
10006
|
|
|
@@ -10181,7 +10181,7 @@ ENVIRONMENT VARIABLES
|
|
|
10181
10181
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
10182
10182
|
```
|
|
10183
10183
|
|
|
10184
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10184
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/retrieve/start.ts)_
|
|
10185
10185
|
|
|
10186
10186
|
## `sf schema generate field`
|
|
10187
10187
|
|
|
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
|
|
|
11532
11532
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
11533
11533
|
```
|
|
11534
11534
|
|
|
11535
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
11535
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.47/src/commands/version.ts)_
|
|
11536
11536
|
|
|
11537
11537
|
## `sf which`
|
|
11538
11538
|
|