FairwindsOps / reckoner

Declaratively install and manage multiple Helm chart releases
https://fairwinds.com
Apache License 2.0
340 stars 33 forks source link

`--log-level` flag is misnamed #688

Closed rbren closed 3 hours ago

rbren commented 4 hours ago

What happened?

Tried to add --log-level=DEBUG per the documentation, but it seems to want --v

What did you expect to happen?

--log-level works

How can we reproduce this?

add --log-level

Version

6.0.0

Search

Code of Conduct

Additional context

Screenshot 2024-10-21 at 2 52 43 PM
rbren commented 4 hours ago

Hmm seems like it wants an int as well, but the docs say DEBUG should work

E1021 18:52:56.049230    1737 root.go:402] invalid argument "DEBUG" for "-v, --v" flag: strconv.ParseInt: parsing "DEBUG": invalid syntax
sudermanjr commented 3 hours ago

Docs need to be updated for Golang version. reckoner --help works fine and indicates correctly