Difference between revisions of "Argocd app"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | argocd app create guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path guestbook --dest-server https://kubernetes.default.svc --dest-namespace default` | + | [[argocd]] app create guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path guestbook --dest-server https://kubernetes.default.svc --dest-namespace default` |
* <code>[[argocd app --help]]</code> | * <code>[[argocd app --help]]</code> | ||
Line 8: | Line 8: | ||
* <code>[[argocd app list]]</code> | * <code>[[argocd app list]]</code> | ||
* <code>[[argocd app rollback]] APPNAME ID [flags]</code> | * <code>[[argocd app rollback]] APPNAME ID [flags]</code> | ||
+ | * <code>[[argocd app logs]]</code> | ||
+ | |||
+ | |||
+ | |||
+ | actions Manage Resource actions | ||
+ | create Create an application | ||
+ | delete Delete an application | ||
+ | delete-resource Delete resource in an application | ||
+ | diff Perform a diff against the target and live state. | ||
+ | edit Edit application | ||
+ | get Get application details | ||
+ | history Show application deployment history | ||
+ | list List applications | ||
+ | logs Get logs of application pods | ||
+ | manifests Print manifests of an application | ||
+ | patch Patch application | ||
+ | patch-resource Patch resource in an application | ||
+ | resources List resource of application | ||
+ | rollback Rollback application to a previous deployed version by History ID, omitted will Rollback to the previous version | ||
+ | set Set application parameters | ||
+ | sync Sync an application to its target state | ||
+ | terminate-op Terminate running operation of an application | ||
+ | unset Unset application parameters | ||
+ | wait Wait for an application to reach a synced and healthy state | ||
+ | |||
== See also == | == See also == | ||
+ | * {{argocd app}} | ||
* {{argocd}} | * {{argocd}} | ||
− | |||
[[Category:Argo CD]] | [[Category:Argo CD]] |
Latest revision as of 11:21, 15 October 2024
argocd app create guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path guestbook --dest-server https://kubernetes.default.svc --dest-namespace default`
argocd app --help
argocd app get
argocd app create
argocd app list
argocd app rollback APPNAME ID [flags]
argocd app logs
actions Manage Resource actions create Create an application delete Delete an application delete-resource Delete resource in an application diff Perform a diff against the target and live state. edit Edit application get Get application details history Show application deployment history list List applications logs Get logs of application pods manifests Print manifests of an application patch Patch application patch-resource Patch resource in an application resources List resource of application rollback Rollback application to a previous deployed version by History ID, omitted will Rollback to the previous version set Set application parameters sync Sync an application to its target state terminate-op Terminate running operation of an application unset Unset application parameters wait Wait for an application to reach a synced and healthy state
See also[edit]
argocd app
[logs, list
]argocd [ login | account | app | [ get | rollback | list | create ], argocd app --help, argocd version ] argocd --help
Advertising: