elidhu / goss

AWS Parameter Store CLI tool.
MIT License
12 stars 0 forks source link

Enable the additional parsers to support multiple import formats. #3

Closed elidhu closed 4 years ago

elidhu commented 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.

goss import -f test.toml -t SecureString -p /dev --format toml