Skip to content

Commit ae714a8

Browse files
committed
chore(release): 5.9.33-demo.0 [skip ci]
1 parent 953f253 commit ae714a8

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

README.md

Lines changed: 18 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.32/src/commands/org/create/sandbox.ts)_
250+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/create/scratch.ts)_
432+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/delete/sandbox.ts)_
478+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/delete/scratch.ts)_
522+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/disable/tracking.ts)_
561+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/display.ts)_
606+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/enable/tracking.ts)_
648+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/list.ts)_
687+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/src/commands/org/list/metadata.ts)_
754+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/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.32/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.33-demo.0/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.32/src/commands/org/open.ts)_
885+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/open.ts)_
886886

887887
## `sf org open agent`
888888

@@ -919,6 +919,9 @@ DESCRIPTION
919919
To open Agent Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and
920920
"firefox". If you don't specify --browser, the org opens in your default browser.
921921
922+
ALIASES
923+
$ sf org open authoring-bundle
924+
922925
EXAMPLES
923926
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
924927
@@ -933,7 +936,7 @@ EXAMPLES
933936
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
934937
```
935938

936-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/open/agent.ts)_
939+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/open/agent.ts)_
937940

938941
## `sf org refresh sandbox`
939942

@@ -1036,7 +1039,7 @@ FLAG DESCRIPTIONS
10361039
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
10371040
```
10381041

1039-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/refresh/sandbox.ts)_
1042+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/refresh/sandbox.ts)_
10401043

10411044
## `sf org resume sandbox`
10421045

@@ -1099,7 +1102,7 @@ FLAG DESCRIPTIONS
10991102
returns the job ID. To resume checking the sandbox creation, rerun this command.
11001103
```
11011104

1102-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/resume/sandbox.ts)_
1105+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/resume/sandbox.ts)_
11031106

11041107
## `sf org resume scratch`
11051108

@@ -1152,6 +1155,6 @@ FLAG DESCRIPTIONS
11521155
returns the job ID. To resume checking the scratch creation, rerun this command.
11531156
```
11541157

1155-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/resume/scratch.ts)_
1158+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/resume/scratch.ts)_
11561159

11571160
<!-- 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.32",
4+
"version": "5.9.33-demo.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)