mirror of https://github.com/pulumi/pulumi.git
![]() Config values in `pulumi config set` are marshalled according to certain rules (everything on the top level is a string), and for paths, true/false becomes a boolean, integers not starting with a 0 become integers and everything else becomes strings. This leaves floats out, and someone might want to store a number or a bool as a string instead. Add a `--type` flag to pulumi config set to force the type. This type also applies to top level config elements. Fixes https://github.com/pulumi/pulumi/issues/5442 |
||
---|---|---|
.. | ||
testdata/repr | ||
crypt.go | ||
key.go | ||
key_test.go | ||
map.go | ||
map_test.go | ||
object.go | ||
object_test.go | ||
plaintext.go | ||
plaintext_test.go | ||
repr_test.go | ||
value.go | ||
value_test.go |