Reference
The common commands.
Use --json when another program or coding agent consumes the result. Human-readable output is the default for terminal use.
Setup and diagnostics
rightside login --url https://api.rightside.host
rightside install claude
rightside install codex
rightside doctor
rightside doctor --json
rightside logout
Projects and releases
rightside projects create my-app
rightside deploy . --name my-app
rightside status my-app --json
rightside logs my-app --runtime
rightside rollback my-app
Supported environment variables
| Variable | Purpose |
|---|---|
POLIGONHOST_NO_BROWSER=1 | Print the device verification URL for headless environments. |
POLIGONHOST_CONFIG | Override the credential file path. |
POLIGONHOST_OPERATIONS_URL | Override the authenticated operations origin when explicitly required. |
POLIGONHOST_TOKEN | Trusted recovery or CI token. Prefer browser authorization for normal use. |
rightside is the public command. poligonhost remains a compatibility alias during the staged rename.