I have a string (escaped json) that I want to put ...
# general
w
I have a string (escaped json) that I want to put in a secret, however whenever I
pulumi set --secret xxx yyy
(or when it decodes, not sure) i lose all my escaping 😕
f
From the
pulumi config set
docs:
If a value is not present on the command line, pulumi will prompt for the value. Multi-line values may be set by piping a file to standard in.
have you tried entering it via either of those approaches?
w
works when prompted, maybe my shell is being screwy, thanks!
🎉 1