Rapidly generates a configurable infrastructure as code approach to deploying the reflex infrastructure. After building the infrastructure code, simply deploy the infrastructure via terraform.
Full reflex documentation (including CLI usage) can be found on our docs site.
pip install reflex-cli
- Generate a configuration file:
reflex init - Build terraform output files:
reflex build - Deploy those files:
terraform init && terraform apply - Sleep better at night!
