Skip to content

Commit 7a45b3b

Browse files
committed
chore(release): 5.9.23 [skip ci]
1 parent 7b48f81 commit 7a45b3b

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.9.23](https://github.com/salesforcecli/plugin-org/compare/5.9.22...5.9.23) (2025-08-17)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/source-deploy-retrieve ([9fa10e6](https://github.com/salesforcecli/plugin-org/commit/9fa10e691b0f32646d6ff30512003e5da12dd5b6))
6+
17
## [5.9.22](https://github.com/salesforcecli/plugin-org/compare/5.9.21...5.9.22) (2025-08-11)
28

39
### Bug Fixes

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ FLAG DESCRIPTIONS
247247
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
248248
```
249249

250-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/create/sandbox.ts)_
250+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/create/sandbox.ts)_
251251

252252
## `sf org create scratch`
253253

@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
429429
Omit this flag to have Salesforce generate a unique username for your org.
430430
```
431431

432-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/create/scratch.ts)_
432+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/create/scratch.ts)_
433433

434434
## `sf org delete sandbox`
435435

@@ -475,7 +475,7 @@ EXAMPLES
475475
$ sf org delete sandbox --target-org my-sandbox --no-prompt
476476
```
477477

478-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/delete/sandbox.ts)_
478+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/delete/sandbox.ts)_
479479

480480
## `sf org delete scratch`
481481

@@ -519,7 +519,7 @@ EXAMPLES
519519
$ sf org delete scratch --target-org my-scratch-org --no-prompt
520520
```
521521

522-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/delete/scratch.ts)_
522+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/delete/scratch.ts)_
523523

524524
## `sf org disable tracking`
525525

@@ -558,7 +558,7 @@ EXAMPLES
558558
$ sf org disable tracking
559559
```
560560

561-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/disable/tracking.ts)_
561+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/disable/tracking.ts)_
562562

563563
## `sf org display`
564564

@@ -603,7 +603,7 @@ EXAMPLES
603603
$ sf org display --target-org TestOrg1 --verbose
604604
```
605605

606-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/display.ts)_
606+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/display.ts)_
607607

608608
## `sf org enable tracking`
609609

@@ -645,7 +645,7 @@ EXAMPLES
645645
$ sf org enable tracking
646646
```
647647

648-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/enable/tracking.ts)_
648+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/enable/tracking.ts)_
649649

650650
## `sf org list`
651651

@@ -684,7 +684,7 @@ EXAMPLES
684684
$ sf org list --clean
685685
```
686686

687-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/list.ts)_
687+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/list.ts)_
688688

689689
## `sf org list metadata`
690690

@@ -751,7 +751,7 @@ FLAG DESCRIPTIONS
751751
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
752752
```
753753

754-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/list/metadata.ts)_
754+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/list/metadata.ts)_
755755

756756
## `sf org list metadata-types`
757757

@@ -806,7 +806,7 @@ FLAG DESCRIPTIONS
806806
Override the api version used for api requests made by this command
807807
```
808808

809-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/list/metadata-types.ts)_
809+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/list/metadata-types.ts)_
810810

811811
## `sf org open`
812812

@@ -882,7 +882,7 @@ EXAMPLES
882882
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
883883
```
884884

885-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/open.ts)_
885+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/open.ts)_
886886

887887
## `sf org open agent`
888888

@@ -933,7 +933,7 @@ EXAMPLES
933933
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
934934
```
935935

936-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/open/agent.ts)_
936+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/open/agent.ts)_
937937

938938
## `sf org refresh sandbox`
939939

@@ -1036,7 +1036,7 @@ FLAG DESCRIPTIONS
10361036
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
10371037
```
10381038

1039-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/refresh/sandbox.ts)_
1039+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/refresh/sandbox.ts)_
10401040

10411041
## `sf org resume sandbox`
10421042

@@ -1099,7 +1099,7 @@ FLAG DESCRIPTIONS
10991099
returns the job ID. To resume checking the sandbox creation, rerun this command.
11001100
```
11011101

1102-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/resume/sandbox.ts)_
1102+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/resume/sandbox.ts)_
11031103

11041104
## `sf org resume scratch`
11051105

@@ -1152,6 +1152,6 @@ FLAG DESCRIPTIONS
11521152
returns the job ID. To resume checking the scratch creation, rerun this command.
11531153
```
11541154

1155-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.22/src/commands/org/resume/scratch.ts)_
1155+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.23/src/commands/org/resume/scratch.ts)_
11561156

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

0 commit comments

Comments
 (0)