Generate infrastructure-as-code files for deploying CFML application to your favorite cloud platforms.
You will need CommandBox installed to use this tool.
From within the terminal, simply run the following command to install the module.
$ box install commandbox-cicd-templates
$ box cicd generate
OR
$ box cicd generate template=<template-name>
- aws-fargate - CloudFormation templates for Blue/Green deployment to AWS Fargate using CodeDeploy. (See template README.md for more information.)
Each template can provide its own usage instructions and may prompt the user for input parameters specific to the template. By convention the templates should prompt you for your project's root directory and generate their files in a sub-folder called cicd.
Refer to the README.md file in each template's directory (templates/<template-name>/README.md
).