-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2027 from salesforcecli/release/2.70.2
Release PR for 2.70.2 as nightly
- Loading branch information
Showing
3 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli | |
$ sf COMMAND | ||
running command... | ||
$ sf (--version|-v) | ||
@salesforce/cli/2.70.1 linux-x64 node-v22.11.0 | ||
@salesforce/cli/2.70.2 linux-x64 node-v22.11.0 | ||
$ sf --help [COMMAND] | ||
USAGE | ||
$ sf COMMAND | ||
|
@@ -1336,7 +1336,7 @@ EXAMPLES | |
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/bulk/results.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/bulk/results.ts)_ | ||
|
||
## `sf data create file` | ||
|
||
|
@@ -1385,7 +1385,7 @@ EXAMPLES | |
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/create/file.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/create/file.ts)_ | ||
|
||
## `sf data create record` | ||
|
||
|
@@ -1441,7 +1441,7 @@ EXAMPLES | |
TracedEntityId=01p17000000R6bLAAS" | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/create/record.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/create/record.ts)_ | ||
|
||
## `sf data delete bulk` | ||
|
||
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS | |
and can be enabled only by a system administrator. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/delete/bulk.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/delete/bulk.ts)_ | ||
|
||
## `sf data delete record` | ||
|
||
|
@@ -1563,7 +1563,7 @@ EXAMPLES | |
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/delete/record.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/delete/record.ts)_ | ||
|
||
## `sf data delete resume` | ||
|
||
|
@@ -1602,7 +1602,7 @@ EXAMPLES | |
$ sf data delete resume --use-most-recent --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/delete/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/delete/resume.ts)_ | ||
|
||
## `sf data export bulk` | ||
|
||
|
@@ -1676,7 +1676,7 @@ EXAMPLES | |
--result-format json --async | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/export/bulk.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/export/bulk.ts)_ | ||
|
||
## `sf data export resume` | ||
|
||
|
@@ -1712,7 +1712,7 @@ EXAMPLES | |
$ sf data export resume --use-most-recent --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/export/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/export/resume.ts)_ | ||
|
||
## `sf data export tree` | ||
|
||
|
@@ -1773,7 +1773,7 @@ EXAMPLES | |
my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/export/tree.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/export/tree.ts)_ | ||
|
||
## `sf data get record` | ||
|
||
|
@@ -1837,7 +1837,7 @@ EXAMPLES | |
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/get/record.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/get/record.ts)_ | ||
|
||
## `sf data import bulk` | ||
|
||
|
@@ -1895,7 +1895,7 @@ EXAMPLES | |
$ sf data import bulk --file accounts.csv --sobject Account --async | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/import/bulk.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/import/bulk.ts)_ | ||
|
||
## `sf data import resume` | ||
|
||
|
@@ -1931,7 +1931,7 @@ EXAMPLES | |
$ sf data import resume --use-most-recent --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/import/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/import/resume.ts)_ | ||
|
||
## `sf data import tree` | ||
|
||
|
@@ -1996,7 +1996,7 @@ FLAG DESCRIPTIONS | |
- files(array) - Files: An array of files paths to load | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/import/tree.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/import/tree.ts)_ | ||
|
||
## `sf data query` | ||
|
||
|
@@ -2062,7 +2062,7 @@ EXAMPLES | |
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/query.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/query.ts)_ | ||
|
||
## `sf data query resume` | ||
|
||
|
@@ -2099,7 +2099,7 @@ EXAMPLES | |
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/query/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/query/resume.ts)_ | ||
|
||
## `sf data resume` | ||
|
||
|
@@ -2136,7 +2136,7 @@ EXAMPLES | |
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/resume.ts)_ | ||
|
||
## `sf data search` | ||
|
||
|
@@ -2186,7 +2186,7 @@ EXAMPLES | |
$ sf data search --file query.txt --target-org my-scratch --result-format csv | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/search.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/search.ts)_ | ||
|
||
## `sf data update bulk` | ||
|
||
|
@@ -2247,7 +2247,7 @@ EXAMPLES | |
$ sf data update bulk --file accounts.csv --sobject Account --async | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/update/bulk.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/update/bulk.ts)_ | ||
|
||
## `sf data update record` | ||
|
||
|
@@ -2309,7 +2309,7 @@ EXAMPLES | |
"ExpirationDate=2017-12-01T00:58:04.000+0000" | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/update/record.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/update/record.ts)_ | ||
|
||
## `sf data update resume` | ||
|
||
|
@@ -2345,7 +2345,7 @@ EXAMPLES | |
$ sf data update resume --use-most-recent --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/update/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/update/resume.ts)_ | ||
|
||
## `sf data upsert bulk` | ||
|
||
|
@@ -2404,7 +2404,7 @@ EXAMPLES | |
my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/upsert/bulk.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/upsert/bulk.ts)_ | ||
|
||
## `sf data upsert resume` | ||
|
||
|
@@ -2443,7 +2443,7 @@ EXAMPLES | |
$ sf data upsert resume --use-most-recent --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/upsert/resume.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/upsert/resume.ts)_ | ||
|
||
## `sf doctor` | ||
|
||
|
@@ -2538,7 +2538,7 @@ EXAMPLES | |
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/force/data/bulk/delete.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/force/data/bulk/delete.ts)_ | ||
|
||
## `sf force data bulk status` | ||
|
||
|
@@ -2575,7 +2575,7 @@ EXAMPLES | |
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/force/data/bulk/status.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/force/data/bulk/status.ts)_ | ||
|
||
## `sf force data bulk upsert` | ||
|
||
|
@@ -2633,7 +2633,7 @@ EXAMPLES | |
--target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/force/data/bulk/upsert.ts)_ | ||
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/force/data/bulk/upsert.ts)_ | ||
|
||
## `sf help [COMMAND]` | ||
|
||
|
@@ -6365,7 +6365,7 @@ FLAG DESCRIPTIONS | |
If you specify this flag, don’t specify --metadata or --source-dir. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/convert/mdapi.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/convert/mdapi.ts)_ | ||
|
||
## `sf project convert source` | ||
|
||
|
@@ -6438,7 +6438,7 @@ FLAG DESCRIPTIONS | |
Override the api version used for api requests made by this command | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/convert/source.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/convert/source.ts)_ | ||
|
||
## `sf project convert source-behavior` | ||
|
||
|
@@ -6496,7 +6496,7 @@ EXAMPLES | |
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/convert/source-behavior.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/convert/source-behavior.ts)_ | ||
|
||
## `sf project delete source` | ||
|
||
|
@@ -6636,7 +6636,7 @@ FLAG DESCRIPTIONS | |
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space" | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/delete/source.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/delete/source.ts)_ | ||
|
||
## `sf project delete tracking` | ||
|
||
|
@@ -6673,7 +6673,7 @@ EXAMPLES | |
$ sf project delete tracking --target-org my-scratch | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/delete/tracking.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/delete/tracking.ts)_ | ||
|
||
## `sf project deploy cancel` | ||
|
||
|
@@ -6745,7 +6745,7 @@ FLAG DESCRIPTIONS | |
project deploy report". | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/cancel.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/cancel.ts)_ | ||
|
||
## `sf project deploy preview` | ||
|
||
|
@@ -6828,7 +6828,7 @@ FLAG DESCRIPTIONS | |
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/preview.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/preview.ts)_ | ||
|
||
## `sf project deploy quick` | ||
|
||
|
@@ -6921,7 +6921,7 @@ ERROR CODES | |
Canceling (69) The deploy is being canceled. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/quick.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/quick.ts)_ | ||
|
||
## `sf project deploy report` | ||
|
||
|
@@ -7013,7 +7013,7 @@ FLAG DESCRIPTIONS | |
--coverage-formatters lcov --coverage-formatters clover | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/report.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/report.ts)_ | ||
|
||
## `sf project deploy resume` | ||
|
||
|
@@ -7110,7 +7110,7 @@ ERROR CODES | |
Canceling (69) The deploy is being canceled. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/resume.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/resume.ts)_ | ||
|
||
## `sf project deploy start` | ||
|
||
|
@@ -7363,7 +7363,7 @@ ERROR CODES | |
Canceling (69) The deploy is being canceled. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/start.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/start.ts)_ | ||
|
||
## `sf project deploy validate` | ||
|
||
|
@@ -7553,7 +7553,7 @@ ERROR CODES | |
Canceling (69) The deploy is being canceled. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/validate.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/validate.ts)_ | ||
|
||
## `sf project generate` | ||
|
||
|
@@ -7735,7 +7735,7 @@ EXAMPLES | |
$ sf project generate manifest --from-org [email protected] --include-packages unlocked | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/generate/manifest.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/generate/manifest.ts)_ | ||
|
||
## `sf project list ignored` | ||
|
||
|
@@ -7777,7 +7777,7 @@ EXAMPLES | |
$ sf project list ignored --source-dir package.xml | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/list/ignored.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/list/ignored.ts)_ | ||
|
||
## `sf project reset tracking` | ||
|
||
|
@@ -7826,7 +7826,7 @@ EXAMPLES | |
$ sf project reset tracking --revision 30 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/reset/tracking.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/reset/tracking.ts)_ | ||
|
||
## `sf project retrieve preview` | ||
|
||
|
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS | |
production orgs. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/retrieve/preview.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/retrieve/preview.ts)_ | ||
|
||
## `sf project retrieve start` | ||
|
||
|
@@ -8057,7 +8057,7 @@ ENVIRONMENT VARIABLES | |
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/retrieve/start.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/retrieve/start.ts)_ | ||
|
||
## `sf schema generate field` | ||
|
||
|
Oops, something went wrong.