Skip to content

Install the CLI

The command name is amendable. Source lives in LaunchPlatform/amendable-cli.

Requires Rust 1.85+ (rustup).

Terminal window
cargo install --git https://github.com/LaunchPlatform/amendable-cli --locked
amendable --help

Config file: ~/.config/amendable/config.toml (created on login, mode 0600).

api_url = "https://api.amendable.io"
app_url = "https://amendable.io"
token = "..."
username = "yourname"

amendable login writes those hosts for you. amendable login --staging writes the staging hosts instead. See Environments.

Override with AMENDABLE_TOKEN, AMENDABLE_API_URL, AMENDABLE_APP_URL, AMENDABLE_USERNAME, or AMENDABLE_CONFIG.