Skip to content

Commit

Permalink
Unhide deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 8, 2025
1 parent ae4ca91 commit 402fdc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/eas-cli/src/commands/worker/alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ interface RawDeployAliasFlags {
export default class WorkerAlias extends EasCommand {
static override description = 'Assign deployment aliases';
static override aliases = ['deploy:alias', 'deploy:promote'];

// TODO(@kitten): Keep command hidden until worker deployments are live
static override hidden = true;
static override state = 'beta';

static override flags = {
Expand Down
3 changes: 0 additions & 3 deletions packages/eas-cli/src/commands/worker/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export default class WorkerDeploy extends EasCommand {
static override description = 'Deploy your Expo web build';
static override aliases = ['deploy'];
static override usage = [chalk`deploy {dim [options]}`, `deploy --prod`];

// TODO(@kitten): Keep command hidden until worker deployments are live
static override hidden = true;
static override state = 'beta';

static override flags = {
Expand Down

0 comments on commit 402fdc3

Please sign in to comment.