Skip to content

Commit e916584

Browse files
committed
feat: add apiVersion
1 parent f38bcf8 commit e916584

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/commands/org/display.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class OrgDisplayCommand extends SfCommand<OrgDisplayReturn> {
6464
devHubId: fields.devHubUsername,
6565

6666
// copied properties
67+
apiVersion: fields.instanceApiVersion,
6768
accessToken: fields.accessToken,
6869
instanceUrl: fields.instanceUrl,
6970
username: fields.username,

src/shared/orgTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export type OrgDisplayReturn = Partial<ScratchOrgFields> & {
1414
accessToken: string;
1515
instanceUrl: string;
1616
clientId: string;
17+
apiVersion?: string;
1718

1819
alias?: string;
1920
password?: string;

0 commit comments

Comments
 (0)