⚰ npm install -g coffin
⚰ coffin --help
Usage: coffin [options] [command]
Commands:
print [template]
Print the compiled template.
validate [template]
Validate the compiled template. Either an AWS_CLOUDFORMATION_HOME environment variable or a --cfn-home switch is required.
stack [name] [template]
Create or update the named stack using the compiled template.
compile [template]
Compile and write the template. The output file will have the same name as the coffin template plus a ".template" extension.
Options:
-h, --help output usage information
-V, --version output the version number
-o, --output [dir] Directory to output compiled file(s) to
-p, --pretty Add spaces and stuff to the resulting json to make it a little prettier
--cfn-home [dir] The home of your AWS Cloudformation tools. Defaults to your AWS_CLOUDFORMATION_HOME environment variable.
|