Skip to content

reflexivesecurity/reflex-cli

Repository files navigation

reflex-cli

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.

reflex

Reflex

Reflex enforces security best practices in cloud environments through event-driven automation. Get started by visiting our documentation.

Installation

pip install reflex-cli

Basic Usage

  1. Generate a configuration file: reflex init
  2. Build terraform output files: reflex build
  3. Deploy those files: terraform init && terraform apply
  4. Sleep better at night!

Demo

Example CLI usage