@salesforce/cli 2.136.2 → 2.136.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 +51 -51
- package/npm-shrinkwrap.json +120 -111
- package/oclif.lock +93 -99
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
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.136.
|
|
28
|
+
@salesforce/cli/2.136.4 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1882,7 +1882,7 @@ EXAMPLES
|
|
|
1882
1882
|
$ sf alias list
|
|
1883
1883
|
```
|
|
1884
1884
|
|
|
1885
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1885
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/list.ts)_
|
|
1886
1886
|
|
|
1887
1887
|
## `sf alias set`
|
|
1888
1888
|
|
|
@@ -1931,7 +1931,7 @@ EXAMPLES
|
|
|
1931
1931
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1932
1932
|
```
|
|
1933
1933
|
|
|
1934
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1934
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/set.ts)_
|
|
1935
1935
|
|
|
1936
1936
|
## `sf alias unset`
|
|
1937
1937
|
|
|
@@ -1971,7 +1971,7 @@ EXAMPLES
|
|
|
1971
1971
|
$ sf alias unset --all [--no-prompt]
|
|
1972
1972
|
```
|
|
1973
1973
|
|
|
1974
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1974
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/unset.ts)_
|
|
1975
1975
|
|
|
1976
1976
|
## `sf apex get log`
|
|
1977
1977
|
|
|
@@ -2586,7 +2586,7 @@ DESCRIPTION
|
|
|
2586
2586
|
List all sf commands.
|
|
2587
2587
|
```
|
|
2588
2588
|
|
|
2589
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
2589
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.54/src/commands/commands.ts)_
|
|
2590
2590
|
|
|
2591
2591
|
## `sf config get`
|
|
2592
2592
|
|
|
@@ -2635,7 +2635,7 @@ CONFIGURATION VARIABLES
|
|
|
2635
2635
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2636
2636
|
```
|
|
2637
2637
|
|
|
2638
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2638
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/get.ts)_
|
|
2639
2639
|
|
|
2640
2640
|
## `sf config list`
|
|
2641
2641
|
|
|
@@ -2675,7 +2675,7 @@ EXAMPLES
|
|
|
2675
2675
|
$ sf config list
|
|
2676
2676
|
```
|
|
2677
2677
|
|
|
2678
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2678
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/list.ts)_
|
|
2679
2679
|
|
|
2680
2680
|
## `sf config set`
|
|
2681
2681
|
|
|
@@ -2744,7 +2744,7 @@ CONFIGURATION VARIABLES
|
|
|
2744
2744
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2745
2745
|
```
|
|
2746
2746
|
|
|
2747
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2747
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/set.ts)_
|
|
2748
2748
|
|
|
2749
2749
|
## `sf config unset`
|
|
2750
2750
|
|
|
@@ -2794,7 +2794,7 @@ CONFIGURATION VARIABLES
|
|
|
2794
2794
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2795
2795
|
```
|
|
2796
2796
|
|
|
2797
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2797
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/unset.ts)_
|
|
2798
2798
|
|
|
2799
2799
|
## `sf data bulk results`
|
|
2800
2800
|
|
|
@@ -4086,7 +4086,7 @@ DESCRIPTION
|
|
|
4086
4086
|
Display help for sf.
|
|
4087
4087
|
```
|
|
4088
4088
|
|
|
4089
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
4089
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.49/src/commands/help.ts)_
|
|
4090
4090
|
|
|
4091
4091
|
## `sf info releasenotes display`
|
|
4092
4092
|
|
|
@@ -4342,7 +4342,7 @@ EXAMPLES
|
|
|
4342
4342
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4343
4343
|
```
|
|
4344
4344
|
|
|
4345
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4345
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permset.ts)_
|
|
4346
4346
|
|
|
4347
4347
|
## `sf org assign permsetlicense`
|
|
4348
4348
|
|
|
@@ -4389,7 +4389,7 @@ EXAMPLES
|
|
|
4389
4389
|
user3
|
|
4390
4390
|
```
|
|
4391
4391
|
|
|
4392
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4392
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permsetlicense.ts)_
|
|
4393
4393
|
|
|
4394
4394
|
## `sf org create agent-user`
|
|
4395
4395
|
|
|
@@ -4891,7 +4891,7 @@ FLAG DESCRIPTIONS
|
|
|
4891
4891
|
might be different than what you specify in the definition file.
|
|
4892
4892
|
```
|
|
4893
4893
|
|
|
4894
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4894
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/create/user.ts)_
|
|
4895
4895
|
|
|
4896
4896
|
## `sf org delete sandbox`
|
|
4897
4897
|
|
|
@@ -5104,7 +5104,7 @@ EXAMPLES
|
|
|
5104
5104
|
$ sf org display user --target-org me@my.org --json
|
|
5105
5105
|
```
|
|
5106
5106
|
|
|
5107
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5107
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/display/user.ts)_
|
|
5108
5108
|
|
|
5109
5109
|
## `sf org enable tracking`
|
|
5110
5110
|
|
|
@@ -5213,7 +5213,7 @@ EXAMPLES
|
|
|
5213
5213
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
5214
5214
|
```
|
|
5215
5215
|
|
|
5216
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5216
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/generate/password.ts)_
|
|
5217
5217
|
|
|
5218
5218
|
## `sf org list`
|
|
5219
5219
|
|
|
@@ -5284,7 +5284,7 @@ EXAMPLES
|
|
|
5284
5284
|
$ sf org list auth
|
|
5285
5285
|
```
|
|
5286
5286
|
|
|
5287
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5287
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/list/auth.ts)_
|
|
5288
5288
|
|
|
5289
5289
|
## `sf org list limits`
|
|
5290
5290
|
|
|
@@ -5530,7 +5530,7 @@ EXAMPLES
|
|
|
5530
5530
|
$ sf org list users --target-org me@my.org
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5533
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/list/users.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf org login access-token`
|
|
5536
5536
|
|
|
@@ -5584,7 +5584,7 @@ FLAG DESCRIPTIONS
|
|
|
5584
5584
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5585
5585
|
```
|
|
5586
5586
|
|
|
5587
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5587
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/access-token.ts)_
|
|
5588
5588
|
|
|
5589
5589
|
## `sf org login jwt`
|
|
5590
5590
|
|
|
@@ -5675,7 +5675,7 @@ FLAG DESCRIPTIONS
|
|
|
5675
5675
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5676
5676
|
```
|
|
5677
5677
|
|
|
5678
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5678
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/jwt.ts)_
|
|
5679
5679
|
|
|
5680
5680
|
## `sf org login sfdx-url`
|
|
5681
5681
|
|
|
@@ -5745,7 +5745,7 @@ EXAMPLES
|
|
|
5745
5745
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5746
5746
|
```
|
|
5747
5747
|
|
|
5748
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5748
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/sfdx-url.ts)_
|
|
5749
5749
|
|
|
5750
5750
|
## `sf org login web`
|
|
5751
5751
|
|
|
@@ -5850,7 +5850,7 @@ FLAG DESCRIPTIONS
|
|
|
5850
5850
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5851
5851
|
```
|
|
5852
5852
|
|
|
5853
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5853
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/web.ts)_
|
|
5854
5854
|
|
|
5855
5855
|
## `sf org logout`
|
|
5856
5856
|
|
|
@@ -5916,7 +5916,7 @@ FLAG DESCRIPTIONS
|
|
|
5916
5916
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5917
5917
|
```
|
|
5918
5918
|
|
|
5919
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5919
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/logout.ts)_
|
|
5920
5920
|
|
|
5921
5921
|
## `sf org open`
|
|
5922
5922
|
|
|
@@ -8025,7 +8025,7 @@ EXAMPLES
|
|
|
8025
8025
|
$ sf plugins
|
|
8026
8026
|
```
|
|
8027
8027
|
|
|
8028
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8028
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/index.ts)_
|
|
8029
8029
|
|
|
8030
8030
|
## `sf plugins discover`
|
|
8031
8031
|
|
|
@@ -8070,7 +8070,7 @@ EXAMPLES
|
|
|
8070
8070
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
8071
8071
|
```
|
|
8072
8072
|
|
|
8073
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8073
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/inspect.ts)_
|
|
8074
8074
|
|
|
8075
8075
|
## `sf plugins install PLUGIN`
|
|
8076
8076
|
|
|
@@ -8119,7 +8119,7 @@ EXAMPLES
|
|
|
8119
8119
|
$ sf plugins install someuser/someplugin
|
|
8120
8120
|
```
|
|
8121
8121
|
|
|
8122
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8122
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/install.ts)_
|
|
8123
8123
|
|
|
8124
8124
|
## `sf plugins link PATH`
|
|
8125
8125
|
|
|
@@ -8150,7 +8150,7 @@ EXAMPLES
|
|
|
8150
8150
|
$ sf plugins link @salesforce/plugin-packaging
|
|
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.68/src/commands/plugins/link.ts)_
|
|
8154
8154
|
|
|
8155
8155
|
## `sf plugins reset`
|
|
8156
8156
|
|
|
@@ -8165,7 +8165,7 @@ FLAGS
|
|
|
8165
8165
|
--reinstall Reinstall all plugins after uninstalling.
|
|
8166
8166
|
```
|
|
8167
8167
|
|
|
8168
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8168
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/reset.ts)_
|
|
8169
8169
|
|
|
8170
8170
|
## `sf plugins trust allowlist add`
|
|
8171
8171
|
|
|
@@ -8202,7 +8202,7 @@ EXAMPLES
|
|
|
8202
8202
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8203
8203
|
```
|
|
8204
8204
|
|
|
8205
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8205
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8206
8206
|
|
|
8207
8207
|
## `sf plugins trust allowlist list`
|
|
8208
8208
|
|
|
@@ -8230,7 +8230,7 @@ EXAMPLES
|
|
|
8230
8230
|
$ sf plugins trust allowlist list
|
|
8231
8231
|
```
|
|
8232
8232
|
|
|
8233
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8233
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8234
8234
|
|
|
8235
8235
|
## `sf plugins trust allowlist remove`
|
|
8236
8236
|
|
|
@@ -8267,7 +8267,7 @@ EXAMPLES
|
|
|
8267
8267
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8268
8268
|
```
|
|
8269
8269
|
|
|
8270
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8270
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8271
8271
|
|
|
8272
8272
|
## `sf plugins trust verify`
|
|
8273
8273
|
|
|
@@ -8296,7 +8296,7 @@ EXAMPLES
|
|
|
8296
8296
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8297
8297
|
```
|
|
8298
8298
|
|
|
8299
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8299
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/verify.ts)_
|
|
8300
8300
|
|
|
8301
8301
|
## `sf plugins uninstall [PLUGIN]`
|
|
8302
8302
|
|
|
@@ -8324,7 +8324,7 @@ EXAMPLES
|
|
|
8324
8324
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
8325
8325
|
```
|
|
8326
8326
|
|
|
8327
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8327
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/uninstall.ts)_
|
|
8328
8328
|
|
|
8329
8329
|
## `sf plugins update`
|
|
8330
8330
|
|
|
@@ -8342,7 +8342,7 @@ DESCRIPTION
|
|
|
8342
8342
|
Update installed plugins.
|
|
8343
8343
|
```
|
|
8344
8344
|
|
|
8345
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8345
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/update.ts)_
|
|
8346
8346
|
|
|
8347
8347
|
## `sf project convert mdapi`
|
|
8348
8348
|
|
|
@@ -8405,7 +8405,7 @@ FLAG DESCRIPTIONS
|
|
|
8405
8405
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8406
8406
|
```
|
|
8407
8407
|
|
|
8408
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8408
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/mdapi.ts)_
|
|
8409
8409
|
|
|
8410
8410
|
## `sf project convert source`
|
|
8411
8411
|
|
|
@@ -8478,7 +8478,7 @@ FLAG DESCRIPTIONS
|
|
|
8478
8478
|
Override the api version used for api requests made by this command
|
|
8479
8479
|
```
|
|
8480
8480
|
|
|
8481
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8481
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/source.ts)_
|
|
8482
8482
|
|
|
8483
8483
|
## `sf project convert source-behavior`
|
|
8484
8484
|
|
|
@@ -8537,7 +8537,7 @@ EXAMPLES
|
|
|
8537
8537
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
8538
8538
|
```
|
|
8539
8539
|
|
|
8540
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8540
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/source-behavior.ts)_
|
|
8541
8541
|
|
|
8542
8542
|
## `sf project delete source`
|
|
8543
8543
|
|
|
@@ -8690,7 +8690,7 @@ FLAG DESCRIPTIONS
|
|
|
8690
8690
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
8691
8691
|
```
|
|
8692
8692
|
|
|
8693
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8693
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/delete/source.ts)_
|
|
8694
8694
|
|
|
8695
8695
|
## `sf project delete tracking`
|
|
8696
8696
|
|
|
@@ -8727,7 +8727,7 @@ EXAMPLES
|
|
|
8727
8727
|
$ sf project delete tracking --target-org my-scratch
|
|
8728
8728
|
```
|
|
8729
8729
|
|
|
8730
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8730
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/delete/tracking.ts)_
|
|
8731
8731
|
|
|
8732
8732
|
## `sf project deploy cancel`
|
|
8733
8733
|
|
|
@@ -8799,7 +8799,7 @@ FLAG DESCRIPTIONS
|
|
|
8799
8799
|
project deploy report".
|
|
8800
8800
|
```
|
|
8801
8801
|
|
|
8802
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8802
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/cancel.ts)_
|
|
8803
8803
|
|
|
8804
8804
|
## `sf project deploy preview`
|
|
8805
8805
|
|
|
@@ -8882,7 +8882,7 @@ FLAG DESCRIPTIONS
|
|
|
8882
8882
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8883
8883
|
```
|
|
8884
8884
|
|
|
8885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/preview.ts)_
|
|
8886
8886
|
|
|
8887
8887
|
## `sf project deploy quick`
|
|
8888
8888
|
|
|
@@ -8975,7 +8975,7 @@ ERROR CODES
|
|
|
8975
8975
|
Canceling (69) The deploy is being canceled.
|
|
8976
8976
|
```
|
|
8977
8977
|
|
|
8978
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8978
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/quick.ts)_
|
|
8979
8979
|
|
|
8980
8980
|
## `sf project deploy report`
|
|
8981
8981
|
|
|
@@ -9067,7 +9067,7 @@ FLAG DESCRIPTIONS
|
|
|
9067
9067
|
--coverage-formatters lcov --coverage-formatters clover
|
|
9068
9068
|
```
|
|
9069
9069
|
|
|
9070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9070
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/report.ts)_
|
|
9071
9071
|
|
|
9072
9072
|
## `sf project deploy resume`
|
|
9073
9073
|
|
|
@@ -9164,7 +9164,7 @@ ERROR CODES
|
|
|
9164
9164
|
Canceling (69) The deploy is being canceled.
|
|
9165
9165
|
```
|
|
9166
9166
|
|
|
9167
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9167
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/resume.ts)_
|
|
9168
9168
|
|
|
9169
9169
|
## `sf project deploy start`
|
|
9170
9170
|
|
|
@@ -9430,7 +9430,7 @@ ERROR CODES
|
|
|
9430
9430
|
Canceling (69) The deploy is being canceled.
|
|
9431
9431
|
```
|
|
9432
9432
|
|
|
9433
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9433
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/start.ts)_
|
|
9434
9434
|
|
|
9435
9435
|
## `sf project deploy validate`
|
|
9436
9436
|
|
|
@@ -9634,7 +9634,7 @@ ERROR CODES
|
|
|
9634
9634
|
Canceling (69) The deploy is being canceled.
|
|
9635
9635
|
```
|
|
9636
9636
|
|
|
9637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/validate.ts)_
|
|
9638
9638
|
|
|
9639
9639
|
## `sf project generate manifest`
|
|
9640
9640
|
|
|
@@ -9730,7 +9730,7 @@ EXAMPLES
|
|
|
9730
9730
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9731
9731
|
```
|
|
9732
9732
|
|
|
9733
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9733
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/generate/manifest.ts)_
|
|
9734
9734
|
|
|
9735
9735
|
## `sf project list ignored`
|
|
9736
9736
|
|
|
@@ -9772,7 +9772,7 @@ EXAMPLES
|
|
|
9772
9772
|
$ sf project list ignored --source-dir package.xml
|
|
9773
9773
|
```
|
|
9774
9774
|
|
|
9775
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9775
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/list/ignored.ts)_
|
|
9776
9776
|
|
|
9777
9777
|
## `sf project reset tracking`
|
|
9778
9778
|
|
|
@@ -9821,7 +9821,7 @@ EXAMPLES
|
|
|
9821
9821
|
$ sf project reset tracking --revision 30
|
|
9822
9822
|
```
|
|
9823
9823
|
|
|
9824
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9824
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/reset/tracking.ts)_
|
|
9825
9825
|
|
|
9826
9826
|
## `sf project retrieve preview`
|
|
9827
9827
|
|
|
@@ -9875,7 +9875,7 @@ FLAG DESCRIPTIONS
|
|
|
9875
9875
|
production orgs.
|
|
9876
9876
|
```
|
|
9877
9877
|
|
|
9878
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9878
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/retrieve/preview.ts)_
|
|
9879
9879
|
|
|
9880
9880
|
## `sf project retrieve start`
|
|
9881
9881
|
|
|
@@ -10056,7 +10056,7 @@ ENVIRONMENT VARIABLES
|
|
|
10056
10056
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
10057
10057
|
```
|
|
10058
10058
|
|
|
10059
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10059
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/retrieve/start.ts)_
|
|
10060
10060
|
|
|
10061
10061
|
## `sf schema generate field`
|
|
10062
10062
|
|
|
@@ -11407,7 +11407,7 @@ FLAG DESCRIPTIONS
|
|
|
11407
11407
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
11408
11408
|
```
|
|
11409
11409
|
|
|
11410
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
11410
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.46/src/commands/version.ts)_
|
|
11411
11411
|
|
|
11412
11412
|
## `sf which`
|
|
11413
11413
|
|