Daniel Helfand
Daniel Helfand
I can confirm what @gabipetrovay is reporting. I was unable to get zsh completion working using the instructions from the completion command. I needed to add `compdef _kubectl-argo-rollouts kubectl-argo-rollouts` to...
> > I needed to add compdef _kubectl-argo-rollouts kubectl-argo-rollouts to my ~/.zshrc to get everything working > > Sourcing the zsh completion script is not supported out of the box...
Seems workflows has doc generation based on swagger/scripting. Maybe something similar could be done here. https://github.com/argoproj/argo-workflows/blob/64a2b28a5fb51b50fe0e0a30185a8c3400d10548/Makefile#L596
Thanks for opening this @fungiboletus! Agreed that the sample app should be connected to redis and work as expected. We could use the kubernetes/example manifest shown [here](https://github.com/kubernetes/examples/blob/master/guestbook/all-in-one/guestbook-all-in-one.yaml). Unfortunately, the app...
@jamesdesmond If you are looking for a working guestbook app synced by Argo CD, you could use the following repo/commands: ``` argocd app create guestbook --repo https://github.com/danielhelfand/examples --path guestbook/all-in-one --directory-include...
> Not sure if we should implement this command as it might have devastating consequences if ran on accident. Sure, I think being more cautious makes sense. There could be...
> When you say diff compares the input against that exist in Kubernetes API, are you referring to the kapp original annotation? In reading @pivotal-dean's original message, I am assuming...
I think my thought is the more common use case of running the root command by itself would be to see the help information of the cli, and it would...
Not sure if there are other considerations beyond updating goreleaser and the homebrew tap.
Multiple Chocolatey packages should all be able to exist under a single GitHub repository. The main artifact produced is the nupkg, which can be generated within subfolders (each tool could...