We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08d086 commit c59a66cCopy full SHA for c59a66c
README.md
@@ -80,6 +80,7 @@ Flags:
80
-o, --owner string GitHub username or organization
81
-p, --package-path string Path to directory with chart packages (default ".cr-release-packages")
82
--release-name-template string Go template for computing release names, using chart metadata (default "{{ .Name }}-{{ .Version }}")
83
+ --skip-existing Skip upload if release exists
84
-t, --token string GitHub Auth Token
85
86
Global Flags:
@@ -144,6 +145,7 @@ The following example show various ways of configuring the same thing:
144
145
export CR_TOKEN="123456789"
146
export CR_GIT_BASE_URL="https://api.github.com/"
147
export CR_GIT_UPLOAD_URL="https://uploads.github.com/"
148
+ export CR_SKIP_EXISTING=true
149
150
cr upload
151
0 commit comments