Skip to content

Commit

Permalink
update readme with callout heading
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed May 5, 2024
1 parent c57601c commit 7ef592a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ Nothing else to it I'm afraid.
2. I wanted to make this `helm template` drop in replacement. You should be able to just switch `template` for `watch` with filter arguments for this to work. I didn't go with this idea since then either I'd have to import the cmd (`cobra.Command`) for `template` which I don't even think is exported, or copy it, or somehow track boolean and non boolean arguments. Pain is, there is no specific flags for release name and chart path. They are positional. Without knowing which ones are boolean flags which ones aren't, I can't skip them and grab just the name and chart. Maybe there is a better way that my stupid self did not think of. But I did not entertain this idea any more than 10 seconds because of the reasons mentioned.
3. Label selectors, for sure I'd love.
## Please read before contributing
Feel free to contribute any other ideas you might have. I don't expect this tool to become **wow-that-big-thing**, it's just a script in Go. Anything that is helpful to some is a win, as long as it's (idea or implementation) not objectively bad. I *might* impose some opinionated review changes on code style, please don't take it as a dig at your skill or anything. Mostly, it's my stubbornness, and the fact that I *do* have some say here.

0 comments on commit 7ef592a

Please sign in to comment.