Sha256: 4da91b30d24307455b812fab9b6a045172cd2d4bd707056615f4ffae21c4c4f5

Contents?: true

Size: 1.02 KB

Versions: 14

Compression:

Stored size: 1.02 KB

Contents

## Examples

Provided that you are in a lono project and have a `my-stack` lono template definition.  To create a stack you can run:

  lono cfn create my-stack

The above command will generate and use the template in `output/templates/my-stack.json` and parameters in `output/params/my-stack.txt`.  By [convention]({% link _docs/conventions.md %}), the template defaults to the name of the stack.  In turn, the params defaults to the name of the template.

Here are examples of overriding the template and params name conventions.

  lono cfn create my-stack --template different1

The template used is `output/templates/different1.json` and the parameters used is `output/params/different1.json`.

  lono cfn create my-stack --param different2

The template used is `output/templates/my-stack.json` and the parameters used is `output/params/different2.json`.

  lono cfn create my-stack --template different3 --param different4

The template used is `output/templates/different3.json` and the parameters used is `output/params/different4.json`.

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lono-4.2.7 lib/lono/help/cfn/create.md
lono-4.2.6 lib/lono/help/cfn/create.md
lono-4.2.5 lib/lono/help/cfn/create.md
lono-4.2.4 lib/lono/help/cfn/create.md
lono-4.2.3 lib/lono/help/cfn/create.md
lono-4.2.2 lib/lono/help/cfn/create.md
lono-4.2.1 lib/lono/help/cfn/create.md
lono-4.2.0 lib/lono/help/cfn/create.md
lono-4.1.0 lib/lono/help/cfn/create.md
lono-4.0.6 lib/lono/help/cfn/create.md
lono-4.0.5 lib/lono/help/cfn/create.md
lono-4.0.4 lib/lono/help/cfn/create.md
lono-4.0.3 lib/lono/help/cfn/create.md
lono-4.0.2 lib/lono/help/cfn/create.md