Skip to content

Commit

Permalink
feat: rename dev to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafilor committed Jan 11, 2021
1 parent d83fdb1 commit 247ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ var applyCmd = &cobra.Command{

func init() {
rootCmd.AddCommand(applyCmd)
applyCmd.Flags().BoolVarP(&Dev, "dev", "", false, "Sets conditions to allow development testing.")
applyCmd.Flags().BoolVarP(&Dev, "latest", "", false, "Sets conditions to allow development/latest testing.")
}

func getPodInfo(podName string, podNamespace string) (res string, errMessage string, err error) {
Expand Down

0 comments on commit 247ca4c

Please sign in to comment.