How do I use `pulumi stack` command to view the i...
# general
b
How do I use
pulumi stack
command to view the information of a stack created through Pulumi Automation API? I'm able to remove/delete the stack, but when I want to select or view history of the stack, the command is failing expecting for a
Pulumi.yaml
file.
m
Are you using the Pulumi Cloud backend? If so, you should be able to pass
--stack
from anywhere and point to your fully-qualified stack name:
Copy code
pulumi stack output --stack yourorg/your-project/dev