Skip to content

Commit

Permalink
Put back dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
arttii committed Nov 26, 2020
1 parent ca1bdb1 commit c40bb3f
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 @@ -145,7 +145,7 @@ func init() {
rootCmd.AddCommand(applyCmd)

applyCmd.Flags().BoolP("lint", "l", false, "Lint temlate")

applyCmd.Flags().BoolP("dry-run", "d", false, "Dry Run")
applyCmd.Flags().StringP("namespace", "n", "", "Target namespace")
applyCmd.MarkFlagRequired("namespace")

Expand Down

0 comments on commit c40bb3f

Please sign in to comment.