Update readme.md

This commit is contained in:
devopsjourney1 2022-12-16 13:00:06 -08:00 committed by GitHub
parent 228c648246
commit b60f57f486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 applications log output.
`argocd app get <appname>` Get information about an Argo CD application.
`argocd app diff <appname>` Compare the applications 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 applications 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 applications log output.
argocd app get <appname> //Get information about an Argo CD application.
argocd app diff <appname> //Compare the applications 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 applications configuration.
argocd app delete <appname> //Delete an Argo CD application.
```
# Example Commands: