Skip to content

Commit 4c54b8a

Browse files
committed
chore(release): 3.0.2 [skip ci]
1 parent ffbdf90 commit 4c54b8a

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.2](https://github.com/salesforcecli/plugin-org/compare/3.0.1...3.0.2) (2023-11-09)
2+
3+
### Bug Fixes
4+
5+
- provide better errors when deleting sandboxes ([b5aa59e](https://github.com/salesforcecli/plugin-org/commit/b5aa59e59e32384d9c971c163d5b4394ae191db4))
6+
17
## [3.0.1](https://github.com/salesforcecli/plugin-org/compare/2.11.8...3.0.1) (2023-11-09)
28

39
## [2.11.8](https://github.com/salesforcecli/plugin-org/compare/2.11.7...2.11.8) (2023-11-06)

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160160
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
161161
```
162162

163-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/force/org/clone.ts)_
163+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/clone.ts)_
164164

165165
## `sf force org create`
166166

@@ -208,7 +208,7 @@ EXAMPLES
208208
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
209209
```
210210

211-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/force/org/create.ts)_
211+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/create.ts)_
212212

213213
## `sf force org delete`
214214

@@ -240,7 +240,7 @@ EXAMPLES
240240
$ sf force org delete -u MyOrgAlias -p
241241
```
242242

243-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/force/org/delete.ts)_
243+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/delete.ts)_
244244

245245
## `sf force org status`
246246

@@ -278,7 +278,7 @@ EXAMPLES
278278
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
279279
```
280280

281-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/force/org/status.ts)_
281+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/status.ts)_
282282

283283
## `sf org create sandbox`
284284

@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383383
sandbox.
384384
```
385385

386-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/create/sandbox.ts)_
386+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/create/sandbox.ts)_
387387

388388
## `sf org create scratch`
389389

@@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
536536
Omit this flag to have Salesforce generate a unique username for your org.
537537
```
538538

539-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/create/scratch.ts)_
539+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/create/scratch.ts)_
540540

541541
## `sf org delete sandbox`
542542

@@ -560,6 +560,8 @@ DESCRIPTION
560560
all local references to the org from your computer.
561561
Specify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when
562562
you created it. Run "sf org list" to view all your orgs, including sandboxes, and their aliases.
563+
Both the sandbox and the associated production org must already be authenticated with the CLI to successfully delete
564+
the sandbox.
563565
564566
ALIASES
565567
$ sf env delete sandbox
@@ -573,12 +575,12 @@ EXAMPLES
573575
574576
$ sf org delete sandbox --target-org [email protected]
575577
576-
Delete the sandbox without prompting to confirm :
578+
Delete the sandbox without prompting to confirm:
577579
578580
$ sf org delete sandbox --target-org my-sandbox --no-prompt
579581
```
580582

581-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/delete/sandbox.ts)_
583+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/delete/sandbox.ts)_
582584

583585
## `sf org delete scratch`
584586

@@ -620,7 +622,7 @@ EXAMPLES
620622
$ sf org delete scratch --target-org my-scratch-org --no-prompt
621623
```
622624

623-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/delete/scratch.ts)_
625+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/delete/scratch.ts)_
624626

625627
## `sf org display`
626628

@@ -663,7 +665,7 @@ EXAMPLES
663665
$ sf org display --target-org TestOrg1 --verbose
664666
```
665667

666-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/display.ts)_
668+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/display.ts)_
667669

668670
## `sf org list`
669671

@@ -701,7 +703,7 @@ EXAMPLES
701703
$ sf org list --clean
702704
```
703705

704-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/list.ts)_
706+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/list.ts)_
705707

706708
## `sf org list metadata`
707709

@@ -765,7 +767,7 @@ FLAG DESCRIPTIONS
765767
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
766768
```
767769

768-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/list/metadata.ts)_
770+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/list/metadata.ts)_
769771

770772
## `sf org list metadata-types`
771773

@@ -818,7 +820,7 @@ FLAG DESCRIPTIONS
818820
Override the api version used for api requests made by this command
819821
```
820822

821-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/list/metadata-types.ts)_
823+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/list/metadata-types.ts)_
822824

823825
## `sf org open`
824826

@@ -883,7 +885,7 @@ EXAMPLES
883885
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
884886
```
885887

886-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/open.ts)_
888+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/open.ts)_
887889

888890
## `sf org resume sandbox`
889891

@@ -945,7 +947,7 @@ FLAG DESCRIPTIONS
945947
returns the job ID. To resume checking the sandbox creation, rerun this command.
946948
```
947949

948-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/resume/sandbox.ts)_
950+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/resume/sandbox.ts)_
949951

950952
## `sf org resume scratch`
951953

@@ -991,6 +993,6 @@ FLAG DESCRIPTIONS
991993
The job ID is valid for 24 hours after you start the scratch org creation.
992994
```
993995

994-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.9/src/commands/org/resume/scratch.ts)_
996+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/resume/scratch.ts)_
995997

996998
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)