Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--help does not work #85

Closed
systay opened this issue Mar 26, 2024 · 2 comments
Closed

--help does not work #85

systay opened this issue Mar 26, 2024 · 2 comments

Comments

@systay
Copy link
Contributor

systay commented Mar 26, 2024

> vitess-releaser --help                                                                                                                                                                                                                                                                                                     

panic: pflag: help requested

goroutine 1 [running]:
vitess.io/vitess-releaser/go/cmd.Execute()
        /Users/systay/dev/vitess-releaser/go/cmd/cmd.go:72 +0x370
main.main()
        /Users/systay/dev/vitess-releaser/go/vitess-releaser.go:24 +0x1c
@frouioui
Copy link
Member

@systay is this issue still up to date?

$ go install ./go/vitess-releaser.go       
$ vitess-releaser --help                                                                                                                                                                                          
Tooling used to release new versions of Vitess

Usage:
  vitess-releaser [flags]

Flags:
  -d, --date string           Date of the release with the format: YYYY-MM-DD. Required when initiating a release.
  -h, --help                  Displays this help.
      --live                  If live is true, will run against vitessio/vitess and planetscale/vitess-operator. Otherwise everything is done against your own forks.
      --rc int                Define the release as an RC release, value is used to determine the number of the RC.
  -r, --release string        Number of the major release on which we want to create a new release.
      --vtop-release string   Number of the major and minor release on which we want to create a new release, i.e. '2.11', leave empty for no vtop release.

@frouioui
Copy link
Member

Closing for now, feel free to re-open if you can reproduce the error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants