https://pulumi.com logo
b

better-dentist-3207

06/03/2023, 10:12 PM
Are stacks not scoped to projects? I have projects for differents kubernetes clusters, and dev/staging/prod are non-sense in the context of those, but they still appear to be valid when using
pulumi stack ls
under any project
b

brainy-church-78120

06/03/2023, 11:37 PM
you can filter to a particular project with the -p option
b

better-dentist-3207

06/04/2023, 12:51 AM
neat, thanks