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 all and -A options to relevant commands #21

Open
4 tasks
yokaze opened this issue Dec 13, 2024 · 0 comments
Open
4 tasks

Implement all and -A options to relevant commands #21

yokaze opened this issue Dec 13, 2024 · 0 comments

Comments

@yokaze
Copy link
Contributor

yokaze commented Dec 13, 2024

Motivation

Currently, several commands lack an option to list all the pods and namespaces.
For example:

  • npv dump, npv inspect, and npv list: requires a pod name
  • npv id: requires a namespace name

It is beneficial to list everything with an appropriate option.

How

  • all can be used instead of a pod name
  • -A or --all-namespaces can be used instead of a namespace name
  • Additional name or namespace lane will appear only when these flags are specified

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
@yokaze yokaze changed the title Implement all option to relevant commands Implement all and -A option to relevant commands Dec 25, 2024
@yokaze yokaze changed the title Implement all and -A option to relevant commands Implement all and -A options to relevant commands Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant