Skip to content

Commit

Permalink
add missing flags to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
annabarnes1138 committed May 16, 2021
1 parent c5b06f4 commit 60234f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ func init() {
uploadCmd.Flags().StringP("commit", "c", "", "Target commit for release")
uploadCmd.Flags().Bool("skip-existing", false, "Skip upload if release exists")
uploadCmd.Flags().String("release-name-template", "{{ .Name }}-{{ .Version }}", "Go template for computing release names, using chart metadata")
uploadCmd.Flags().String("pages-branch", "gh-pages", "The GitHub pages branch")
uploadCmd.Flags().String("remote", "origin", "The Git remote used when creating a local worktree for the GitHub Pages branch")
uploadCmd.Flags().Bool("packages-with-index", false, "Save a copy of the package files to the GitHub Pages branch")
}

0 comments on commit 60234f2

Please sign in to comment.