瀏覽代碼

Update readme.md

devopsjourney1 2 年之前
父節點
當前提交
fb7022fefd
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      readme.md

+ 10 - 10
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 <appname> //Get the application’s log output.
-argocd app get <appname> //Get information about an Argo CD application.
-argocd app diff <appname> //Compare the application’s configuration to its source repository.
-argocd app sync <appname> //Synchronize the application with its source repository.
-argocd app history<appname> //Get information about an Argo CD application.
-argocd app rollback <appname> //Rollback to a previous version
-argocd app set <appname> //Set the application’s configuration.
-argocd app delete <appname> //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 <appname> #Get the application’s log output.
+argocd app get <appname> #Get information about an Argo CD application.
+argocd app diff <appname> #Compare the application’s configuration to its source repository.
+argocd app sync <appname> #Synchronize the application with its source repository.
+argocd app history <appname> #Get information about an Argo CD application.
+argocd app rollback <appname> #Rollback to a previous version
+argocd app set <appname> #Set the application’s configuration.
+argocd app delete <appname> #Delete an Argo CD application.
 ```
 
 # Example Commands: