This message was deleted.
# general
s
This message was deleted.
p
pulumi config set myValue -- "---hello"
n
that would work but again
it won't work if I pass in extra
flags
for example
--secrets
pulumi config set myValue -- "---hello" --secret
b
this works
Copy code
pulumi config set myValue --secret -- "---hello"
👍 1
n
Great great thanks