Daniel Helfand

Results 54 issues of Daniel Helfand

Closes #10091 Allow `argocd app delete` command to delete apps having a common label. UX is `argocd app delete -l foo=bar`. Similar to `argocd app sync -l` experience. Note on...

Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a chore. *...

``` The -i flag installs the packages that are dependencies of the target. The -i flag is deprecated. Compiled packages are cached automatically. ``` Checklist: * [ ] Either (a)...

# Summary This was first brought up in #2018. The [Rollout spec documentation ](https://argoproj.github.io/argo-rollouts/features/specification/) is missing quite a few properties. It should be updated to reflect the current state of...

enhancement
docs

The helm-guestbook example works as expected using the following commands: ``` argocd app create helm-guestbook --repo https://github.com/argoproj/argocd-example-apps --path helm-guestbook --dest-name in-cluster --dest-namespace default argocd app sync helm-guestbook kubectl port-forward svc/guestbook-helm-guestbook...

Closes #130 The example currently doesn't enable `autoPromotionEnabled: false`. It needs this property configured in order to showcase the preview versus active service for a blue-green strategy. I also updated...

After following the blue-green example [README](https://github.com/argoproj/argocd-example-apps/tree/master/blue-green#blue-green) instructions, the instructions ask the user to do the following: ``` argocd app set blue-green -p image.tag=0.2 && argocd app sync blue-green ``` This...

Closes #125 This pull request removes the ksonnet example app. ksonnet was removed from argocd in the following pr: https://github.com/argoproj/argo-cd/pull/8621. An alternative to this would be to add docs on...

When testing out the guestbook sample app on a cluster in a restricted environment, the deployment fails due to the guestbook [container being run as root](https://github.com/argoproj/argocd-example-apps/blob/6bed858de32a0e876ec49dad1a2e3c5840d3fb07/guestbook/guestbook-ui-deployment.yaml#L16). It would be nice...

When using [`GenMarkdownTreeCustom`](https://github.com/spf13/cobra/blob/b97b5ead31f7d34f764ac8666e40c214bb8e06dc/doc/md_docs.go#L130) to generate markdown docs, it would be helpful to be able to specify my own [`GenMarkdownCustom`](https://github.com/spf13/cobra/blob/b97b5ead31f7d34f764ac8666e40c214bb8e06dc/doc/md_docs.go#L54) func as opposed to the one used by Cobra in order...

area/docs-generation