Is there a way to list the environment variables that a deployment was given via the CLI --env
flag?
Yup! You can use fly config env
to view environment variables you set with fly deploy --env
1 Like
Awesome thanks!