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 streaming for cyctl get resources command #732

Open
petar-cvit opened this issue Jan 25, 2025 · 1 comment
Open

Implement streaming for cyctl get resources command #732

petar-cvit opened this issue Jan 25, 2025 · 1 comment
Assignees
Labels
cyctl Issues related to the CLI go Pull requests that update Go code help wanted Extra attention is needed

Comments

@petar-cvit
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
cyctl can currently fetch all resources for a Module with the following command:

cyctl get resources <module-name>

The scope of the issue is to add the --watch flag for the command above, which would list all the resources for a module but also subscribe to all the updates of those resources. Each time there is an update log it in the console. Similarly to kubectl's --watch flag.

@petar-cvit petar-cvit added cyctl Issues related to the CLI go Pull requests that update Go code help wanted Extra attention is needed labels Jan 25, 2025
@s-vamshi
Copy link
Contributor

s-vamshi commented Jan 25, 2025

Hey @petar-cvit, i would like to work on this issue can you please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cyctl Issues related to the CLI go Pull requests that update Go code help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants