cfnctl

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2023 License: Apache-2.0

README

☁️ Cfnctl

Go Report Card Go version Current Release License

Are you a fan of Terraform but forced to use Cloudformation due to organizational or technical reasons? Introducing cfnctl, a CLI that brings the Terraform cli experience to Cloudformation. You'll never need to use the AWS Console for managing stacks anymore!

With cfnctl, you write Cloudformation templates as usual but use the cli workflow that you are already used to from Terraform, including:

  • apply
  • plan
  • destroy
  • output

Demo

Installation

Grab a pre-built binary from the GitHub Releases page for your OS of choice

Usage

If you are a terraform user the cfnctl cli works as you would expect. Running the binary without flags will give you the help output:

✗ ./cfnctl
 NAME:
    cfnctl - ✨ Terraform cli experience for AWS Cloudformation

 COMMANDS:
  apply     Create or update infrastructure
  plan      Show changes required by the current configuration
  destroy   Destroy previously-created infrastructure
  output    Show all exported output values of the selected account and region
  validate  Check whether the configuration is valid
  version   Show the current Cfnctl version
  help, h   Shows a list of commands or help for one command

 GLOBAL OPTIONS:
  --help, -h  show help (default: false)

 Examples
  Apply infrastructure using the "apply" command.
    $ cfnctl apply --template-file mycfntmpl.yaml --auto-approve

Notice

Cfnctl is under development and is missing several features such as:

  • user cancellation does not clean up stacks
  • does not support uploading large templates to S3 yet

Feature request and pull requests are welcome. Please see the Contributing doc

Directories

Path Synopsis
cli
cmd
cfnctl command
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL