Skip to content

Commit

Permalink
[eas-cli] Drop non-interactive flag in metadata command
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jun 4, 2022
1 parent 275c79b commit 0086f52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/eas-cli/src/commands/metadata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export default class Metadata extends EasCommand {
description:
'Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.',
}),
'non-interactive': Flags.boolean({
default: false,
description: 'Run command in non-interactive mode',
}),
};

static args = [];
Expand Down

0 comments on commit 0086f52

Please sign in to comment.