v0.2.23
Following change is released in this version:
- Initialize a Hook project with cfn init --artifact-type HOOK --type-name
* For example: cfn init --artifact-type HOOK --type-name My::Test::Example - Using cfn init without parameters will now first ask if you want to create a resource, module, or a hook. If you choose to create a hook,
you will be asked to choose a language plugin - Use cfn validate to validate your hook before submitting
- Use cfn submit to register your hook, making it available for use by CloudFormation in your AWS account