Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to show last operation result in app get. Show path in app list -o wide #297

Merged
merged 1 commit into from
Jun 19, 2018

Conversation

jessesuen
Copy link
Member

Output format when --show-operation is supplied.

$ argocd app get argocd-cdp  --show-operation
Name:          argocd-cdp
Server:        REDACTED
Namespace:     dev-deploy-argocd-us-west-2-prod-cdp
URL:           REDACTED
Environment:   cdp
Repo:          REDACTED
Path:          argocd
Target:        HEAD

Operation:     Sync
  Phase:       Succeeded
  Start:       2018-06-18 11:16:26 -0700 PDT
  Finished:    2018-06-18 11:16:31 -0700 PDT
  Duration:    5s
  Phase:       Succeeded
  Message:     successfully synced

KIND            NAME                                 STATUS  HEALTH   OPERATIONMSG
ServiceAccount  application-controller               Synced  Healthy  serviceaccount "application-controller" unchanged
Deployment      application-controller               Synced  Healthy  deployment.apps "application-controller" unchanged
Role            application-controller-role          Synced  Healthy  role.rbac.authorization.k8s.io "application-controller-role" unchanged
RoleBinding     application-controller-role-binding  Synced  Healthy  rolebinding.rbac.authorization.k8s.io "application-controller-role-binding" unchanged
ServiceAccount  argocd-server                        Synced  Healthy  serviceaccount "argocd-server" unchanged
Role            argocd-server-role                   Synced  Healthy  role.rbac.authorization.k8s.io "argocd-server-role" unchanged
RoleBinding     argocd-server-role-binding           Synced  Healthy  rolebinding.rbac.authorization.k8s.io "argocd-server-role-binding" unchanged
Deployment      argocd-server                        Synced  Healthy  deployment.apps "argocd-server" unchanged
Service         argocd-server                        Synced  Healthy  service "argocd-server" unchanged
ConfigMap       argocd-cm                            Synced  Healthy  configmap "argocd-cm" unchanged
ConfigMap       argocd-rbac-cm                       Synced  Healthy  configmap "argocd-rbac-cm" unchanged
Deployment      argocd-repo-server                   Synced  Healthy  deployment.apps "argocd-repo-server" unchanged
Service         argocd-repo-server                   Synced  Healthy  service "argocd-repo-server" unchanged

@jessesuen jessesuen requested a review from alexmt June 19, 2018 00:47
@jessesuen jessesuen merged commit a7fa2fd into argoproj:master Jun 19, 2018
@jessesuen jessesuen deleted the app-get branch September 4, 2018 20:57
leoluz pushed a commit to leoluz/argo-cd that referenced this pull request Sep 29, 2023
…oj#297)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants