Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ISSUE-19867 - Fluent argocd context command #12

Open
eugene70 opened this issue Sep 21, 2024 · 0 comments
Open

ISSUE-19867 - Fluent argocd context command #12

eugene70 opened this issue Sep 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@eugene70
Copy link

eugene70 commented Sep 21, 2024

In Argo-CD CLI, cluster context is managed through argocd context and argocd login commands. However, these context management commands are a bit different from other command systems, so they can be confusing for beginners. So I want to provide rich functionality by providing various subcommands for the argocd context command, such as the argocd app command.
Example:

argocd context list
argocd context delete <context>
argocd context use <context>
argocd context login <context> [<server>]
argocd context login <context> --core
argocd context logout <context>
argocd context # for compatibility = context list
argocd context —delete <server> # for compatibility = context delete
argocd login <server> —name <context> # for compatibility = context login
argocd logout <context> # for compatibility = context logout
@eugene70 eugene70 added the enhancement New feature or request label Sep 21, 2024
@eugene70 eugene70 self-assigned this Sep 23, 2024
@D0ri123 D0ri123 mentioned this issue Oct 6, 2024
14 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant