Install the CLI
The command name is amendable. Source lives in LaunchPlatform/amendable-cli.
Requires Rust 1.85+ (rustup).
cargo install --git https://github.com/LaunchPlatform/amendable-cli --lockedamendable --helpgit clone https://github.com/LaunchPlatform/amendable-cli.gitcd amendable-clicargo install --path . --lockedamendable --helpConfig 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.