@salesforce/plugin-deploy-retrieve 3.8.4 → 3.9.1
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 +47 -45
- package/lib/commands/project/convert/source-behavior.d.ts +4 -4
- package/lib/commands/project/convert/source.d.ts +5 -5
- package/lib/commands/project/delete/tracking.d.ts +4 -4
- package/lib/commands/project/deploy/cancel.d.ts +5 -5
- package/lib/commands/project/deploy/preview.d.ts +6 -6
- package/lib/commands/project/deploy/quick.d.ts +8 -8
- package/lib/commands/project/deploy/report.d.ts +7 -7
- package/lib/commands/project/deploy/resume.d.ts +8 -8
- package/lib/commands/project/deploy/start.d.ts +23 -23
- package/lib/commands/project/deploy/validate.d.ts +20 -20
- package/lib/commands/project/generate/manifest.d.ts +9 -9
- package/lib/commands/project/list/ignored.d.ts +1 -1
- package/lib/commands/project/reset/tracking.d.ts +5 -5
- package/lib/commands/project/retrieve/preview.d.ts +3 -3
- package/lib/formatters/asyncDeployCancelResultFormatter.js +2 -1
- package/lib/formatters/asyncDeployCancelResultFormatter.js.map +1 -1
- package/lib/formatters/asyncDeployResultFormatter.js +2 -1
- package/lib/formatters/asyncDeployResultFormatter.js.map +1 -1
- package/lib/formatters/deleteResultFormatter.js +6 -7
- package/lib/formatters/deleteResultFormatter.js.map +1 -1
- package/lib/formatters/deployCancelResultFormatter.js +4 -2
- package/lib/formatters/deployCancelResultFormatter.js.map +1 -1
- package/lib/formatters/deployReportResultFormatter.js +2 -1
- package/lib/formatters/deployReportResultFormatter.js.map +1 -1
- package/lib/formatters/deployResultFormatter.js +4 -3
- package/lib/formatters/deployResultFormatter.js.map +1 -1
- package/lib/formatters/metadataConvertResultFormatter.js +3 -2
- package/lib/formatters/metadataConvertResultFormatter.js.map +1 -1
- package/lib/formatters/metadataRetrieveResultFormatter.js +2 -1
- package/lib/formatters/metadataRetrieveResultFormatter.js.map +1 -1
- package/lib/formatters/retrieveResultFormatter.js +1 -1
- package/lib/formatters/retrieveResultFormatter.js.map +1 -1
- package/lib/formatters/sourceConvertResultFormatter.js +2 -1
- package/lib/formatters/sourceConvertResultFormatter.js.map +1 -1
- package/lib/formatters/testResultsFormatter.js +3 -2
- package/lib/formatters/testResultsFormatter.js.map +1 -1
- package/lib/utils/conflicts.js +2 -1
- package/lib/utils/conflicts.js.map +1 -1
- package/lib/utils/flags.d.ts +6 -6
- package/lib/utils/previewOutput.js +2 -1
- package/lib/utils/previewOutput.js.map +1 -1
- package/lib/utils/progressBar.js +3 -3
- package/lib/utils/progressBar.js.map +1 -1
- package/messages/convert.mdapi.md +2 -2
- package/messages/convert.source.md +4 -4
- package/messages/delete.source.md +5 -5
- package/messages/delete.tracking.md +4 -4
- package/messages/deploy.metadata.cancel.md +8 -8
- package/messages/deploy.metadata.md +15 -15
- package/messages/deploy.metadata.preview.md +7 -7
- package/messages/deploy.metadata.quick.md +6 -6
- package/messages/deploy.metadata.report.md +7 -7
- package/messages/deploy.metadata.resume.md +7 -7
- package/messages/deploy.metadata.validate.md +9 -9
- package/messages/list.ignored.md +3 -3
- package/messages/manifest.generate.md +4 -4
- package/messages/retrieve.metadata.preview.md +4 -4
- package/messages/retrieve.start.md +16 -16
- package/oclif.manifest.json +508 -508
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -86,8 +86,8 @@ Convert metadata retrieved via Metadata API into the source format used in Sales
|
|
|
86
86
|
|
|
87
87
|
```
|
|
88
88
|
USAGE
|
|
89
|
-
$ sf project convert mdapi -r <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-p <value
|
|
90
|
-
-x <value> | -m <value
|
|
89
|
+
$ sf project convert mdapi -r <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-p <value>...
|
|
90
|
+
| -x <value> | -m <value>...]
|
|
91
91
|
|
|
92
92
|
FLAGS
|
|
93
93
|
-d, --output-dir=<value> Directory to store your files in after they’re converted to source format; can be an
|
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -150,10 +150,10 @@ Convert source-formatted files into metadata that you can deploy using Metadata
|
|
|
150
150
|
```
|
|
151
151
|
USAGE
|
|
152
152
|
$ sf project convert source [--json] [--flags-dir <value>] [--api-version <value>] [-r <value>] [-d <value>] [-n <value>]
|
|
153
|
-
[-p <value
|
|
153
|
+
[-p <value>... | -x <value> | -m <value>...]
|
|
154
154
|
|
|
155
155
|
FLAGS
|
|
156
|
-
-d, --output-dir=<value> [default:
|
|
156
|
+
-d, --output-dir=<value> [default: metadataPackage_1717814790089] Output directory to store the Metadata
|
|
157
157
|
API–formatted files in.
|
|
158
158
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
159
159
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
|
|
|
214
214
|
Override the api version used for api requests made by this command
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
217
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/convert/source.ts)_
|
|
218
218
|
|
|
219
219
|
## `sf project convert source-behavior`
|
|
220
220
|
|
|
@@ -271,7 +271,7 @@ EXAMPLES
|
|
|
271
271
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
272
272
|
```
|
|
273
273
|
|
|
274
|
-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
274
|
+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/convert/source-behavior.ts)_
|
|
275
275
|
|
|
276
276
|
## `sf project delete source`
|
|
277
277
|
|
|
@@ -280,8 +280,8 @@ Delete source from your project and from a non-source-tracked org.
|
|
|
280
280
|
```
|
|
281
281
|
USAGE
|
|
282
282
|
$ sf project delete source -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value>] [--tests
|
|
283
|
-
<value
|
|
284
|
-
-c]] [--verbose]
|
|
283
|
+
<value>...] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>...] [-p <value>...] [-f
|
|
284
|
+
[-t | -c]] [--verbose]
|
|
285
285
|
|
|
286
286
|
FLAGS
|
|
287
287
|
-c, --check-only Validate delete command but don't delete anything from the org or the local project.
|
|
@@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
|
|
|
411
411
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
414
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/delete/source.ts)_
|
|
415
415
|
|
|
416
416
|
## `sf project delete tracking`
|
|
417
417
|
|
|
@@ -448,7 +448,7 @@ EXAMPLES
|
|
|
448
448
|
$ sf project delete tracking --target-org my-scratch
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
451
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/delete/tracking.ts)_
|
|
452
452
|
|
|
453
453
|
## `sf project deploy cancel`
|
|
454
454
|
|
|
@@ -456,7 +456,7 @@ Cancel a deploy operation.
|
|
|
456
456
|
|
|
457
457
|
```
|
|
458
458
|
USAGE
|
|
459
|
-
$ sf project deploy cancel [--json] [--flags-dir <value>] [-o <value>] [--async | -w <
|
|
459
|
+
$ sf project deploy cancel [--json] [--flags-dir <value>] [-o <value>] [--async | -w <minutes>] [-i <value>] [-r]
|
|
460
460
|
|
|
461
461
|
FLAGS
|
|
462
462
|
-i, --job-id=<value> Job ID of the deploy operation you want to cancel.
|
|
@@ -520,7 +520,7 @@ FLAG DESCRIPTIONS
|
|
|
520
520
|
project deploy report".
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
523
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/cancel.ts)_
|
|
524
524
|
|
|
525
525
|
## `sf project deploy preview`
|
|
526
526
|
|
|
@@ -528,7 +528,7 @@ Preview a deployment to see what will deploy to the org, the potential conflicts
|
|
|
528
528
|
|
|
529
529
|
```
|
|
530
530
|
USAGE
|
|
531
|
-
$ sf project deploy preview -o <value> [--json] [--flags-dir <value>] [-c] [-x <value> | -d <value
|
|
531
|
+
$ sf project deploy preview -o <value> [--json] [--flags-dir <value>] [-c] [-x <value> | -d <value>... | -m <value>...]
|
|
532
532
|
[--concise]
|
|
533
533
|
|
|
534
534
|
FLAGS
|
|
@@ -603,7 +603,7 @@ FLAG DESCRIPTIONS
|
|
|
603
603
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
606
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/preview.ts)_
|
|
607
607
|
|
|
608
608
|
## `sf project deploy quick`
|
|
609
609
|
|
|
@@ -611,8 +611,8 @@ Quickly deploy a validated deployment to an org.
|
|
|
611
611
|
|
|
612
612
|
```
|
|
613
613
|
USAGE
|
|
614
|
-
$ sf project deploy quick [--json] [--flags-dir <value>] [--async | -w <
|
|
615
|
-
<value>] [-r] [-a <value>]
|
|
614
|
+
$ sf project deploy quick [--json] [--flags-dir <value>] [--async | -w <minutes>] [--concise | --verbose] [-i <value>]
|
|
615
|
+
[-o <value>] [-r] [-a <value>]
|
|
616
616
|
|
|
617
617
|
FLAGS
|
|
618
618
|
-a, --api-version=<value> Target API version for the deploy.
|
|
@@ -645,7 +645,7 @@ DESCRIPTION
|
|
|
645
645
|
This command doesn’t attempt to merge your source with the versions in your org.
|
|
646
646
|
|
|
647
647
|
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
|
|
648
|
-
sandboxes don't run tests during a deploy. Use
|
|
648
|
+
sandboxes don't run tests during a deploy. Use "sf project deploy start" instead.
|
|
649
649
|
|
|
650
650
|
ALIASES
|
|
651
651
|
$ sf deploy metadata quick
|
|
@@ -687,7 +687,7 @@ FLAG DESCRIPTIONS
|
|
|
687
687
|
deploy report".
|
|
688
688
|
```
|
|
689
689
|
|
|
690
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
690
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/quick.ts)_
|
|
691
691
|
|
|
692
692
|
## `sf project deploy report`
|
|
693
693
|
|
|
@@ -696,8 +696,8 @@ Check or poll for the status of a deploy operation.
|
|
|
696
696
|
```
|
|
697
697
|
USAGE
|
|
698
698
|
$ sf project deploy report [--json] [--flags-dir <value>] [-o <value>] [-i <value>] [-r] [--coverage-formatters
|
|
699
|
-
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
|
|
700
|
-
<value>] [-w <
|
|
699
|
+
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
|
|
700
|
+
[--results-dir <value>] [-w <minutes>]
|
|
701
701
|
|
|
702
702
|
FLAGS
|
|
703
703
|
-i, --job-id=<value> Job ID of the deploy operation you want to check the status of.
|
|
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
|
|
|
779
779
|
--coverage-formatters lcov --coverage-formatters clover
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
782
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/report.ts)_
|
|
783
783
|
|
|
784
784
|
## `sf project deploy resume`
|
|
785
785
|
|
|
@@ -787,8 +787,8 @@ Resume watching a deploy operation and update source tracking when the deploy co
|
|
|
787
787
|
|
|
788
788
|
```
|
|
789
789
|
USAGE
|
|
790
|
-
$ sf project deploy resume [--json] [--flags-dir <value>] [--concise | --verbose] [-i <value>] [-r] [-w <
|
|
791
|
-
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary]
|
|
790
|
+
$ sf project deploy resume [--json] [--flags-dir <value>] [--concise | --verbose] [-i <value>] [-r] [-w <minutes>]
|
|
791
|
+
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...]
|
|
792
792
|
[--junit] [--results-dir <value>]
|
|
793
793
|
|
|
794
794
|
FLAGS
|
|
@@ -864,7 +864,7 @@ FLAG DESCRIPTIONS
|
|
|
864
864
|
--coverage-formatters lcov --coverage-formatters clover
|
|
865
865
|
```
|
|
866
866
|
|
|
867
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
867
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/resume.ts)_
|
|
868
868
|
|
|
869
869
|
## `sf project deploy start`
|
|
870
870
|
|
|
@@ -872,11 +872,11 @@ Deploy metadata to an org from your local project.
|
|
|
872
872
|
|
|
873
873
|
```
|
|
874
874
|
USAGE
|
|
875
|
-
$ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <
|
|
876
|
-
--verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value
|
|
877
|
-
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete [-x <value> | -d <value
|
|
878
|
-
| --metadata-dir <value>]] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
|
|
879
|
-
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary]
|
|
875
|
+
$ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <minutes>] [--concise |
|
|
876
|
+
--verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value>...] [-l
|
|
877
|
+
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete [-x <value> | -d <value>... | -m
|
|
878
|
+
<value>... | --metadata-dir <value>]] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
|
|
879
|
+
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...]
|
|
880
880
|
[--junit] [--results-dir <value>]
|
|
881
881
|
|
|
882
882
|
FLAGS
|
|
@@ -1090,7 +1090,7 @@ FLAG DESCRIPTIONS
|
|
|
1090
1090
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1091
1091
|
```
|
|
1092
1092
|
|
|
1093
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1093
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/start.ts)_
|
|
1094
1094
|
|
|
1095
1095
|
## `sf project deploy validate`
|
|
1096
1096
|
|
|
@@ -1099,10 +1099,11 @@ Validate a metadata deployment without actually executing it.
|
|
|
1099
1099
|
```
|
|
1100
1100
|
USAGE
|
|
1101
1101
|
$ sf project deploy validate -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async] [--concise | --verbose] [-m
|
|
1102
|
-
<value
|
|
1103
|
-
RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <
|
|
1104
|
-
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
|
|
1105
|
-
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ]
|
|
1102
|
+
<value>...] [-d <value>...] [--single-package --metadata-dir <value>] [-t <value>...] [-l
|
|
1103
|
+
RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <minutes>] [-g] [--coverage-formatters
|
|
1104
|
+
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
|
|
1105
|
+
[--results-dir <value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ]
|
|
1106
|
+
[--post-destructive-changes <value> ]
|
|
1106
1107
|
|
|
1107
1108
|
FLAGS
|
|
1108
1109
|
-a, --api-version=<value> Target API version for the validation.
|
|
@@ -1262,7 +1263,7 @@ FLAG DESCRIPTIONS
|
|
|
1262
1263
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1263
1264
|
```
|
|
1264
1265
|
|
|
1265
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1266
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/deploy/validate.ts)_
|
|
1266
1267
|
|
|
1267
1268
|
## `sf project generate manifest`
|
|
1268
1269
|
|
|
@@ -1270,8 +1271,8 @@ Create a project manifest that lists the metadata components you want to deploy
|
|
|
1270
1271
|
|
|
1271
1272
|
```
|
|
1272
1273
|
USAGE
|
|
1273
|
-
$ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value
|
|
1274
|
-
-t pre|post|destroy|package] [-c managed|unlocked --from-org <value>] [-d <value>]
|
|
1274
|
+
$ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>...] [-p <value>...] [-n
|
|
1275
|
+
<value> | -t pre|post|destroy|package] [-c managed|unlocked... --from-org <value>] [-d <value>]
|
|
1275
1276
|
|
|
1276
1277
|
FLAGS
|
|
1277
1278
|
-c, --include-packages=<option>... Package types (managed, unlocked) whose metadata is included in the manifest; by
|
|
@@ -1339,7 +1340,7 @@ EXAMPLES
|
|
|
1339
1340
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1340
1341
|
```
|
|
1341
1342
|
|
|
1342
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1343
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/generate/manifest.ts)_
|
|
1343
1344
|
|
|
1344
1345
|
## `sf project list ignored`
|
|
1345
1346
|
|
|
@@ -1381,7 +1382,7 @@ EXAMPLES
|
|
|
1381
1382
|
$ sf project list ignored --source-dir package.xml
|
|
1382
1383
|
```
|
|
1383
1384
|
|
|
1384
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1385
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/list/ignored.ts)_
|
|
1385
1386
|
|
|
1386
1387
|
## `sf project reset tracking`
|
|
1387
1388
|
|
|
@@ -1430,7 +1431,7 @@ EXAMPLES
|
|
|
1430
1431
|
$ sf project reset tracking --revision 30
|
|
1431
1432
|
```
|
|
1432
1433
|
|
|
1433
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1434
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/reset/tracking.ts)_
|
|
1434
1435
|
|
|
1435
1436
|
## `sf project retrieve preview`
|
|
1436
1437
|
|
|
@@ -1484,7 +1485,7 @@ FLAG DESCRIPTIONS
|
|
|
1484
1485
|
production orgs.
|
|
1485
1486
|
```
|
|
1486
1487
|
|
|
1487
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1488
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/retrieve/preview.ts)_
|
|
1488
1489
|
|
|
1489
1490
|
## `sf project retrieve start`
|
|
1490
1491
|
|
|
@@ -1492,8 +1493,9 @@ Retrieve metadata from an org to your local project.
|
|
|
1492
1493
|
|
|
1493
1494
|
```
|
|
1494
1495
|
USAGE
|
|
1495
|
-
$ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value
|
|
1496
|
-
<value
|
|
1496
|
+
$ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value>... | -d
|
|
1497
|
+
<value>...] [-r <value> | -n <value>... | ] [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name
|
|
1498
|
+
<value> ]
|
|
1497
1499
|
|
|
1498
1500
|
FLAGS
|
|
1499
1501
|
-a, --api-version=<value> Target API version for the retrieve.
|
|
@@ -1642,6 +1644,6 @@ FLAG DESCRIPTIONS
|
|
|
1642
1644
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1643
1645
|
```
|
|
1644
1646
|
|
|
1645
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
1647
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.1/src/commands/project/retrieve/start.ts)_
|
|
1646
1648
|
|
|
1647
1649
|
<!-- commandsstop -->
|
|
@@ -12,10 +12,10 @@ export default class ConvertSourceBehavior extends SfCommand<SourceBehaviorResul
|
|
|
12
12
|
static readonly state = "beta";
|
|
13
13
|
static readonly requiresProject = true;
|
|
14
14
|
static readonly flags: {
|
|
15
|
-
behavior: import("@oclif/core/
|
|
16
|
-
'dry-run': import("@oclif/core/
|
|
17
|
-
'preserve-temp-dir': import("@oclif/core/
|
|
18
|
-
'target-org': import("@oclif/core/
|
|
15
|
+
behavior: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
|
+
'dry-run': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
17
|
+
'preserve-temp-dir': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
18
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
19
19
|
};
|
|
20
20
|
run(): Promise<SourceBehaviorResult>;
|
|
21
21
|
}
|
|
@@ -23,23 +23,23 @@ export declare class Source extends SfCommand<ConvertResultJson> {
|
|
|
23
23
|
dependsOn?: string[] | undefined;
|
|
24
24
|
exclusive?: string[] | undefined;
|
|
25
25
|
exactlyOne?: string[] | undefined;
|
|
26
|
-
relationships?: import("
|
|
26
|
+
relationships?: import("node_modules/@oclif/core/lib/interfaces/parser.js").Relationship[] | undefined;
|
|
27
27
|
deprecated?: true | Interfaces.Deprecation | undefined;
|
|
28
28
|
aliases?: string[] | undefined;
|
|
29
29
|
charAliases?: (Interfaces.AlphabetLowercase | Interfaces.AlphabetUppercase)[] | undefined;
|
|
30
30
|
deprecateAliases?: boolean | undefined;
|
|
31
31
|
noCacheDefault?: boolean | undefined;
|
|
32
32
|
type: "option";
|
|
33
|
-
helpValue?: string | undefined;
|
|
33
|
+
helpValue?: string | string[] | undefined;
|
|
34
34
|
options?: readonly string[] | undefined;
|
|
35
35
|
multiple?: boolean | undefined;
|
|
36
36
|
multipleNonGreedy?: boolean | undefined;
|
|
37
37
|
delimiter?: "," | undefined;
|
|
38
38
|
allowStdin?: boolean | "only" | undefined;
|
|
39
|
-
parse: import("
|
|
40
|
-
defaultHelp?: import("
|
|
39
|
+
parse: import("node_modules/@oclif/core/lib/interfaces/parser.js").FlagParser<string | undefined, string, Interfaces.CustomOptions>;
|
|
40
|
+
defaultHelp?: import("node_modules/@oclif/core/lib/interfaces/parser.js").FlagDefaultHelp<string | undefined, Interfaces.CustomOptions>;
|
|
41
41
|
input: string[];
|
|
42
|
-
default?: import("
|
|
42
|
+
default?: import("node_modules/@oclif/core/lib/interfaces/parser.js").FlagDefault<string | undefined, Interfaces.CustomOptions>;
|
|
43
43
|
};
|
|
44
44
|
loglevel: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
45
45
|
'root-dir': Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
@@ -10,10 +10,10 @@ export declare class DeleteTracking extends SfCommand<DeleteTrackingResult> {
|
|
|
10
10
|
static readonly requiresProject = true;
|
|
11
11
|
static readonly examples: string[];
|
|
12
12
|
static readonly flags: {
|
|
13
|
-
'api-version': import("@oclif/core/
|
|
14
|
-
loglevel: import("@oclif/core/
|
|
15
|
-
'target-org': import("@oclif/core/
|
|
16
|
-
'no-prompt': import("@oclif/core/
|
|
13
|
+
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
14
|
+
loglevel: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
15
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
|
+
'no-prompt': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
17
17
|
};
|
|
18
18
|
run(): Promise<DeleteTrackingResult>;
|
|
19
19
|
}
|
|
@@ -8,11 +8,11 @@ export default class DeployMetadataCancel extends SfCommand<DeployResultJson> {
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
-
'target-org': import("@oclif/core/
|
|
12
|
-
async: import("@oclif/core/
|
|
13
|
-
'job-id': import("@oclif/core/
|
|
14
|
-
'use-most-recent': import("@oclif/core/
|
|
15
|
-
wait: import("@oclif/core/
|
|
11
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
|
+
async: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
13
|
+
'job-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
14
|
+
'use-most-recent': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
15
|
+
wait: import("@oclif/core/interfaces").OptionFlag<Duration, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
16
|
};
|
|
17
17
|
run(): Promise<DeployResultJson>;
|
|
18
18
|
protected catch(error: SfCommand.Error): Promise<never>;
|
|
@@ -8,12 +8,12 @@ export default class DeployMetadataPreview extends SfCommand<PreviewResult> {
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
-
'ignore-conflicts': import("@oclif/core/
|
|
12
|
-
manifest: import("@oclif/core/
|
|
13
|
-
metadata: import("@oclif/core/
|
|
14
|
-
'source-dir': import("@oclif/core/
|
|
15
|
-
'target-org': import("@oclif/core/
|
|
16
|
-
concise: import("@oclif/core/
|
|
11
|
+
'ignore-conflicts': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
12
|
+
manifest: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
13
|
+
metadata: import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
14
|
+
'source-dir': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
15
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
|
+
concise: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
17
17
|
};
|
|
18
18
|
run(): Promise<PreviewResult>;
|
|
19
19
|
}
|
|
@@ -9,14 +9,14 @@ export default class DeployMetadataQuick extends SfCommand<DeployResultJson> {
|
|
|
9
9
|
static readonly aliases: string[];
|
|
10
10
|
static readonly deprecateAliases = true;
|
|
11
11
|
static readonly flags: {
|
|
12
|
-
async: import("@oclif/core/
|
|
13
|
-
concise: import("@oclif/core/
|
|
14
|
-
'job-id': import("@oclif/core/
|
|
15
|
-
'target-org': import("@oclif/core/
|
|
16
|
-
'use-most-recent': import("@oclif/core/
|
|
17
|
-
verbose: import("@oclif/core/
|
|
18
|
-
wait: import("@oclif/core/
|
|
19
|
-
'api-version': import("@oclif/core/
|
|
12
|
+
async: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
13
|
+
concise: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
14
|
+
'job-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
15
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
|
+
'use-most-recent': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
17
|
+
verbose: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
18
|
+
wait: import("@oclif/core/interfaces").OptionFlag<Duration, import("@oclif/core/interfaces").CustomOptions>;
|
|
19
|
+
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
20
20
|
};
|
|
21
21
|
static errorCodes: import("@oclif/core").HelpSection;
|
|
22
22
|
run(): Promise<DeployResultJson>;
|
|
@@ -8,13 +8,13 @@ export default class DeployMetadataReport extends SfCommand<DeployResultJson> {
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
-
'target-org': import("@oclif/core/
|
|
12
|
-
'job-id': import("@oclif/core/
|
|
13
|
-
'use-most-recent': import("@oclif/core/
|
|
14
|
-
'coverage-formatters': import("@oclif/core/
|
|
15
|
-
junit: import("@oclif/core/
|
|
16
|
-
'results-dir': import("@oclif/core/
|
|
17
|
-
wait: import("@oclif/core/
|
|
11
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
|
+
'job-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
13
|
+
'use-most-recent': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
14
|
+
'coverage-formatters': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
15
|
+
junit: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
16
|
+
'results-dir': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
17
|
+
wait: import("@oclif/core/interfaces").OptionFlag<import("@salesforce/kit").Duration, import("@oclif/core/interfaces").CustomOptions>;
|
|
18
18
|
};
|
|
19
19
|
run(): Promise<DeployResultJson>;
|
|
20
20
|
}
|
|
@@ -8,14 +8,14 @@ export default class DeployMetadataResume extends SfCommand<DeployResultJson> {
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
-
concise: import("@oclif/core/
|
|
12
|
-
'job-id': import("@oclif/core/
|
|
13
|
-
'use-most-recent': import("@oclif/core/
|
|
14
|
-
verbose: import("@oclif/core/
|
|
15
|
-
wait: import("@oclif/core/
|
|
16
|
-
'coverage-formatters': import("@oclif/core/
|
|
17
|
-
junit: import("@oclif/core/
|
|
18
|
-
'results-dir': import("@oclif/core/
|
|
11
|
+
concise: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
12
|
+
'job-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
13
|
+
'use-most-recent': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
14
|
+
verbose: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
15
|
+
wait: import("@oclif/core/interfaces").OptionFlag<Duration, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
|
+
'coverage-formatters': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
17
|
+
junit: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
18
|
+
'results-dir': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
19
19
|
};
|
|
20
20
|
static envVariablesSection: import("@oclif/core").HelpSection;
|
|
21
21
|
static errorCodes: import("@oclif/core").HelpSection;
|
|
@@ -9,29 +9,29 @@ export default class DeployMetadata extends SfCommand<DeployResultJson> {
|
|
|
9
9
|
static readonly aliases: string[];
|
|
10
10
|
static readonly deprecateAliases = true;
|
|
11
11
|
static readonly flags: {
|
|
12
|
-
'api-version': import("@oclif/core/
|
|
13
|
-
async: import("@oclif/core/
|
|
14
|
-
concise: import("@oclif/core/
|
|
15
|
-
'dry-run': import("@oclif/core/
|
|
16
|
-
'ignore-conflicts': import("@oclif/core/
|
|
17
|
-
'ignore-errors': import("@oclif/core/
|
|
18
|
-
'ignore-warnings': import("@oclif/core/
|
|
19
|
-
manifest: import("@oclif/core/
|
|
20
|
-
metadata: import("@oclif/core/
|
|
21
|
-
'metadata-dir': import("@oclif/core/
|
|
22
|
-
'single-package': import("@oclif/core/
|
|
23
|
-
'source-dir': import("@oclif/core/
|
|
24
|
-
'target-org': import("@oclif/core/
|
|
25
|
-
tests: import("@oclif/core/
|
|
26
|
-
'test-level': import("@oclif/core/
|
|
27
|
-
verbose: import("@oclif/core/
|
|
28
|
-
wait: import("@oclif/core/
|
|
29
|
-
'purge-on-delete': import("@oclif/core/
|
|
30
|
-
'pre-destructive-changes': import("@oclif/core/
|
|
31
|
-
'post-destructive-changes': import("@oclif/core/
|
|
32
|
-
'coverage-formatters': import("@oclif/core/
|
|
33
|
-
junit: import("@oclif/core/
|
|
34
|
-
'results-dir': import("@oclif/core/
|
|
12
|
+
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
13
|
+
async: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
14
|
+
concise: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
15
|
+
'dry-run': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
16
|
+
'ignore-conflicts': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
17
|
+
'ignore-errors': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
18
|
+
'ignore-warnings': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
19
|
+
manifest: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
20
|
+
metadata: import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
21
|
+
'metadata-dir': import("@oclif/core/interfaces").OptionFlag<import("../../../utils/types.js").PathInfo | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
22
|
+
'single-package': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
23
|
+
'source-dir': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
24
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
25
|
+
tests: import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
26
|
+
'test-level': import("@oclif/core/interfaces").OptionFlag<TestLevel, import("@oclif/core/interfaces").CustomOptions>;
|
|
27
|
+
verbose: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
28
|
+
wait: import("@oclif/core/interfaces").OptionFlag<Duration, import("@oclif/core/interfaces").CustomOptions>;
|
|
29
|
+
'purge-on-delete': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
30
|
+
'pre-destructive-changes': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
31
|
+
'post-destructive-changes': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
32
|
+
'coverage-formatters': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
33
|
+
junit: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
34
|
+
'results-dir': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
35
35
|
};
|
|
36
36
|
static configurationVariablesSection: import("@oclif/core").HelpSection;
|
|
37
37
|
static envVariablesSection: import("@oclif/core").HelpSection;
|
|
@@ -8,26 +8,26 @@ export default class DeployMetadataValidate extends SfCommand<DeployResultJson>
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
-
'api-version': import("@oclif/core/
|
|
12
|
-
async: import("@oclif/core/
|
|
13
|
-
concise: import("@oclif/core/
|
|
14
|
-
manifest: import("@oclif/core/
|
|
15
|
-
metadata: import("@oclif/core/
|
|
16
|
-
'source-dir': import("@oclif/core/
|
|
17
|
-
'metadata-dir': import("@oclif/core/
|
|
18
|
-
'single-package': import("@oclif/core/
|
|
19
|
-
'target-org': import("@oclif/core/
|
|
20
|
-
tests: import("@oclif/core/
|
|
21
|
-
'test-level': import("@oclif/core/
|
|
22
|
-
verbose: import("@oclif/core/
|
|
23
|
-
wait: import("@oclif/core/
|
|
24
|
-
'ignore-warnings': import("@oclif/core/
|
|
25
|
-
'coverage-formatters': import("@oclif/core/
|
|
26
|
-
junit: import("@oclif/core/
|
|
27
|
-
'results-dir': import("@oclif/core/
|
|
28
|
-
'purge-on-delete': import("@oclif/core/
|
|
29
|
-
'pre-destructive-changes': import("@oclif/core/
|
|
30
|
-
'post-destructive-changes': import("@oclif/core/
|
|
11
|
+
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
|
+
async: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
13
|
+
concise: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
14
|
+
manifest: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
15
|
+
metadata: import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
|
+
'source-dir': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
17
|
+
'metadata-dir': import("@oclif/core/interfaces").OptionFlag<import("../../../utils/types.js").PathInfo | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
18
|
+
'single-package': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
19
|
+
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
20
|
+
tests: import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
21
|
+
'test-level': import("@oclif/core/interfaces").OptionFlag<TestLevel, import("@oclif/core/interfaces").CustomOptions>;
|
|
22
|
+
verbose: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
23
|
+
wait: import("@oclif/core/interfaces").OptionFlag<Duration, import("@oclif/core/interfaces").CustomOptions>;
|
|
24
|
+
'ignore-warnings': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
25
|
+
'coverage-formatters': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
26
|
+
junit: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
27
|
+
'results-dir': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
28
|
+
'purge-on-delete': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
29
|
+
'pre-destructive-changes': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
30
|
+
'post-destructive-changes': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
31
31
|
};
|
|
32
32
|
static configurationVariablesSection: import("@oclif/core").HelpSection;
|
|
33
33
|
static envVariablesSection: import("@oclif/core").HelpSection;
|