We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be good to have a flag to get all the resources from all the namespace that the user has access to. Currently, only one namespace is allowed.
Currently, the namespace is a positional argument and in this change that would need to change. This means adding two new flags for need to be added.
-A
--all-namespaces
-n
--namespace
This does mean the removal of the positional argument will be removed. This is a breaking change
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It would be good to have a flag to get all the resources from all the namespace that the user has access to.
Currently, only one namespace is allowed.
Currently, the namespace is a positional argument and in this change that would need to change.
This means adding two new flags for need to be added.
-A
&--all-namespaces
as a boolean to scan the all namespaces.-n
&--namespace
for setting the namespace for the scan.This does mean the removal of the positional argument will be removed.
This is a breaking change
The text was updated successfully, but these errors were encountered: