Can anyone explain why --stack flag doesn't work o...
# general
b
Can anyone explain why --stack flag doesn't work on
pulumi stack ls
command?
w
What would you expect it to do?
Pulumi stack ls
lists all stacks. But
—stack
limits an operation to a single stack.
b
List that single stack
Or remove it from command help if it have no meaning.