From #89:
CL has the Container Linux Config Transpiler or ct for short. Since users should not be writing Ignition configs by hand, they write Container Linux Configs (CLCs) which ct then renders into an Ignition config. This scheme has a few advantages:
- Forces users to validate their configs
- Allows easy addition of sugar for common operations
- Allows for adding OS specific bits without making the Ignition spec OS specific
- Allows users to write configs in yaml but keeps the configs that Ignition ingests in json
Implement a config transpiler for Fedora CoreOS.
From #89:
Implement a config transpiler for Fedora CoreOS.
snake_case