Skip to content

Commit f094146

Browse files
authored
exposes channel:delete as command (#3150)
1 parent 3784745 commit f094146

File tree

1 file changed

+0
-1
lines changed
  • packages/eas-cli/src/commands/channel

1 file changed

+0
-1
lines changed

packages/eas-cli/src/commands/channel/delete.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { toggleConfirmAsync } from '../../prompts';
1616
import { enableJsonOutput, printJsonOnlyOutput } from '../../utils/json';
1717

1818
export default class ChannelDelete extends EasCommand {
19-
static override hidden = true;
2019
static override description = 'Delete a channel';
2120

2221
static override args = [

0 commit comments

Comments
 (0)