Skip to content

Commit

Permalink
Hide command for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman committed Aug 15, 2023
1 parent e41aa03 commit 463ef11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eas-cli/src/commands/update/rollback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import UpdateRollBackToEmbedded from './roll-back-to-embedded';
export default class UpdateRollback extends EasCommand {
static override description = 'roll back to an embedded update or an existing update';

static override hidden = true;

static override flags = {
'private-key-path': Flags.string({
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory.`,
Expand Down

0 comments on commit 463ef11

Please sign in to comment.