Installation
Requirements
- Node.js >= 18
- Linux, macOS, or Windows
Platform notes
On Linux and macOS, the credentials cache at ~/.revos/credentials.json is
created with 0600 permissions. On Windows those POSIX bits are not applied —
the file lives under %USERPROFILE%\.revos\ and is protected by your user
profile's ACLs. Treat that folder as sensitive.
Install
npm install -g @revos/cli
Or with pnpm:
pnpm add -g @revos/cli
Verify
revos --version
Update
The CLI checks for updates automatically and notifies you when a new version is available. To update manually:
npm update -g @revos/cli