-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
Describe the Feature
I would like describe stacks to show me only stacks that match the remaining conditions. Currently it always lists all the configured stacks, with stacks not matching the configuration simply being listed as empty. For example, I want
atmos describe stacks --components=vpc
to show me only the stacks that have the vpc component configured.
Use Case
I want to know where a component is being used for numerous reasons, such as
- updating the configurations when a breaking change is made to the component
- finding a valid stack name to use as input to
atmosfor commands requiring a stack name (such asdescribe component) - comparing currently configured stacks to the list of Terraform workspaces for the component to discover orphaned resources
I am not interested in the stacks which have no configuration for the component.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels