diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6d9e4b..be250e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [2.0.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/1.20.3...2.0.1) (2023-11-14) + ## [1.20.3](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/1.20.2...1.20.3) (2023-11-11) ### Bug Fixes diff --git a/README.md b/README.md index 11476c6c..35e082e3 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ FLAGS -p, --metadata-dir=... Root of directory or zip file of metadata formatted files to convert. -r, --root-dir= (required) Root directory that contains the Metadata API–formatted metadata. -x, --manifest= File path to manifest (package.xml) of metadata types to convert. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -141,7 +141,7 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --source-dir. ``` -_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/convert/mdapi.ts)_ +_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.4/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -153,14 +153,14 @@ USAGE | -m ] FLAGS - -d, --output-dir= [default: metadataPackage_1699692272222] Output directory to store the Metadata + -d, --output-dir= [default: metadataPackage_1699992830510] Output directory to store the Metadata API–formatted files in. -m, --metadata=... Metadata component names to convert. -n, --package-name= Name of the package to associate with the metadata-formatted files. -p, --source-dir=... Paths to the local source files to convert. -r, --root-dir= Source directory other than the default package to convert. -x, --manifest= Path to the manifest (package.xml) file that specifies the metadata types to convert. - --api-version= API Version to use in the generated project's manifest. By default, will use the version + --api-version= API Version to use in the generated project's manifest. By default, will use the version from sfdx-project.json GLOBAL FLAGS @@ -213,7 +213,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/convert/source.ts)_ +_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.4/src/commands/project/convert/source.ts)_ ## `sf project delete source` @@ -234,13 +234,13 @@ FLAGS -r, --no-prompt Don't prompt for delete confirmation. -t, --track-source If the delete succeeds, update the source tracking information. -w, --wait= [default: 33 minutes] Number of minutes to wait for the command to finish. - --api-version= Override the api version used for api requests made by this command - --verbose Verbose output of the delete result. + --api-version= Override the api version used for api requests made by this command + --verbose Verbose output of the delete result. TEST FLAGS -l, --test-level=