Skip to content

Commit be7e55f

Browse files
committed
chore(release): 4.7.0 [skip ci]
1 parent 1232d27 commit be7e55f

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [4.7.0](https://github.com/salesforcecli/plugin-org/compare/4.6.3...4.7.0) (2024-10-16)
2+
3+
### Bug Fixes
4+
5+
- change Bot to Agent ([c8fe7e0](https://github.com/salesforcecli/plugin-org/commit/c8fe7e05c1f002de38ff97cd9345e4219fc83ed1))
6+
- update command help ([27c2f5b](https://github.com/salesforcecli/plugin-org/commit/27c2f5bcb49ea4244ed7fa053b2aa87193da9b4a))
7+
8+
### Features
9+
10+
- open bot via source file ([208bc39](https://github.com/salesforcecli/plugin-org/commit/208bc394d0f36ea89f26f8afb8fce18b7c74871c))
11+
112
## [4.6.3](https://github.com/salesforcecli/plugin-org/compare/4.6.3-beta.3...4.6.3) (2024-10-15)
213

314
## [4.6.3-beta.3](https://github.com/salesforcecli/plugin-org/compare/4.6.3-dev.2...4.6.3-beta.3) (2024-10-15)

README.md

Lines changed: 21 additions & 17 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.6.3/src/commands/org/create/sandbox.ts)_
232+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/create/scratch.ts)_
386+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/delete/sandbox.ts)_
432+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/delete/scratch.ts)_
476+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/disable/tracking.ts)_
515+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/display.ts)_
560+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/enable/tracking.ts)_
602+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/list.ts)_
641+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/src/commands/org/list/metadata.ts)_
708+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/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.6.3/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.7.0/src/commands/org/list/metadata-types.ts)_
764764

765765
## `sf org open`
766766

@@ -774,7 +774,7 @@ USAGE
774774
FLAGS
775775
-b, --browser=<option> Browser where the org opens.
776776
<options: chrome|edge|firefox>
777-
-f, --source-file=<value> Path to an ApexPage or FlexiPage to open in Lightning App Builder.
777+
-f, --source-file=<value> Path to ApexPage, FlexiPage, Flow, or Agent metadata to open in the associated Builder.
778778
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
779779
configuration variable is already set.
780780
-p, --path=<value> Navigation URL path to open a specific page.
@@ -793,8 +793,8 @@ DESCRIPTION
793793
the --path flag. For example, specify "--path lightning" to open Lightning Experience, or specify "--path
794794
/apex/YourPage" to open a Visualforce page.
795795
796-
Use the --source-file to open a Lightning Page from your local project in Lightning App Builder. Lightning page files
797-
have the suffix .flexipage-meta.xml, and are stored in the "flexipages" directory.
796+
Use the --source-file flag to open ApexPage, FlexiPage, Flow, or Agent metadata from your local project in the
797+
associated Builder within the Org.
798798
799799
To generate a URL but not launch it in your browser, specify --url-only.
800800
@@ -830,9 +830,13 @@ EXAMPLES
830830
Open a local Flow in Flow Builder:
831831
832832
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
833+
834+
Open local Agent metadata (Bot) in Agent Builder:
835+
836+
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
833837
```
834838

835-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.6.3/src/commands/org/open.ts)_
839+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/open.ts)_
836840

837841
## `sf org refresh sandbox`
838842

@@ -909,7 +913,7 @@ FLAG DESCRIPTIONS
909913
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
910914
```
911915

912-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.6.3/src/commands/org/refresh/sandbox.ts)_
916+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/refresh/sandbox.ts)_
913917

914918
## `sf org resume sandbox`
915919

@@ -972,7 +976,7 @@ FLAG DESCRIPTIONS
972976
returns the job ID. To resume checking the sandbox creation, rerun this command.
973977
```
974978

975-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.6.3/src/commands/org/resume/sandbox.ts)_
979+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/resume/sandbox.ts)_
976980

977981
## `sf org resume scratch`
978982

@@ -1019,6 +1023,6 @@ FLAG DESCRIPTIONS
10191023
The job ID is valid for 24 hours after you start the scratch org creation.
10201024
```
10211025

1022-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.6.3/src/commands/org/resume/scratch.ts)_
1026+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/resume/scratch.ts)_
10231027

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

0 commit comments

Comments
 (0)