Closed elidhu closed 4 years ago
The underlying koanf library supports json, toml and yaml in addition to dotenv. The goss import command now supports these other formats through the use of the --format flag.
koanf
--format flag
goss import -f test.toml -t SecureString -p /dev --format toml
The underlying
koanf
library supports json, toml and yaml in addition to dotenv. The goss import command now supports these other formats through the use of the--format flag
.