Autoyaml
Autoyaml is a CLI tool for automatically generating .yaml files for Kubernetes. The aim is to quickly generate template files for resources and remove the manual input. After running autoyaml minor configurations are needed based on the specific implementation.
Usage
Clone the repository
git clone git@github.com:AlexanderSolman/Autoyaml.git
Install autoyaml (builds binary and places it in /usr/local/bin)
make install
Run autoyaml --help to list commands
Contribution
License
Autoyaml is licensed under the MIT License.