Skip to content

Commit

Permalink
update un-indent the string Signed-off-by: Author Name gaurang.kudale…
Browse files Browse the repository at this point in the history
…02@gmail.com

Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
  • Loading branch information
gaurangkudale committed Nov 8, 2023
1 parent 504bdce commit 1cce5b7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/user-guide/commands/argocd_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ argocd logout CONTEXT [flags]
### Examples

```
# To log out of argocd
$ argocd logout
# This can be helpful for security reasons or when you want to switch between different Argo CD contexts or accounts.
# Basic Logout from contexts or accounts
argocd logout
# Logout from a Specific Server
argocd logout --server https://argocd-server.example.com
# Logout via Skipping Certificate Validation
argocd logout --insecure
# Logout from a Specific Context
argocd logout my-argocd-context
```

### Options
Expand Down

0 comments on commit 1cce5b7

Please sign in to comment.