Skip to content

Commit

Permalink
Set name argument not required
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedikinci committed May 7, 2022
1 parent b62ae02 commit e467a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cli/cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func init() {
applyCmd.PersistentFlags().StringVarP(&pipelineName, "name", "n", "", "pipeline name")
applyCmd.PersistentFlags().StringVarP(&pipelineFilePath, "filepath", "f", "", "pipeline configuration file path")

applyCmd.MarkPersistentFlagRequired("name")
applyCmd.MarkPersistentFlagRequired("filepath")

rootCmd.AddCommand(applyCmd)
Expand Down

0 comments on commit e467a01

Please sign in to comment.