From 531f5c4b280cf9c056014095a33820e3f0eb71de Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 8 Jan 2024 22:06:37 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 34 +++++++++++++++++----------------- package.json | 2 +- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5e4316..bbffb0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.1.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/2.2.17...3.1.0) (2024-01-08) + +### Features + +- new inquirer ([#867](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/867)) ([742d48c](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/742d48cd66211dd4fdcbd7d25332a3a1ca1f58ea)) + ## [2.2.17](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/2.2.16...2.2.17) (2024-01-06) ### Bug Fixes diff --git a/README.md b/README.md index 582ddb02..f0744aa5 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,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.17/src/commands/project/convert/mdapi.ts)_ +_See code: [lib/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -151,7 +151,7 @@ USAGE | -m ] FLAGS - -d, --output-dir= [default: metadataPackage_1704530660332] Output directory to store the Metadata + -d, --output-dir= [default: metadataPackage_1704751592978] 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. @@ -211,7 +211,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.17/src/commands/project/convert/source.ts)_ +_See code: [lib/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/convert/source.ts)_ ## `sf project delete source` @@ -350,7 +350,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.17/src/commands/project/delete/source.ts)_ +_See code: [lib/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -386,7 +386,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.17/src/commands/project/delete/tracking.ts)_ +_See code: [lib/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -456,7 +456,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.17/src/commands/project/deploy/cancel.ts)_ +_See code: [lib/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -539,7 +539,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.17/src/commands/project/deploy/preview.ts)_ +_See code: [lib/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -623,7 +623,7 @@ FLAG DESCRIPTIONS deploy report". ``` -_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.17/src/commands/project/deploy/quick.ts)_ +_See code: [lib/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -718,7 +718,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.17/src/commands/project/deploy/report.ts)_ +_See code: [lib/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -802,7 +802,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.17/src/commands/project/deploy/resume.ts)_ +_See code: [lib/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -1014,7 +1014,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.17/src/commands/project/deploy/start.ts)_ +_See code: [lib/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -1176,7 +1176,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.17/src/commands/project/deploy/validate.ts)_ +_See code: [lib/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/deploy/validate.ts)_ ## `sf project generate manifest` @@ -1251,7 +1251,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.17/src/commands/project/generate/manifest.ts)_ +_See code: [lib/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -1292,7 +1292,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.17/src/commands/project/list/ignored.ts)_ +_See code: [lib/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -1340,7 +1340,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.17/src/commands/project/reset/tracking.ts)_ +_See code: [lib/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -1396,7 +1396,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.17/src/commands/project/retrieve/preview.ts)_ +_See code: [lib/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -1542,6 +1542,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.17/src/commands/project/retrieve/start.ts)_ +_See code: [lib/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.3.0/lib/commands/project/retrieve/start.ts)_ diff --git a/package.json b/package.json index 97334e37..7b891c1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-deploy-retrieve", "description": "deploy and retrieve commands for sf", - "version": "3.0.0", + "version": "3.1.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {