Skip to content
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

Implement Cyclops CLI get methods #196

Closed
petar-cvit opened this issue Apr 7, 2024 · 1 comment · Fixed by #219
Closed

Implement Cyclops CLI get methods #196

petar-cvit opened this issue Apr 7, 2024 · 1 comment · Fixed by #219
Assignees

Comments

@petar-cvit
Copy link
Collaborator

Implement get and list methods for modules

list - cyctl get modules
list output should look similarly to kubectl get

cyctl get modules

NAME     AGE
first    61s
second   46s

get - cyctl get modules my-module
get should return the requested module as YAML fetched from the cluster

You will also need to connect to the cluster and call the K8s API directly using .kubeconfig env variable

@hanshal101
Copy link
Contributor

lets add more commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants