aws-ia / taskcat

Test all the CloudFormation things! (with TaskCat)
https://aws-ia.github.io/taskcat/
Apache License 2.0
1.17k stars 213 forks source link

Implementing TaskCat Configuration Generator #822

Closed tbulding closed 4 months ago

tbulding commented 5 months ago

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.