Skip to content

Commit 96f6d02

Browse files
committed
chore(release): 4.1.18 [skip ci]
1 parent 1a8d552 commit 96f6d02

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
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.18](https://github.com/salesforcecli/plugin-org/compare/4.1.17...4.1.18) (2024-06-02)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/source-deploy-retrieve from 11.4.4 to 11.6.4 ([50d7eeb](https://github.com/salesforcecli/plugin-org/commit/50d7eebfe983bd7bac670925ab40e3d9ed48856b))
6+
17
## [4.1.17](https://github.com/salesforcecli/plugin-org/compare/4.1.16...4.1.17) (2024-05-31)
28

39
### Bug Fixes

README.md

Lines changed: 17 additions & 15 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.17/src/commands/org/create/sandbox.ts)_
232+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/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.17/src/commands/org/create/scratch.ts)_
386+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/create/scratch.ts)_
387387

388388
## `sf org delete sandbox`
389389

@@ -429,7 +429,7 @@ EXAMPLES
429429
$ sf org delete sandbox --target-org my-sandbox --no-prompt
430430
```
431431

432-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/delete/sandbox.ts)_
432+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/delete/sandbox.ts)_
433433

434434
## `sf org delete scratch`
435435

@@ -473,7 +473,7 @@ EXAMPLES
473473
$ sf org delete scratch --target-org my-scratch-org --no-prompt
474474
```
475475

476-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/delete/scratch.ts)_
476+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/delete/scratch.ts)_
477477

478478
## `sf org disable tracking`
479479

@@ -512,7 +512,7 @@ EXAMPLES
512512
$ sf org disable tracking
513513
```
514514

515-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/disable/tracking.ts)_
515+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/disable/tracking.ts)_
516516

517517
## `sf org display`
518518

@@ -557,7 +557,7 @@ EXAMPLES
557557
$ sf org display --target-org TestOrg1 --verbose
558558
```
559559

560-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/display.ts)_
560+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/display.ts)_
561561

562562
## `sf org enable tracking`
563563

@@ -599,7 +599,7 @@ EXAMPLES
599599
$ sf org enable tracking
600600
```
601601

602-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/enable/tracking.ts)_
602+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/enable/tracking.ts)_
603603

604604
## `sf org list`
605605

@@ -638,7 +638,7 @@ EXAMPLES
638638
$ sf org list --clean
639639
```
640640

641-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/list.ts)_
641+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/list.ts)_
642642

643643
## `sf org list metadata`
644644

@@ -705,7 +705,7 @@ FLAG DESCRIPTIONS
705705
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
706706
```
707707

708-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/list/metadata.ts)_
708+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/list/metadata.ts)_
709709

710710
## `sf org list metadata-types`
711711

@@ -760,7 +760,7 @@ FLAG DESCRIPTIONS
760760
Override the api version used for api requests made by this command
761761
```
762762

763-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/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.18/src/commands/org/list/metadata-types.ts)_
764764

765765
## `sf org open`
766766

@@ -832,7 +832,7 @@ EXAMPLES
832832
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
833833
```
834834

835-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/open.ts)_
835+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/open.ts)_
836836

837837
## `sf org refresh sandbox`
838838

@@ -885,7 +885,9 @@ EXAMPLES
885885
$ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
886886
887887
FLAG DESCRIPTIONS
888-
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
888+
-f, --definition-file=<value>
889+
890+
Path to a sandbox definition file for overriding its configuration when you refresh it.
889891
890892
The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
891893
a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
@@ -909,7 +911,7 @@ FLAG DESCRIPTIONS
909911
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
910912
```
911913

912-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/refresh/sandbox.ts)_
914+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/refresh/sandbox.ts)_
913915

914916
## `sf org resume sandbox`
915917

@@ -972,7 +974,7 @@ FLAG DESCRIPTIONS
972974
returns the job ID. To resume checking the sandbox creation, rerun this command.
973975
```
974976

975-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/resume/sandbox.ts)_
977+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/resume/sandbox.ts)_
976978

977979
## `sf org resume scratch`
978980

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

1022-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.17/src/commands/org/resume/scratch.ts)_
1024+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/resume/scratch.ts)_
10231025

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

0 commit comments

Comments
 (0)