From 0d5b32ad2d0b6e7a948ad8927bb6b8266882d970 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 29 May 2024 14:25:55 +0000 Subject: [PATCH] chore(release): 3.8.0 [skip ci] --- CHANGELOG.md | 6 ++++ README.md | 92 ++++++++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 3 files changed, 82 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41ea5ad..7759f415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.8.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.7.10...3.8.0) (2024-05-29) + +### Features + +- convert project to use a new source behavior ([#1015](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1015)) ([014500e](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/014500e2387b07cfbf7b07339a98c06e81f0e2dd)), closes [#1018](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1018) + ## [3.7.10](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.7.9...3.7.10) (2024-05-28) ### Bug Fixes diff --git a/README.md b/README.md index e4f0ea46..a5d805ed 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ sf plugins - [`sf project convert mdapi`](#sf-project-convert-mdapi) - [`sf project convert source`](#sf-project-convert-source) +- [`sf project convert source-behavior`](#sf-project-convert-source-behavior) - [`sf project delete source`](#sf-project-delete-source) - [`sf project delete tracking`](#sf-project-delete-tracking) - [`sf project deploy cancel`](#sf-project-deploy-cancel) @@ -140,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/3.7.10/src/commands/project/convert/mdapi.ts)_ +_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.0/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -152,7 +153,7 @@ USAGE [-p | -x | -m ] FLAGS - -d, --output-dir= [default: metadataPackage_1716916326517] Output directory to store the Metadata + -d, --output-dir= [default: metadataPackage_1716992749510] 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 +214,64 @@ 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/3.7.10/src/commands/project/convert/source.ts)_ +_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.0/src/commands/project/convert/source.ts)_ + +## `sf project convert source-behavior` + +Enable a behavior of your project source files, and then update your Salesforce DX project to implement the behavior. + +``` +USAGE + $ sf project convert source-behavior -b + decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeWorkflowBeta [--json] + [--flags-dir ] [--dry-run] [--preserve-temp-dir] [-o ] + +FLAGS + -b, --behavior=