Tags: dominikbraun/argo-cd
Tags
Remove context name prompt during login. (argoproj#218) * Show URL in argocd app get * Rename force flag to cascade in argocd app delete * Remove interactive context name prompt during login which broke login automation * Rename apiclient.ServerClient to Client
Add `argocd app wait` command (argoproj#216) * Update CLI, server for wait request * Update generated code * Remove generated code * Add timeout function, and use it * Get first working prototype * Properly fail and print success/fail messages * Add missing reference pointer * Remove unreachable code * Show current state of all checks * Print atypical health output status now * Update short command description, thanks @jessesuen * Use server-side watch command * Use watch API * Clean up wait function to use new API better * Rm unused const, satisfy linter on caps names * Rename channel and set direction * Add infinite timeout by default
Issue argoproj#187 - implement `argo settings install` command (argop… …roj#193)
PreviousNext