lono cfn
Usage
lono cfn SUBCOMMAND
Description
cfn subcommands
Examples
lono cfn deploy demo
lono cfn create demo
lono cfn preview demo
lono cfn update demo
lono cfn delete demo
Subcommands
- lono cfn cancel - Cancel a CloudFormation stack.
- lono cfn current - Current stack that you’re working with.
- lono cfn delete - Delete CloudFormation stack.
- lono cfn deploy - Create or update a CloudFormation stack using the generated template.
- lono cfn download - Download CloudFormation template from existing stack.
- lono cfn preview - Preview a CloudFormation stack update. This is similar to terraform’s plan or puppet’s dry-run mode.
- lono cfn status - Shows current status of stack.
Options
-f, [--force] # Overwrite files that already exist
-p, [--pretend], [--no-pretend] # Run but do not make any changes
-q, [--quiet], [--no-quiet] # Suppress status output
-s, [--skip], [--no-skip] # Skip files that already exist
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!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.