Skip to content

Commit 3d220ab

Browse files
committed
fix: no devhub on display
1 parent 62eb6eb commit 3d220ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

command-snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"command": "force:org:display",
44
"plugin": "@salesforce/plugin-org",
5-
"flags": ["apiversion", "json", "loglevel", "targetdevhubusername", "targetusername", "verbose"]
5+
"flags": ["apiversion", "json", "loglevel", "targetusername", "verbose"]
66
},
77
{
88
"command": "force:org:list",

src/commands/force/org/display.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class OrgDisplayCommand extends SfdxCommand {
2121
public static readonly description = messages.getMessage('description');
2222
public static readonly examples = messages.getMessage('examples').split(os.EOL);
2323
public static readonly requiresUsername = true;
24-
public static readonly supportsDevhubUsername = true; // required to check scratch orgs for scratchiness
2524
public static readonly flagsConfig: FlagsConfig = {
2625
verbose: flags.builtin(),
2726
};

0 commit comments

Comments
 (0)