A command-line tool which can move CloudFormation resources between stacks.
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
On Windows you can install via Chocolatey:
powershell
choco install 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
```bash $ cfn-teleport --help Move CloudFormation resources between stacks
Usage: cfn-teleport [OPTIONS]
Options:
-s, --source Example usage: If any of the required options is undefined, the program will ask for it during execution. Contributions are welcome! This project uses conventional commits. Please make sure all your merge request titles follow these specifications.bash
cfn-teleport --source Stack1 --target Stack2 --resource Bucket21D68F7E8 --resource Bucket182C536A1 --yes
Contributing