diff --git a/CHANGELOG.md b/CHANGELOG.md index e4165c6c..8ede4b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.3.0](https://github.com/salesforcecli/plugin-signups/compare/2.2.6...2.3.0) (2024-05-06) + +### Features + +- add a prompt for snapshot deletion ([#567](https://github.com/salesforcecli/plugin-signups/issues/567)) ([3ad43fb](https://github.com/salesforcecli/plugin-signups/commit/3ad43fb6adf1bb481162421d64f3772551394771)) + ## [2.2.6](https://github.com/salesforcecli/plugin-signups/compare/2.2.5...2.2.6) (2024-05-04) ### Bug Fixes diff --git a/README.md b/README.md index 765900f8..cfee199e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ EXAMPLES $ sf org create shape --target-org SourceOrg ``` -_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/create/shape.ts)_ +_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/create/shape.ts)_ ## `sf org create snapshot` @@ -179,7 +179,7 @@ FLAG DESCRIPTIONS as a version control system tag or commit ID. ``` -_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/create/snapshot.ts)_ +_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/create/snapshot.ts)_ ## `sf org delete shape` @@ -219,7 +219,7 @@ EXAMPLES $ sf org delete shape --target-org SourceOrg --no-prompt ``` -_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/delete/shape.ts)_ +_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/delete/shape.ts)_ ## `sf org delete snapshot` @@ -227,9 +227,10 @@ Delete a scratch org snapshot. ``` USAGE - $ sf org delete snapshot -v -s [--json] [--flags-dir ] [--api-version ] + $ sf org delete snapshot -v -s [--json] [--flags-dir ] [--api-version ] [-p] FLAGS + -p, --no-prompt Don't prompt the user to confirm the deletion. -s, --snapshot= (required) Name or ID of snapshot to delete. -v, --target-dev-hub= (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set. @@ -263,7 +264,7 @@ FLAG DESCRIPTIONS The IDs of scratch org snapshots start with 0Oo. ``` -_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/delete/snapshot.ts)_ +_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/delete/snapshot.ts)_ ## `sf org get snapshot` @@ -310,7 +311,7 @@ FLAG DESCRIPTIONS The IDs of scratch org snapshots start with 0Oo. ``` -_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/get/snapshot.ts)_ +_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/get/snapshot.ts)_ ## `sf org list shape` @@ -343,7 +344,7 @@ EXAMPLES $ sf org list shape --json > tmp/MyOrgShapeList.json ``` -_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/list/shape.ts)_ +_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/list/shape.ts)_ ## `sf org list snapshot` @@ -385,6 +386,6 @@ EXAMPLES $ sf org list snapshot --target-dev-hub SnapshotDevHub ``` -_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.6/src/commands/org/list/snapshot.ts)_ +_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.0/src/commands/org/list/snapshot.ts)_ diff --git a/package.json b/package.json index b42d4dcb..38601cc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-signups", "description": "Commands to interact with org shapes", - "version": "2.2.6", + "version": "2.3.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {