Skip to content

Commit 5d1094e

Browse files
committed
chore: dedupe
2 parents 5627558 + c5a956c commit 5d1094e

File tree

7 files changed

+121
-68
lines changed

7 files changed

+121
-68
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## [5.8.5](https://github.com/salesforcecli/plugin-org/compare/5.8.4...5.8.5) (2025-06-22)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/source-deploy-retrieve ([011e24a](https://github.com/salesforcecli/plugin-org/commit/011e24a7b65b6a76fc2d4adf04d5dfe4f2ea72b8))
6+
7+
## [5.8.4](https://github.com/salesforcecli/plugin-org/compare/5.8.3...5.8.4) (2025-06-22)
8+
9+
### Bug Fixes
10+
11+
- **deps:** bump @oclif/core from 4.3.3 to 4.4.0 ([cc0ef2a](https://github.com/salesforcecli/plugin-org/commit/cc0ef2a1f33b913627849a1119ea5412ad4009ce))
12+
13+
## [5.8.3](https://github.com/salesforcecli/plugin-org/compare/5.8.2...5.8.3) (2025-06-15)
14+
15+
### Bug Fixes
16+
17+
- **deps:** bump @oclif/core from 4.3.2 to 4.3.3 ([5e87675](https://github.com/salesforcecli/plugin-org/commit/5e876753e661d9bc77680e0dcd379ac79f3055a6))
18+
19+
## [5.8.2](https://github.com/salesforcecli/plugin-org/compare/5.8.1...5.8.2) (2025-06-15)
20+
21+
### Bug Fixes
22+
23+
- **deps:** bump @oclif/multi-stage-output from 0.8.13 to 0.8.14 ([f5d00c5](https://github.com/salesforcecli/plugin-org/commit/f5d00c575b752d89347abd2f71eb9a797d3d1ff5))
24+
25+
## [5.8.1](https://github.com/salesforcecli/plugin-org/compare/5.8.0...5.8.1) (2025-06-15)
26+
27+
### Bug Fixes
28+
29+
- **deps:** bump @salesforce/source-deploy-retrieve ([b7d29c9](https://github.com/salesforcecli/plugin-org/commit/b7d29c956a37266e33d6906627e9b3c05b3bae50))
30+
31+
# [5.8.0](https://github.com/salesforcecli/plugin-org/compare/5.7.14...5.8.0) (2025-06-12)
32+
33+
### Features
34+
35+
- show client apps W-18394868 ([#1444](https://github.com/salesforcecli/plugin-org/issues/1444)) ([9db9b3b](https://github.com/salesforcecli/plugin-org/commit/9db9b3b51845a4832354a6eafbf357ff2806cebc))
36+
37+
## [5.7.14](https://github.com/salesforcecli/plugin-org/compare/5.7.13...5.7.14) (2025-06-08)
38+
39+
### Bug Fixes
40+
41+
- **deps:** bump @salesforce/core from 8.11.4 to 8.12.0 ([fead61f](https://github.com/salesforcecli/plugin-org/commit/fead61fe244192655c0f2000ac3c76f861a2ac9f))
42+
43+
## [5.7.13](https://github.com/salesforcecli/plugin-org/compare/5.7.12...5.7.13) (2025-06-01)
44+
45+
### Bug Fixes
46+
47+
- **deps:** bump @salesforce/core from 8.11.2 to 8.11.4 ([d456264](https://github.com/salesforcecli/plugin-org/commit/d456264dec6d5d224ce07d0ea371e28e7dc940d7))
48+
149
## [5.7.12](https://github.com/salesforcecli/plugin-org/compare/5.7.11...5.7.12) (2025-05-25)
250

351
### Bug Fixes

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.7.12/src/commands/org/create/sandbox.ts)_
245+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/create/sandbox.ts)_
246246

247247
## `sf org create scratch`
248248

@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
424424
Omit this flag to have Salesforce generate a unique username for your org.
425425
```
426426

427-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/create/scratch.ts)_
427+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/create/scratch.ts)_
428428

429429
## `sf org delete sandbox`
430430

@@ -470,7 +470,7 @@ EXAMPLES
470470
$ sf org delete sandbox --target-org my-sandbox --no-prompt
471471
```
472472

473-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/delete/sandbox.ts)_
473+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/delete/sandbox.ts)_
474474

475475
## `sf org delete scratch`
476476

@@ -514,7 +514,7 @@ EXAMPLES
514514
$ sf org delete scratch --target-org my-scratch-org --no-prompt
515515
```
516516

517-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/delete/scratch.ts)_
517+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/delete/scratch.ts)_
518518

519519
## `sf org disable tracking`
520520

@@ -553,7 +553,7 @@ EXAMPLES
553553
$ sf org disable tracking
554554
```
555555

556-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/disable/tracking.ts)_
556+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/disable/tracking.ts)_
557557

558558
## `sf org display`
559559

@@ -598,7 +598,7 @@ EXAMPLES
598598
$ sf org display --target-org TestOrg1 --verbose
599599
```
600600

601-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/display.ts)_
601+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/display.ts)_
602602

603603
## `sf org enable tracking`
604604

@@ -640,7 +640,7 @@ EXAMPLES
640640
$ sf org enable tracking
641641
```
642642

643-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/enable/tracking.ts)_
643+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/enable/tracking.ts)_
644644

645645
## `sf org list`
646646

@@ -679,7 +679,7 @@ EXAMPLES
679679
$ sf org list --clean
680680
```
681681

682-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/list.ts)_
682+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list.ts)_
683683

684684
## `sf org list metadata`
685685

@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
746746
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
747747
```
748748

749-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/list/metadata.ts)_
749+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list/metadata.ts)_
750750

751751
## `sf org list metadata-types`
752752

@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
801801
Override the api version used for api requests made by this command
802802
```
803803

804-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/list/metadata-types.ts)_
804+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list/metadata-types.ts)_
805805

806806
## `sf org open`
807807

@@ -877,7 +877,7 @@ EXAMPLES
877877
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
878878
```
879879

880-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/open.ts)_
880+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/open.ts)_
881881

882882
## `sf org open agent`
883883

@@ -928,7 +928,7 @@ EXAMPLES
928928
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
929929
```
930930

931-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/open/agent.ts)_
931+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/open/agent.ts)_
932932

933933
## `sf org refresh sandbox`
934934

@@ -1031,7 +1031,7 @@ FLAG DESCRIPTIONS
10311031
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
10321032
```
10331033

1034-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/refresh/sandbox.ts)_
1034+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/refresh/sandbox.ts)_
10351035

