mio CLI for creator-side automation, scripted admin workflows, and quick API exploration from a terminal.
Install
On macOS or Linux, install the latest released binary with the official installer:mio into /usr/local/bin.
Install somewhere you own with PREFIX:
VERSION:
Update
Release installs can update themselves from the CLI:mio update reruns the official release installer into the directory containing the current executable. Use --version to pin a release, or --prefix to install into another directory:
go install, update through Go instead:
Authenticate
Interactive users can log in once:API Base
The CLI talks to the production API athttps://api.member.dev by default. Override it per command with --api-base <url> or globally with MIO_API_BASE_URL.
Current API requests are sent to /api/v1 paths. The backend still accepts older /api paths as a compatibility alias during the alpha period, but /api/v1 is the documented contract.