@rotur/cli
v1.0.0
Published
Manage your Rotur account from the terminal
Readme
@rotur/cli
Manage your Rotur account from the terminal.
Install
npm install -g @rotur/cliFrom source:
cd ~/rotur-cli
npm install && npm run build && npm linkQuick start
rotur login
rotur whoami
rotur me
rotur friends
rotur friend alice
rotur daily
rotur logoutLogin uses the device link flow. Your token is stored at ~/.config/rotur/config.json.
Sections
| Section | What it does |
|---------|----------------|
| auth | login, logout, whoami |
| account | profile, credits, blocks, notes |
| friends | list, request, accept, remove |
| following | follow / unfollow |
| posts | post, feed, like |
| notifications | inbox |
| tokens | scoped sub-tokens |
| keys | keys you own |
| gifts | gift codes |
rotur help
rotur help account
rotur help friendsShortcuts
login · logout · whoami · me · friend · unfriend · follow · unfollow · post · feed · daily · transfer · block · unblock
Options
rotur whoami --json # machine-readable outputLicense
MIT
