Are stacks not scoped to projects? I have projects...
# getting-started
b
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
you can filter to a particular project with the -p option
b
neat, thanks