-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat(cli): add the cluster-list-example (#15690) #15866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): add the cluster-list-example (#15690) #15866
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #15866 +/- ##
==========================================
- Coverage 49.67% 49.66% -0.01%
==========================================
Files 267 267
Lines 46383 46399 +16
==========================================
+ Hits 23039 23043 +4
- Misses 21084 21096 +12
Partials 2260 2260
☔ View full report in Codecov by Sentry. |
argocd cluster list -o json --server <ARGOCD_SERVER_ADDRESS> | ||
|
||
# List Clusters in YAML Format | ||
argocd cluster list -o yaml --server <ARGOCD_SERVER_ADDRESS> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add an example for -o server
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
I have added the example
Hi @ishitasequeira |
Hi @crenshaw-dev |
4cd99ee
to
06f554e
Compare
…ale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…e02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…e02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
06f554e
to
1287039
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gaurangkudale. LGTM!
add the cluster-list-example for improvement for #15690
Checklist: