Remove the "check" command

Closes #9454
This commit is contained in:
Joe Mooring 2022-02-01 15:04:03 -08:00 committed by Bjørn Erik Pedersen
parent 3036d0ac9a
commit 54f8d8a70a
5 changed files with 0 additions and 155 deletions

View file

@ -48,7 +48,6 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
newVersionCmd(),
newEnvCmd(),
b.newConfigCmd(),
newCheckCmd(),
b.newDeployCmd(),
b.newConvertCmd(),
b.newNewCmd(),