From 4944157ee5e56f34080283eb015e642cd4275ad6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 8 Dec 2023 20:58:07 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 37 +++++++++++++++++++------------------ package.json | 2 +- 3 files changed, 26 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd069d6..d076fb73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.4](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/2.2.3...2.2.4) (2023-12-08) + +### Bug Fixes + +- add concise flag to retrieve preview ([#831](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/831)) ([8a7dd82](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/8a7dd82b7f045fd30e47ddfa46997fe9d57164c7)) + ## [2.2.3](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/2.2.2...2.2.3) (2023-12-05) ### Bug Fixes diff --git a/README.md b/README.md index 2595f768..989f474f 100644 --- a/README.md +++ b/README.md @@ -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/2.2.3/src/commands/project/convert/mdapi.ts)_ +_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -153,7 +153,7 @@ USAGE | -m ] FLAGS - -d, --output-dir= [default: metadataPackage_1701818333777] Output directory to store the Metadata + -d, --output-dir= [default: metadataPackage_1702069083606] 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. @@ -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/2.2.3/src/commands/project/convert/source.ts)_ +_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/convert/source.ts)_ ## `sf project delete source` @@ -352,7 +352,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/delete/source.ts)_ +_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -388,7 +388,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/delete/tracking.ts)_ +_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -458,7 +458,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/cancel.ts)_ +_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -541,7 +541,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/preview.ts)_ +_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -625,7 +625,7 @@ FLAG DESCRIPTIONS deploy report". ``` -_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/quick.ts)_ +_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -720,7 +720,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/report.ts)_ +_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -804,7 +804,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/resume.ts)_ +_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -1016,7 +1016,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/start.ts)_ +_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -1178,7 +1178,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/validate.ts)_ +_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/deploy/validate.ts)_ ## `sf project generate manifest` @@ -1253,7 +1253,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked ``` -_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/generate/manifest.ts)_ +_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -1294,7 +1294,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/list/ignored.ts)_ +_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -1342,7 +1342,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/reset/tracking.ts)_ +_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -1350,11 +1350,12 @@ Preview a retrieval to see what will be retrieved from the org, the potential co ``` USAGE - $ sf project retrieve preview -o [--json] [-c] + $ sf project retrieve preview -o [--json] [-c] [--concise] FLAGS -c, --ignore-conflicts Don't display conflicts in the preview of the retrieval. -o, --target-org= (required) Login username or alias for the target org. + --concise Show only the changes that will be retrieved; omits files that are forceignored. GLOBAL FLAGS --json Format output as json. @@ -1397,7 +1398,7 @@ FLAG DESCRIPTIONS Overrides your default org. ``` -_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/retrieve/preview.ts)_ +_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -1543,6 +1544,6 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --source-dir. ``` -_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/retrieve/start.ts)_ +_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.4/src/commands/project/retrieve/start.ts)_ diff --git a/package.json b/package.json index 94346bf8..120ccca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-deploy-retrieve", "description": "deploy and retrieve commands for sf", - "version": "2.2.3", + "version": "2.2.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {