Skip to content

Commit

Permalink
Remove gate from beta commands
Browse files Browse the repository at this point in the history
  • Loading branch information
liashenko committed Dec 21, 2023
1 parent 6dfd32f commit 2cb7806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {CommandClass} from 'clipanion/lib/advanced/Command'

import {version} from './helpers/version'

const BETA_COMMANDS = ['gate', 'sbom', 'dora', 'deployment']
const BETA_COMMANDS = ['sbom', 'dora', 'deployment']

const onError = (err: any) => {
console.log(err)
Expand Down

0 comments on commit 2cb7806

Please sign in to comment.