Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-420: disable provision command
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kralik committed Sep 12, 2023
1 parent b99b281 commit c9ac346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewRootCmd(l *zap.SugaredLogger) *cobra.Command {
rootCmd.PersistentFlags().Bool("json", false, "Set output type to JSON")

rootCmd.AddCommand(newInstallCmd(l))
rootCmd.AddCommand(newProvisionCmd(l))
// rootCmd.AddCommand(newProvisionCmd(l))
rootCmd.AddCommand(newListCmd(l))
rootCmd.AddCommand(newDeleteCmd(l))

Expand Down

0 comments on commit c9ac346

Please sign in to comment.