atlantis

Terraform pull request automation and collaboration tool

brewmacoslinux
Try with needOr install directly
Source

About

Terraform Pull Request Automation tool

Commands

atlantis

Examples

Start the Atlantis server on default port 4141$ atlantis server --atlantis-url=https://atlantis.example.com --gh-user=myuser --gh-token=mytoken --repo-allowlist='github.com/myorg/*'
Run Atlantis in Docker with GitHub webhook configuration$ docker run -p 4141:4141 runatlantis/atlantis:latest server --atlantis-url=https://atlantis.example.com --gh-user=bot --gh-token=token --repo-allowlist='github.com/org/*'
Check Atlantis version and help documentation$ atlantis version && atlantis server --help