faint-vegetable-61837
05/17/2019, 7:34 PMpulumi stack output --show-secrets
Still shows an encrypted valuecreamy-potato-29402
05/17/2019, 11:04 PMbitter-oil-46081
05/17/2019, 11:08 PMimport * as pulumi from "@pulumi/pulumi";
export const secret = pulumi.secret("secret text");
3. run pulumi up
4. run pulumi stack output
(the secret is not show, as expected.
5. run pulumi stack output --show-secrets
(the secret is shown)
This is with v0.17.12 of the CLI, but I expect it would behave the same way on 0.17.11faint-vegetable-61837
05/21/2019, 2:53 PM