From a44d29f5d61751f34a711787df81c8723f5430f3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 22 Dec 2024 03:00:50 +0000 Subject: [PATCH] chore(release): 5.2.12 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eee847e..e9f729b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.2.12](https://github.com/salesforcecli/plugin-org/compare/5.2.11...5.2.12) (2024-12-22) + +### Bug Fixes + +- **deps:** bump ansis from 3.3.2 to 3.4.0 ([5b51d6b](https://github.com/salesforcecli/plugin-org/commit/5b51d6b43f1a0a75af91292967b5c670af770602)) + ## [5.2.11](https://github.com/salesforcecli/plugin-org/compare/5.2.10...5.2.11) (2024-12-15) ### Bug Fixes diff --git a/README.md b/README.md index e86d4267..b4851bc1 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both. ``` -_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/create/sandbox.ts)_ +_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -396,7 +396,7 @@ FLAG DESCRIPTIONS Omit this flag to have Salesforce generate a unique username for your org. ``` -_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/create/scratch.ts)_ +_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/create/scratch.ts)_ ## `sf org delete sandbox` @@ -442,7 +442,7 @@ EXAMPLES $ sf org delete sandbox --target-org my-sandbox --no-prompt ``` -_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/delete/sandbox.ts)_ +_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -486,7 +486,7 @@ EXAMPLES $ sf org delete scratch --target-org my-scratch-org --no-prompt ``` -_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/delete/scratch.ts)_ +_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -525,7 +525,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/disable/tracking.ts)_ +_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -570,7 +570,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/display.ts)_ +_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/display.ts)_ ## `sf org enable tracking` @@ -612,7 +612,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/enable/tracking.ts)_ +_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/enable/tracking.ts)_ ## `sf org list` @@ -651,7 +651,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/list.ts)_ +_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list.ts)_ ## `sf org list metadata` @@ -718,7 +718,7 @@ FLAG DESCRIPTIONS Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report. ``` -_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/list/metadata.ts)_ +_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -773,7 +773,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/list/metadata-types.ts)_ +_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list/metadata-types.ts)_ ## `sf org open` @@ -849,7 +849,7 @@ EXAMPLES $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml ``` -_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/open.ts)_ +_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/open.ts)_ ## `sf org open agent` @@ -900,7 +900,7 @@ EXAMPLES $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent ``` -_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/open/agent.ts)_ +_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/open/agent.ts)_ ## `sf org refresh sandbox` @@ -977,7 +977,7 @@ FLAG DESCRIPTIONS By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually. ``` -_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/refresh/sandbox.ts)_ +_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -1040,7 +1040,7 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the sandbox creation, rerun this command. ``` -_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/resume/sandbox.ts)_ +_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -1087,6 +1087,6 @@ FLAG DESCRIPTIONS The job ID is valid for 24 hours after you start the scratch org creation. ``` -_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.11/src/commands/org/resume/scratch.ts)_ +_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/resume/scratch.ts)_ diff --git a/package.json b/package.json index dabafbe3..02a7dd85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-org", "description": "Commands to interact with Salesforce orgs", - "version": "5.2.11", + "version": "5.2.12", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {