This message was deleted.
# getting-started
s
This message was deleted.
b
echo '---test---' | pulumi config set --path '<http://abc.xyz|abc.xyz>'
t
Ah, that works, thanks! In the resulting .yaml entry, will the single quotes around the string be ignored or are they part of the value now?
Nevermind, leaving them out when setting the value also omits them in the .yaml. Thanks again!
b
👍