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

Filter steps to deploy/destroy/clean/reset by component type #511

Open
philipp94831 opened this issue Jul 9, 2024 · 1 comment
Open
Labels
component/cli Related to the CLI commands

Comments

@philipp94831
Copy link
Member

Currently it is possible to filter steps to deploy by providing their names via --steps. It would be nice to also be able to filter steps by type, i.e., specifying any class in the component hierarchy (KubernetesApp, HelmApp, MyCustomApp) and all steps that are an instance of these classes are deployed

@disrupted
Copy link
Member

disrupted commented Aug 20, 2024

Depends on #528, e.g. --filter type=...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cli Related to the CLI commands
Projects
None yet
Development

No branches or pull requests

2 participants