lono configset generate

Usage

lono configset generate

Description

Generate configset from DSL

Generates CloudFormation template, parameter files, and scripts in lono project and writes them to the output folder.

Examples

lono generate BLUEPRINT
lono generate BLUEPRINT --clean
lono g BLUEPRINT --clean # shortcut

Example Output

$ lono generate ec2
Generating CloudFormation templates, parameters, and scripts
Generating CloudFormation templates:
  output/templates/ec2.yml
Generating parameter files:
  output/params/ec2.json
$

Options

[--resource=RESOURCE]  # Set the @resource instance variable availalbe in the configset
                       # Default: PretendResource

Edit this page

See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!