Skip to content

Commit 06620d7

Browse files
committed
chore(release): 5.2.15 [skip ci]
1 parent 6701db0 commit 06620d7

File tree

4 files changed

+23
-17
lines changed

4 files changed

+23
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.2.15](https://github.com/salesforcecli/plugin-org/compare/5.2.14...5.2.15) (2025-01-05)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump ansis from 3.4.0 to 3.5.2 ([0d3c727](https://github.com/salesforcecli/plugin-org/commit/0d3c727709512d2bbb42b5ee5c9d9a12997043c4))
6+
17
## [5.2.14](https://github.com/salesforcecli/plugin-org/compare/5.2.13...5.2.14) (2024-12-29)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

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

245-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/sandbox.ts)_
245+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/create/sandbox.ts)_
246246

247247
## `sf org create scratch`
248248

@@ -396,7 +396,7 @@ FLAG DESCRIPTIONS
396396
Omit this flag to have Salesforce generate a unique username for your org.
397397
```
398398

399-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/scratch.ts)_
399+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/create/scratch.ts)_
400400

401401
## `sf org delete sandbox`
402402

@@ -442,7 +442,7 @@ EXAMPLES
442442
$ sf org delete sandbox --target-org my-sandbox --no-prompt
443443
```
444444

445-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/sandbox.ts)_
445+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/delete/sandbox.ts)_
446446

447447
## `sf org delete scratch`
448448

@@ -486,7 +486,7 @@ EXAMPLES
486486
$ sf org delete scratch --target-org my-scratch-org --no-prompt
487487
```
488488

489-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/scratch.ts)_
489+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/delete/scratch.ts)_
490490

491491
## `sf org disable tracking`
492492

@@ -525,7 +525,7 @@ EXAMPLES
525525
$ sf org disable tracking
526526
```
527527

528-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/disable/tracking.ts)_
528+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/disable/tracking.ts)_
529529

530530
## `sf org display`
531531

@@ -570,7 +570,7 @@ EXAMPLES
570570
$ sf org display --target-org TestOrg1 --verbose
571571
```
572572

573-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/display.ts)_
573+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/display.ts)_
574574

575575
## `sf org enable tracking`
576576

@@ -612,7 +612,7 @@ EXAMPLES
612612
$ sf org enable tracking
613613
```
614614

615-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/enable/tracking.ts)_
615+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/enable/tracking.ts)_
616616

617617
## `sf org list`
618618

@@ -651,7 +651,7 @@ EXAMPLES
651651
$ sf org list --clean
652652
```
653653

654-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list.ts)_
654+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/list.ts)_
655655

656656
## `sf org list metadata`
657657

@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
718718
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
719719
```
720720

721-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata.ts)_
721+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/list/metadata.ts)_
722722

723723
## `sf org list metadata-types`
724724

@@ -773,7 +773,7 @@ FLAG DESCRIPTIONS
773773
Override the api version used for api requests made by this command
774774
```
775775

776-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata-types.ts)_
776+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/list/metadata-types.ts)_
777777

778778
## `sf org open`
779779

@@ -849,7 +849,7 @@ EXAMPLES
849849
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
850850
```
851851

852-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open.ts)_
852+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/open.ts)_
853853

854854
## `sf org open agent`
855855

@@ -900,7 +900,7 @@ EXAMPLES
900900
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
901901
```
902902

903-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open/agent.ts)_
903+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/open/agent.ts)_
904904

905905
## `sf org refresh sandbox`
906906

@@ -977,7 +977,7 @@ FLAG DESCRIPTIONS
977977
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
978978
```
979979

980-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/refresh/sandbox.ts)_
980+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/refresh/sandbox.ts)_
981981

982982
## `sf org resume sandbox`
983983

@@ -1040,7 +1040,7 @@ FLAG DESCRIPTIONS
10401040
returns the job ID. To resume checking the sandbox creation, rerun this command.
10411041
```
10421042

1043-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/sandbox.ts)_
1043+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/resume/sandbox.ts)_
10441044

10451045
## `sf org resume scratch`
10461046

@@ -1087,6 +1087,6 @@ FLAG DESCRIPTIONS
10871087
The job ID is valid for 24 hours after you start the scratch org creation.
10881088
```
10891089

1090-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/scratch.ts)_
1090+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.15/src/commands/org/resume/scratch.ts)_
10911091

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

0 commit comments

Comments
 (0)