Python 3.12+
Create an isolated virtual environment for the CLI and its declared requirements.
The current cfn-forge developer preview is available directly from GitHub. Clone the server repository, install its declared requirements, and expose the local forge command in a Python virtual environment.
01$ git clone https://github.com/MJ66GA-Projects/cfn-forge.git02$ cd cfn-forge03$ python3 -m venv .venv04$ source .venv/bin/activate05$ pip install -r requirements.txt06$ pip install -e .Create an isolated virtual environment for the CLI and its declared requirements.
Use the configured profile for each environment or override it explicitly with --profile.
Run Forge from a deployment project that owns deployment.yaml and its environment configs.
Treat preview capabilities as review tools and inspect every Change Set before release.
The client markets and documents Forge. The server contains the CloudFormation orchestration CLI.