We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a1fb0 commit 603ec0cCopy full SHA for 603ec0c
src/commands/force/org/create.ts
@@ -48,7 +48,7 @@ export class Create extends SfdxCommand {
48
public static readonly supportsDevhubUsername = true;
49
public static readonly supportsUsername = true;
50
public static readonly varargs = true;
51
- public static readonly aliases = ['org:beta:create'];
+ public static readonly aliases = ['force:org:beta:create'];
52
public static readonly flagsConfig: FlagsConfig = {
53
type: flags.enum({
54
char: 't',
0 commit comments