@salesforce/cli 2.17.10-dev.0 → 2.18.0
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 +46 -40
- package/npm-shrinkwrap.json +228 -141
- package/oclif.manifest.json +122 -66
- package/package.json +11 -11
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.
|
|
27
|
+
@salesforce/cli/2.18.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2068,7 +2068,7 @@ FLAG DESCRIPTIONS
|
|
|
2068
2068
|
Indicates that you want verbose output from the deploy operation.
|
|
2069
2069
|
```
|
|
2070
2070
|
|
|
2071
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2071
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy.ts)_
|
|
2072
2072
|
|
|
2073
2073
|
## `sf force mdapi deploy cancel`
|
|
2074
2074
|
|
|
@@ -2111,7 +2111,7 @@ FLAG DESCRIPTIONS
|
|
|
2111
2111
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2112
2112
|
```
|
|
2113
2113
|
|
|
2114
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2114
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/cancel.ts)_
|
|
2115
2115
|
|
|
2116
2116
|
## `sf force mdapi deploy report`
|
|
2117
2117
|
|
|
@@ -2182,7 +2182,7 @@ FLAG DESCRIPTIONS
|
|
|
2182
2182
|
use the ID of the most recent metadata deployment.
|
|
2183
2183
|
```
|
|
2184
2184
|
|
|
2185
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2185
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/report.ts)_
|
|
2186
2186
|
|
|
2187
2187
|
## `sf force mdapi retrieve`
|
|
2188
2188
|
|
|
@@ -2246,7 +2246,7 @@ FLAG DESCRIPTIONS
|
|
|
2246
2246
|
By default, the CLI assumes the directory is structured for a set of packages.
|
|
2247
2247
|
```
|
|
2248
2248
|
|
|
2249
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2249
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve.ts)_
|
|
2250
2250
|
|
|
2251
2251
|
## `sf force mdapi retrieve report`
|
|
2252
2252
|
|
|
@@ -2300,7 +2300,7 @@ FLAG DESCRIPTIONS
|
|
|
2300
2300
|
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
|
|
2301
2301
|
```
|
|
2302
2302
|
|
|
2303
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2303
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve/report.ts)_
|
|
2304
2304
|
|
|
2305
2305
|
## `sf force org clone`
|
|
2306
2306
|
|
|
@@ -2731,7 +2731,7 @@ FLAG DESCRIPTIONS
|
|
|
2731
2731
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
2732
2732
|
```
|
|
2733
2733
|
|
|
2734
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2734
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy.ts)_
|
|
2735
2735
|
|
|
2736
2736
|
## `sf force source deploy cancel`
|
|
2737
2737
|
|
|
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
|
|
|
2776
2776
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2777
2777
|
```
|
|
2778
2778
|
|
|
2779
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2779
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/cancel.ts)_
|
|
2780
2780
|
|
|
2781
2781
|
## `sf force source deploy report`
|
|
2782
2782
|
|
|
@@ -2839,7 +2839,7 @@ FLAG DESCRIPTIONS
|
|
|
2839
2839
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2840
2840
|
```
|
|
2841
2841
|
|
|
2842
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2842
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/report.ts)_
|
|
2843
2843
|
|
|
2844
2844
|
## `sf force source pull`
|
|
2845
2845
|
|
|
@@ -2882,7 +2882,7 @@ FLAG DESCRIPTIONS
|
|
|
2882
2882
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2883
2883
|
```
|
|
2884
2884
|
|
|
2885
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2885
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/pull.ts)_
|
|
2886
2886
|
|
|
2887
2887
|
## `sf force source push`
|
|
2888
2888
|
|
|
@@ -2927,7 +2927,7 @@ FLAG DESCRIPTIONS
|
|
|
2927
2927
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2928
2928
|
```
|
|
2929
2929
|
|
|
2930
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2930
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/push.ts)_
|
|
2931
2931
|
|
|
2932
2932
|
## `sf force source retrieve`
|
|
2933
2933
|
|
|
@@ -3052,7 +3052,7 @@ FLAG DESCRIPTIONS
|
|
|
3052
3052
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
3053
3053
|
```
|
|
3054
3054
|
|
|
3055
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
3055
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/retrieve.ts)_
|
|
3056
3056
|
|
|
3057
3057
|
## `sf force source status`
|
|
3058
3058
|
|
|
@@ -3082,7 +3082,7 @@ EXAMPLES
|
|
|
3082
3082
|
$ sf force source status --remote
|
|
3083
3083
|
```
|
|
3084
3084
|
|
|
3085
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
3085
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/status.ts)_
|
|
3086
3086
|
|
|
3087
3087
|
## `sf force user password generate`
|
|
3088
3088
|
|
|
@@ -5118,7 +5118,7 @@ EXAMPLES
|
|
|
5118
5118
|
$ sf plugins
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5121
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/index.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf plugins discover`
|
|
5124
5124
|
|
|
@@ -5162,7 +5162,7 @@ EXAMPLES
|
|
|
5162
5162
|
$ sf plugins:inspect myplugin
|
|
5163
5163
|
```
|
|
5164
5164
|
|
|
5165
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5165
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/inspect.ts)_
|
|
5166
5166
|
|
|
5167
5167
|
## `sf plugins:install PLUGIN...`
|
|
5168
5168
|
|
|
@@ -5203,7 +5203,7 @@ EXAMPLES
|
|
|
5203
5203
|
$ sf plugins:install someuser/someplugin
|
|
5204
5204
|
```
|
|
5205
5205
|
|
|
5206
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5206
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/install.ts)_
|
|
5207
5207
|
|
|
5208
5208
|
## `sf plugins:link PLUGIN`
|
|
5209
5209
|
|
|
@@ -5233,7 +5233,7 @@ EXAMPLES
|
|
|
5233
5233
|
$ sf plugins:link myplugin
|
|
5234
5234
|
```
|
|
5235
5235
|
|
|
5236
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5236
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/link.ts)_
|
|
5237
5237
|
|
|
5238
5238
|
## `sf plugins reset`
|
|
5239
5239
|
|
|
@@ -5244,7 +5244,7 @@ USAGE
|
|
|
5244
5244
|
$ sf plugins reset
|
|
5245
5245
|
```
|
|
5246
5246
|
|
|
5247
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5247
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/reset.ts)_
|
|
5248
5248
|
|
|
5249
5249
|
## `sf plugins trust verify`
|
|
5250
5250
|
|
|
@@ -5297,7 +5297,7 @@ ALIASES
|
|
|
5297
5297
|
$ sf plugins remove
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5300
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/uninstall.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf plugins update`
|
|
5303
5303
|
|
|
@@ -5315,7 +5315,7 @@ DESCRIPTION
|
|
|
5315
5315
|
Update installed plugins.
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/update.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf project convert mdapi`
|
|
5321
5321
|
|
|
@@ -5377,7 +5377,7 @@ FLAG DESCRIPTIONS
|
|
|
5377
5377
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5378
5378
|
```
|
|
5379
5379
|
|
|
5380
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5380
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/convert/mdapi.ts)_
|
|
5381
5381
|
|
|
5382
5382
|
## `sf project convert source`
|
|
5383
5383
|
|
|
@@ -5389,7 +5389,7 @@ USAGE
|
|
|
5389
5389
|
<value> | -m <value>]
|
|
5390
5390
|
|
|
5391
5391
|
FLAGS
|
|
5392
|
-
-d, --output-dir=<value> [default:
|
|
5392
|
+
-d, --output-dir=<value> [default: metadataPackage_1699478462777] Output directory to store the Metadata
|
|
5393
5393
|
API–formatted files in.
|
|
5394
5394
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5395
5395
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5449,7 +5449,7 @@ FLAG DESCRIPTIONS
|
|
|
5449
5449
|
Override the api version used for api requests made by this command
|
|
5450
5450
|
```
|
|
5451
5451
|
|
|
5452
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5452
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/convert/source.ts)_
|
|
5453
5453
|
|
|
5454
5454
|
## `sf project delete source`
|
|
5455
5455
|
|
|
@@ -5587,7 +5587,7 @@ FLAG DESCRIPTIONS
|
|
|
5587
5587
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5590
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/delete/source.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf project delete tracking`
|
|
5593
5593
|
|
|
@@ -5622,7 +5622,7 @@ EXAMPLES
|
|
|
5622
5622
|
$ sf project delete tracking --target-org my-scratch
|
|
5623
5623
|
```
|
|
5624
5624
|
|
|
5625
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5625
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/delete/tracking.ts)_
|
|
5626
5626
|
|
|
5627
5627
|
## `sf project deploy cancel`
|
|
5628
5628
|
|
|
@@ -5692,7 +5692,7 @@ FLAG DESCRIPTIONS
|
|
|
5692
5692
|
project deploy report".
|
|
5693
5693
|
```
|
|
5694
5694
|
|
|
5695
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5695
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/cancel.ts)_
|
|
5696
5696
|
|
|
5697
5697
|
## `sf project deploy preview`
|
|
5698
5698
|
|
|
@@ -5775,7 +5775,7 @@ FLAG DESCRIPTIONS
|
|
|
5775
5775
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5776
5776
|
```
|
|
5777
5777
|
|
|
5778
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5778
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/preview.ts)_
|
|
5779
5779
|
|
|
5780
5780
|
## `sf project deploy quick`
|
|
5781
5781
|
|
|
@@ -5868,7 +5868,7 @@ ERROR CODES
|
|
|
5868
5868
|
Canceling (69) The deploy is being canceled.
|
|
5869
5869
|
```
|
|
5870
5870
|
|
|
5871
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5871
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/quick.ts)_
|
|
5872
5872
|
|
|
5873
5873
|
## `sf project deploy report`
|
|
5874
5874
|
|
|
@@ -5963,7 +5963,7 @@ FLAG DESCRIPTIONS
|
|
|
5963
5963
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5964
5964
|
```
|
|
5965
5965
|
|
|
5966
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5966
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/report.ts)_
|
|
5967
5967
|
|
|
5968
5968
|
## `sf project deploy resume`
|
|
5969
5969
|
|
|
@@ -6059,7 +6059,7 @@ ERROR CODES
|
|
|
6059
6059
|
Canceling (69) The deploy is being canceled.
|
|
6060
6060
|
```
|
|
6061
6061
|
|
|
6062
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6062
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/resume.ts)_
|
|
6063
6063
|
|
|
6064
6064
|
## `sf project deploy start`
|
|
6065
6065
|
|
|
@@ -6287,7 +6287,7 @@ ERROR CODES
|
|
|
6287
6287
|
Canceling (69) The deploy is being canceled.
|
|
6288
6288
|
```
|
|
6289
6289
|
|
|
6290
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/start.ts)_
|
|
6291
6291
|
|
|
6292
6292
|
## `sf project deploy validate`
|
|
6293
6293
|
|
|
@@ -6297,12 +6297,13 @@ Validate a metadata deployment without actually executing it.
|
|
|
6297
6297
|
USAGE
|
|
6298
6298
|
$ sf project deploy validate -o <value> [--json] [-a <value>] [--async] [--concise | --verbose] [-m <value>] [-d <value>]
|
|
6299
6299
|
[--single-package --metadata-dir <value>] [-t <value> -l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w
|
|
6300
|
-
<value>] [--coverage-formatters
|
|
6300
|
+
<value>] [-g] [--coverage-formatters
|
|
6301
6301
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
|
|
6302
6302
|
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
|
|
6303
6303
|
|
|
6304
6304
|
FLAGS
|
|
6305
6305
|
-a, --api-version=<value> Target API version for the validation.
|
|
6306
|
+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
|
|
6306
6307
|
-o, --target-org=<value> (required) Login username or alias for the target org.
|
|
6307
6308
|
-w, --wait=<minutes> [default: [object Object]] Number of minutes to wait for the command to complete and
|
|
6308
6309
|
display results.
|
|
@@ -6392,6 +6393,11 @@ FLAG DESCRIPTIONS
|
|
|
6392
6393
|
|
|
6393
6394
|
If you specify this flag, don’t specify --metadata or --manifest.
|
|
6394
6395
|
|
|
6396
|
+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
|
|
6397
|
+
|
|
6398
|
+
If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this
|
|
6399
|
+
flag is set to false, success is set to false, and the warning is treated like an error.
|
|
6400
|
+
|
|
6395
6401
|
-l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests Deployment Apex testing level.
|
|
6396
6402
|
|
|
6397
6403
|
Valid values are:
|
|
@@ -6459,7 +6465,7 @@ ERROR CODES
|
|
|
6459
6465
|
Canceling (69) The deploy is being canceled.
|
|
6460
6466
|
```
|
|
6461
6467
|
|
|
6462
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6468
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/deploy/validate.ts)_
|
|
6463
6469
|
|
|
6464
6470
|
## `sf project generate`
|
|
6465
6471
|
|
|
@@ -6638,7 +6644,7 @@ EXAMPLES
|
|
|
6638
6644
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6639
6645
|
```
|
|
6640
6646
|
|
|
6641
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6647
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/generate/manifest.ts)_
|
|
6642
6648
|
|
|
6643
6649
|
## `sf project list ignored`
|
|
6644
6650
|
|
|
@@ -6679,7 +6685,7 @@ EXAMPLES
|
|
|
6679
6685
|
$ sf project list ignored --source-dir package.xml
|
|
6680
6686
|
```
|
|
6681
6687
|
|
|
6682
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6688
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/list/ignored.ts)_
|
|
6683
6689
|
|
|
6684
6690
|
## `sf project reset tracking`
|
|
6685
6691
|
|
|
@@ -6726,7 +6732,7 @@ EXAMPLES
|
|
|
6726
6732
|
$ sf project reset tracking --revision 30
|
|
6727
6733
|
```
|
|
6728
6734
|
|
|
6729
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6735
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/reset/tracking.ts)_
|
|
6730
6736
|
|
|
6731
6737
|
## `sf project retrieve preview`
|
|
6732
6738
|
|
|
@@ -6781,7 +6787,7 @@ FLAG DESCRIPTIONS
|
|
|
6781
6787
|
Overrides your default org.
|
|
6782
6788
|
```
|
|
6783
6789
|
|
|
6784
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6790
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/retrieve/preview.ts)_
|
|
6785
6791
|
|
|
6786
6792
|
## `sf project retrieve start`
|
|
6787
6793
|
|
|
@@ -6935,7 +6941,7 @@ ENVIRONMENT VARIABLES
|
|
|
6935
6941
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6936
6942
|
```
|
|
6937
6943
|
|
|
6938
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6944
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.2/src/commands/project/retrieve/start.ts)_
|
|
6939
6945
|
|
|
6940
6946
|
## `sf schema generate field`
|
|
6941
6947
|
|
|
@@ -7177,7 +7183,7 @@ EXAMPLES
|
|
|
7177
7183
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7178
7184
|
```
|
|
7179
7185
|
|
|
7180
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/
|
|
7186
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.1/src/commands/sobject/describe.ts)_
|
|
7181
7187
|
|
|
7182
7188
|
## `sf sobject list`
|
|
7183
7189
|
|
|
@@ -7214,7 +7220,7 @@ EXAMPLES
|
|
|
7214
7220
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7215
7221
|
```
|
|
7216
7222
|
|
|
7217
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/
|
|
7223
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.1/src/commands/sobject/list.ts)_
|
|
7218
7224
|
|
|
7219
7225
|
## `sf static-resource generate`
|
|
7220
7226
|
|