Skip to content

Commit

Permalink
Mark init and upgrade apply as deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Oct 20, 2023
1 parent c625a7c commit a419aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/internal/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func NewInitCmd() *cobra.Command {
cmd.Flags().Duration("timeout", time.Hour, "")
return runApply(cmd, args)
},
Deprecated: "use 'constellation apply' instead.",
}
cmd.Flags().Bool("conformance", false, "enable conformance mode")
cmd.Flags().Bool("skip-helm-wait", false, "install helm charts without waiting for deployments to be ready")
Expand Down
1 change: 1 addition & 0 deletions cli/internal/cmd/upgradeapply.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func newUpgradeApplyCmd() *cobra.Command {
cmd.Flags().Bool("merge-kubeconfig", false, "")
return runApply(cmd, args)
},
Deprecated: "use 'constellation apply' instead.",
}

cmd.Flags().BoolP("yes", "y", false, "run upgrades without further confirmation\n"+
Expand Down

0 comments on commit a419aec

Please sign in to comment.