I would like to prevent certain resources from being displayed in the output.
profile:
foo:
filters:
- kind: Secret
Ideally there would be a way to make them include or exclude.
I would also like to be able to select resources from the CLI. E.g.,
kat get deployments -l key1=value1
I would like to prevent certain resources from being displayed in the output.
Ideally there would be a way to make them include or exclude.
I would also like to be able to select resources from the CLI. E.g.,