Question: is there a way to specify the pulumi pro...
# general
m
Question: is there a way to specify the pulumi project name for the cli, or do cli-like operations from python, so I can get the outputs of a known but external stack when I know the project name and the stack name but I don't have a Pulumi.yaml file?
Oh I answered my own question; you can specify a project name in the stack name; e.g.,
Copy code
pulumi stack --stack $(pulumi whoami)/<project-name>/<stack-name> output