some-flower-64874
07/08/2026, 4:11 PMlittle-cartoon-10569
07/08/2026, 10:16 PMpulumi CLI from anywhere. You'll need to pulumi login and then run pulumi stack output --stack .... You'll probably benefit from the --json parameter too.little-cartoon-10569
07/08/2026, 10:18 PMpulumi login is what tells Pulumi where the state file is, and pulumi <cmd> --stack <stackName> is what means you don't need a Pulumi.yaml file in the current directory. Add those two together, and you've got complete portability.echoing-dinner-19531
07/09/2026, 6:51 AMorg/project/stack not just the stack name like dev.some-flower-64874
07/09/2026, 9:40 AM