10361036
## `sf org resume sandbox`
10371037

@@ -1094,7 +1094,7 @@ FLAG DESCRIPTIONS
10941094
returns the job ID. To resume checking the sandbox creation, rerun this command.
10951095
```
10961096

1097-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/resume/sandbox.ts)_
1097+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/resume/sandbox.ts)_
10981098

10991099
## `sf org resume scratch`
11001100

@@ -1147,6 +1147,6 @@ FLAG DESCRIPTIONS
11471147
returns the job ID. To resume checking the scratch creation, rerun this command.
11481148
```
11491149

1150-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.12/src/commands/org/resume/scratch.ts)_
1150+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/resume/scratch.ts)_
11511151

11521152
<!-- commandsstop -->

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "5.7.12",
4+
"version": "5.8.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.3.0",
9-
"@oclif/multi-stage-output": "^0.8.13",
8+
"@oclif/core": "^4.4.0",
9+
"@oclif/multi-stage-output": "^0.8.14",
1010
"@salesforce/core": "^8.15.0",
1111
"@salesforce/kit": "^3.2.3",
1212
"@salesforce/sf-plugins-core": "^12.2.2",
13-
"@salesforce/source-deploy-retrieve": "^12.19.7",
13+
"@salesforce/source-deploy-retrieve": "^12.20.1",
1414
"@salesforce/ts-types": "^2.0.12",
1515
"ansis": "^3.16.0",
1616
"change-case": "^5.4.4",
@@ -19,14 +19,14 @@
1919
"terminal-link": "^3.0.0"
2020
},
2121
"devDependencies": {
22-
"@oclif/plugin-command-snapshot": "^5.2.40",
22+
"@oclif/plugin-command-snapshot": "^5.3.1",
2323
"@salesforce/cli-plugins-testkit": "^5.3.39",
2424
"@salesforce/dev-scripts": "^11.0.2",
25-
"@salesforce/plugin-command-reference": "^3.1.54",
25+
"@salesforce/plugin-command-reference": "^3.1.58",
2626
"@salesforce/ts-sinon": "^1.4.30",
27-
"eslint-plugin-sf-plugin": "^1.20.24",
27+
"eslint-plugin-sf-plugin": "^1.20.26",
2828
"moment": "^2.30.1",
29-
"oclif": "^4.17.46",
29+
"oclif": "^4.18.1",
3030
"ts-node": "^10.9.2",
3131
"typescript": "^5.8.3"
3232
},

schemas/org-display.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"sfdxAuthUrl": {
3737
"type": "string"
3838
},
39+
"clientApps": {
40+
"type": "string"
41+
},
3942
"createdBy": {
4043
"type": "string"
4144
},

src/commands/org/display.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export class OrgDisplayCommand extends SfCommand<OrgDisplayReturn> {
7878
: await OrgListUtil.determineConnectedStatusForNonScratchOrg(fields.username),
7979
sfdxAuthUrl: flags.verbose && fields.refreshToken ? authInfo.getSfdxAuthUrl() : undefined,
8080
alias: await getAliasByUsername(fields.username),
81+
clientApps: fields.clientApps ? Object.keys(fields.clientApps).join(',') : undefined,
8182
};
8283
this.warn(sharedMessages.getMessage('SecurityWarning'));
8384
this.print(returnValue);

src/shared/orgTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type OrgDisplayReturn = Partial<ScratchOrgFields> & {
2121
// non-scratch orgs
2222
connectedStatus?: string;
2323
sfdxAuthUrl?: string;
24+
clientApps?: string;
2425
};
2526

2627
export type OrgOpenOutput = {

0 commit comments

Comments
 (0)