Probably the easiest would be using environment variables. Other than that, the cdktf deploy / diff / destroy / synth
commands take an app
flag. You could do cdktf deploy --app "pipenv run ./main.py eu-west-3c blue"
Probably the easiest would be using environment variables. Other than that, the cdktf deploy / diff / destroy / synth
commands take an app
flag. You could do cdktf deploy --app "pipenv run ./main.py eu-west-3c blue"