Pluggable DevOps CLI wrapping Ansible, Terragrunt, Terraform, Cloud SSO, and related tools.
39
Also see: https://pypi.org/project/infra-cli/
infra surface for setup, cloud SSO, inventory, and IaC wrappersinfra shell (Tab completion, history, pipes, prod guard)infra work (skills, connectors, MCP)infra server start (optional MySQL/Redis/Mongo DB tools)pipx install infra-cli
pipx inject infra-cli '.[aws]' # optional
source ~/.infra/env.sh # after first run, or: pipx ensurepath
infra doctor
From checkout: pipx install . · Upgrade: infra setup upgrade-cli --pypi
Full macOS/Linux bootstrap: INSTALL.md · docs/installation.md
Docker (host network): docs/docker.md · docker compose up
infra setup doctor
infra setup aws
infra setup terraform
infra aws login
infra aws select
infra aws profiles --account
infra terraform -e stg -s platform/example
infra terragrunt plan -e stg -s platform/example
infra shell
infra server start # needs: pipx inject infra-cli '.[server]'
infra server start --enable-mysql --enable-redis # + '.[server-mysql]' / '.[server-redis]'
DB tools open at /tools; connect forms keep credentials in process memory only.
Mutations need --enable-writes. Non-loopback bind with DB tools requires --allow-remote.
Content type
Image
Digest
sha256:c64989028…
Size
113.6 MB
Last updated
3 days ago
docker pull hanyouqing/infra-cli