Skip to content

Commit 71c9de5

Browse files
committed
chore(release): 4.1.16 [skip ci]
1 parent fe5efc9 commit 71c9de5

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+
## [4.1.16](https://github.com/salesforcecli/plugin-org/compare/4.1.15...4.1.16) (2024-05-30)
2+
3+
### Bug Fixes
4+
5+
- improve --target-org summaries ([#1080](https://github.com/salesforcecli/plugin-org/issues/1080)) ([fe5efc9](https://github.com/salesforcecli/plugin-org/commit/fe5efc905b22bf45641f2101116f9a7dffca9b93))
6+
17
## [4.1.15](https://github.com/salesforcecli/plugin-org/compare/4.1.14...4.1.15) (2024-05-30)
28

39
### Bug Fixes

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
229229
sandbox.
230230
```
231231

232-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/create/sandbox.ts)_
232+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/create/sandbox.ts)_
233233

234234
## `sf org create scratch`
235235

@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383383
Omit this flag to have Salesforce generate a unique username for your org.
384384
```
385385

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

388388
## `sf org delete sandbox`
389389

@@ -394,7 +394,8 @@ USAGE
394394
$ sf org delete sandbox -o <value> [--json] [--flags-dir <value>] [-p]
395395
396396
FLAGS
397-
-o, --target-org=<value> (required) Sandbox alias or login user.
397+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
398+
configuration variable is already set.
398399
-p, --no-prompt Don't prompt the user to confirm the deletion.
399400
400401
GLOBAL FLAGS
@@ -428,7 +429,7 @@ EXAMPLES
428429
$ sf org delete sandbox --target-org my-sandbox --no-prompt
429430
```
430431

431-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/delete/sandbox.ts)_
432+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/delete/sandbox.ts)_
432433

433434
## `sf org delete scratch`
434435

@@ -439,7 +440,8 @@ USAGE
439440
$ sf org delete scratch -o <value> [--json] [--flags-dir <value>] [-p]
440441
441442
FLAGS
442-
-o, --target-org=<value> (required) Scratch org alias or login user.
443+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
444+
configuration variable is already set.
443445
-p, --no-prompt Don't prompt the user to confirm the deletion.
444446
445447
GLOBAL FLAGS
@@ -471,7 +473,7 @@ EXAMPLES
471473
$ sf org delete scratch --target-org my-scratch-org --no-prompt
472474
```
473475

474-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/delete/scratch.ts)_
476+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/delete/scratch.ts)_
475477

476478
## `sf org disable tracking`
477479

@@ -510,7 +512,7 @@ EXAMPLES
510512
$ sf org disable tracking
511513
```
512514

513-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/disable/tracking.ts)_
515+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/disable/tracking.ts)_
514516

515517
## `sf org display`
516518

@@ -555,7 +557,7 @@ EXAMPLES
555557
$ sf org display --target-org TestOrg1 --verbose
556558
```
557559

558-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/display.ts)_
560+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/display.ts)_
559561

560562
## `sf org enable tracking`
561563

@@ -597,7 +599,7 @@ EXAMPLES
597599
$ sf org enable tracking
598600
```
599601

600-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/enable/tracking.ts)_
602+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/enable/tracking.ts)_
601603

602604
## `sf org list`
603605

@@ -636,7 +638,7 @@ EXAMPLES
636638
$ sf org list --clean
637639
```
638640

639-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/list.ts)_
641+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/list.ts)_
640642

641643
## `sf org list metadata`
642644

@@ -703,7 +705,7 @@ FLAG DESCRIPTIONS
703705
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
704706
```
705707

706-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/list/metadata.ts)_
708+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/list/metadata.ts)_
707709

708710
## `sf org list metadata-types`
709711

@@ -758,7 +760,7 @@ FLAG DESCRIPTIONS
758760
Override the api version used for api requests made by this command
759761
```
760762

761-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/list/metadata-types.ts)_
763+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/list/metadata-types.ts)_
762764

763765
## `sf org open`
764766

@@ -830,7 +832,7 @@ EXAMPLES
830832
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
831833
```
832834

833-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/open.ts)_
835+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/open.ts)_
834836

835837
## `sf org refresh sandbox`
836838

@@ -907,7 +909,7 @@ FLAG DESCRIPTIONS
907909
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
908910
```
909911

910-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/refresh/sandbox.ts)_
912+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/refresh/sandbox.ts)_
911913

912914
## `sf org resume sandbox`
913915

@@ -970,7 +972,7 @@ FLAG DESCRIPTIONS
970972
returns the job ID. To resume checking the sandbox creation, rerun this command.
971973
```
972974

973-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/resume/sandbox.ts)_
975+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/resume/sandbox.ts)_
974976

975977
## `sf org resume scratch`
976978

@@ -1017,6 +1019,6 @@ FLAG DESCRIPTIONS
10171019
The job ID is valid for 24 hours after you start the scratch org creation.
10181020
```
10191021

1020-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.15/src/commands/org/resume/scratch.ts)_
1022+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.16/src/commands/org/resume/scratch.ts)_
10211023

10221024
<!-- 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": "4.1.15",
4+
"version": "4.1.16",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)