We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3784745 commit f094146Copy full SHA for f094146
packages/eas-cli/src/commands/channel/delete.ts
@@ -16,7 +16,6 @@ import { toggleConfirmAsync } from '../../prompts';
16
import { enableJsonOutput, printJsonOnlyOutput } from '../../utils/json';
17
18
export default class ChannelDelete extends EasCommand {
19
- static override hidden = true;
20
static override description = 'Delete a channel';
21
22
static override args = [
0 commit comments