Skip to content

Commit

Permalink
Corrected commit-id option description
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Oct 18, 2023
1 parent 6eb1b34 commit d40facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/createDeployPipelineJob.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func init() {
createDeployPipelineJobCmd.Flags().StringP("environment", "e", "", "Target environment to deploy in ('prod', 'dev', 'playground')")
createDeployPipelineJobCmd.Flags().StringP("user", "u", "", "The user who triggered the deploy")
createDeployPipelineJobCmd.Flags().StringToStringP("image-tag-name", "t", map[string]string{}, "Image tag name for a component: component-name=tag-name. Multiple pairs can be specified.")
createDeployPipelineJobCmd.Flags().StringP("commitID", "i", "", "Commit id")
createDeployPipelineJobCmd.Flags().StringP("commitID", "i", "", "An optional 40 character commit id to tag the new pipeline job")
createDeployPipelineJobCmd.Flags().BoolP("follow", "f", false, "Follow deploy")
setContextSpecificPersistentFlags(createDeployPipelineJobCmd)
}

0 comments on commit d40facf

Please sign in to comment.