Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Better handling of --stack-name filtering #3

Description

Using the create or upsert commands combined with the --stack-name filter on a stack that has a stack dependency will not work. A possible solution could be to dynamically load stack outputs from all relevant stacks.

Since we will have already created a dependency graph beforehand, determining which stacks' outputs are needed would simply be a matter of reversing the direction of all edges and determining the stack's neighbours (alternatively, look at the source node of all incoming edges).

The inn function from fgl could be useful.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions