Skip to content

Commit 81dfd27

Browse files
authored
chore: remove build command (#846)
## Summary `build` command has been deprecated for a long time, so I think it's time to remove it. ## How was it tested?
1 parent 0f51657 commit 81dfd27

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

internal/boxcli/build.go

Lines changed: 0 additions & 31 deletions
This file was deleted.

internal/boxcli/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func RootCmd() *cobra.Command {
4343
SilenceUsage: true,
4444
}
4545
command.AddCommand(AddCmd())
46-
command.AddCommand(BuildCmd())
4746
command.AddCommand(CloudCmd())
4847
command.AddCommand(GenerateCmd())
4948
command.AddCommand(globalCmd())

0 commit comments

Comments
 (0)