cfn-teleport

Release crates.io License

A command-line tool which can move CloudFormation resources between stacks.

Demo

Installation

On MacOS and Linux you can install via Homebrew:

bash brew install udondan/software/cfn-teleport

On Arch Linux you can install from AUR, e.g.:

bash yay -S cfn-teleport

Pre-compiled binaries for various operating systems and architectures are available for download.

If you have rust/cargo installed, you can install the [crate]:

bash cargo install cfn-teleport

Usage

```bash $ cfn-teleport --help Move CloudFormation resources between stacks

Usage: cfn-teleport [OPTIONS]

Options: -s, --source Name of the source stack -t, --target Name of the target stack -r, --resource

Example usage:

bash cfn-teleport --source Stack1 --target Stack2 --resource Bucket21D68F7E8 --resource Bucket182C536A1 --yes

If any of the required options is undefined, the program will ask for it during execution.

Contributing

Contributions are welcome!

This project uses conventional commits. Please make sure all your merge request titles follow these specifications.