@ -67,7 +81,8 @@ var imageUpdateArgs = imageUpdateFlags{}
funcinit(){
flags:=createImageUpdateCmd.Flags()
flags.StringVar(&imageUpdateArgs.gitRepoRef,"git-repo-ref","","the name of a GitRepository resource with details of the upstream Git repository")
flags.StringVar(&imageUpdateArgs.gitRepoName,"git-repo-ref","","the name of a GitRepository resource with details of the upstream Git repository")
flags.StringVar(&imageUpdateArgs.gitRepoNamespace,"git-repo-namespace","","the namespace of the GitRepository resource, defaults to the ImageUpdateAutomation namespace")
flags.StringVar(&imageUpdateArgs.gitRepoPath,"git-repo-path","","path to the directory containing the manifests to be updated, defaults to the repository root")
flags.StringVar(&imageUpdateArgs.checkoutBranch,"checkout-branch","","the branch to checkout")
flags.StringVar(&imageUpdateArgs.pushBranch,"push-branch","","the branch to push commits to, defaults to the checkout branch if not specified")