Skip to content

Commit

Permalink
feat: don't require project
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 16, 2022
1 parent 23e0c8e commit a6ec3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/force/package1/beta/version/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class Package1VersionDisplayCommand extends SfdxCommand {
public static readonly description = messages.getMessage('description');
public static readonly help = messages.getMessage('help');
public static readonly requiresUsername = true;
public static readonly requiresProject = true;
public static readonly flagsConfig: FlagsConfig = {
packageversionid: flags.id({
char: 'i',
Expand Down

0 comments on commit a6ec3bf

Please sign in to comment.