Skip to content

Commit

Permalink
add context example to help Signed-off-by: sagarwala
Browse files Browse the repository at this point in the history
Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com>
  • Loading branch information
sagarwala committed Oct 4, 2023
1 parent f4998ee commit e020443
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/user-guide/commands/argocd_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ argocd context [CONTEXT] [flags]
### Examples

```
To switch to Argo CD context :
argocd context YOUR_CONTEXT
# List Argo CD Contexts
argocd context
To delete the Argo CD context :
argocd context YOUR_CONTEXT --delete
# Switch Argo CD context
argocd context cd.argoproj.io
# Delete Argo CD context
argocd context cd.argoproj.io --delete
```


### Options

```
Expand Down

0 comments on commit e020443

Please sign in to comment.