Installation
Install the CLI
Architect is made up of a single binary, arcctl, that facilitates the creation and provisioning of
Components and Datacenters.
MacOS / Linux
$ curl -sSL https://arcctl-backend.nyc3.digitaloceanspaces.com/arcctl --output arcctl && chmod +x ./arcctl && mv ./arcctl /usr/local/bin/
Windows
$ curl -sSL https://arcctl-backend.nyc3.digitaloceanspaces.com/arcctl --output arcctl && chmod +x ./arcctl && mv ./arcctl /usr/local/bin/
Previous versions
Need to download an older version of Architect? Check out the official releases page on GitHub:
Architect releases