We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f51657 commit 81dfd27Copy full SHA for 81dfd27
internal/boxcli/build.go
internal/boxcli/root.go
@@ -43,7 +43,6 @@ func RootCmd() *cobra.Command {
43
SilenceUsage: true,
44
}
45
command.AddCommand(AddCmd())
46
- command.AddCommand(BuildCmd())
47
command.AddCommand(CloudCmd())
48
command.AddCommand(GenerateCmd())
49
command.AddCommand(globalCmd())
0 commit comments