A command line tool which can migrate CloudFormation resources between stacks.
Pre-compiled binaries for various operating systems and architectures are available for download.
If you have rust/cargo installed, you can simple install the [crate]:
bash
cargo install cfn-teleport
```bash $ cfn-teleport --help Migrate 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