flaky-school-82490
07/13/2022, 2:06 PMbillowy-army-68599
flaky-school-82490
07/13/2022, 2:09 PMbillowy-army-68599
pulumi stack output --show-secrets -s "myorg/mystack/dev"
as an executable in your program if you only need to get the stack referenceflaky-school-82490
07/13/2022, 4:33 PMbillowy-army-68599
pulumi login
just builds a ~/.pulumi/credentials.json
like this
{
"current": "<https://api.pulumi.com>",
"accessTokens": {
"<https://api.pulumi.com>": <redacted>
},
"accounts": {
"<https://api.pulumi.com>": {
"accessToken": <redacted>,
"username": "jaxxstorm",
"organizations": [
"jaxxstorm",
"lbrlabs",
"team-ce",
"demo",
"pulumi"
],
"lastValidatedAt": "2022-07-12T17:32:23.907266-07:00"
}
}
}
You can just create that file and write it yourself 🙂flaky-school-82490
07/13/2022, 4:38 PMbillowy-army-68599