cfgrs
cfgrs is a small CLI helper tool for converting between different configuration formats. The current formats supported are:
- hcl
- json
- toml
- yaml
These formats are not completely interchangeable, and as such if they cannot be converted an error is currently raised.
cfgrs may be used in the following way to convert between formats:
) |
An input format may be explicitly specified, and if it isn't cfgrs will attempt to detect it.