This PR imlements an option in TaskCat to generate the taskcat configuration file based on the contents of the target template
Testing/Steps taken to ensure quality
Added Unit tests and manual verification
Notes
To generate the configuration file run
'''
taskcat generate-config -m templates/test.template.yaml
'''
You are able to specify output target
If a TaskCat Configuration file is present and contains data, the command will fail
If you wish to overwrite the exising configuration file, you can use the -r flag to replace it.
Overview
This PR imlements an option in TaskCat to generate the taskcat configuration file based on the contents of the target template
Testing/Steps taken to ensure quality
Added Unit tests and manual verification
Notes
To generate the configuration file run
''' taskcat generate-config -m templates/test.template.yaml
''' You are able to specify output target If a TaskCat Configuration file is present and contains data, the command will fail If you wish to overwrite the exising configuration file, you can use the -r flag to replace it.