kubeform
kubeform copied to clipboard
Create CLI
Proposal to create a CLI wrapper around creating/running/destroying kubeform clusters. As an initial first pass this should support create and destroy.
We can potentially use this issue to hash out the details. Things to address -
- Support for config (YAML / command line argument / environment vars)?
- Which CLI libs to use (potentially https://github.com/codegangsta/cli)
Probably loads more stuff feel free to drop comments
Can reuse/integrate https://github.com/Capgemini/terraform-control
this one also looks nice https://github.com/spf13/cobra
I've got a start to this that uses codegangtsa and takes the code from terraform control (the tf wrapper). I'll try get it in shape to contribute and initial PR to collaborate on