https://pulumi.com logo
Title
f

few-postman-20852

03/10/2023, 7:13 AM
how do I get a list of all stacks from the project in typescript? NVM wrong mental model 😓
e

echoing-dinner-19531

03/10/2023, 9:00 AM
/**
     * Returns all Stacks created under the current Project.
     * This queries underlying backend and may return stacks not present in the Workspace (as Pulumi.<stack>.yaml files).
     */
    listStacks(): Promise<StackSummary[]>;
?