From b60f57f4861a73d163bee4be0ce4c2c3092351c3 Mon Sep 17 00:00:00 2001 From: devopsjourney1 <34145011+devopsjourney1@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:00:06 -0800 Subject: [PATCH] Update readme.md --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 70edcf4..1b33aec 100644 --- a/readme.md +++ b/readme.md @@ -30,16 +30,16 @@ argocd login 127.0.0.1:8080 # Command Cheat sheet ``` -`argocd app create` Create a new Argo CD application. -`argocd app list` List all applications in Argo CD. -`argocd app logs ` Get the application’s log output. -`argocd app get ` Get information about an Argo CD application. -`argocd app diff ` Compare the application’s configuration to its source repository. -`argocd app sync ` Synchronize the application with its source repository. -`argocd app history` Get information about an Argo CD application. -`argocd app rollback ` Rollback to a previous version -`argocd app set ` Set the application’s configuration. -`argocd app delete ` Delete an Argo CD application. +argocd app create //Create a new Argo CD application. +argocd app list //List all applications in Argo CD. +argocd app logs //Get the application’s log output. +argocd app get //Get information about an Argo CD application. +argocd app diff //Compare the application’s configuration to its source repository. +argocd app sync //Synchronize the application with its source repository. +argocd app history //Get information about an Argo CD application. +argocd app rollback //Rollback to a previous version +argocd app set //Set the application’s configuration. +argocd app delete //Delete an Argo CD application. ``` # Example Commands: