Skip to content

Commit

Permalink
feat: hide pu command
Browse files Browse the repository at this point in the history
  • Loading branch information
btrn11 committed Dec 13, 2024
1 parent 1616eaf commit f46cf25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/package/pushupgrade/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class PackagePushRequestListCommand extends SfCommand<PackagePushRequestL
public static readonly summary = messages.getMessage('summary');
public static readonly description = messages.getMessage('description');
public static readonly examples = messages.getMessages('examples');
public static readonly hidden = true;
public static state = 'beta';
public static readonly aliases = ['force:package:pushupgrade:list'];
public static readonly flags = {
Expand Down

0 comments on commit f46cf25

Please sign in to comment.