A decentralized music tracking and discovery platform built on AT Protocol ๐ŸŽต

Add CLI docs for scrobble, scrobble-api, and sync

+19 -4
+19 -4
apps/cli/README.md
··· 1 1 ## Rocksky CLI 2 2 3 - ๐ŸŽง The official command-line interface for [Rocksky](https://rocksky.app) โ€” a modern, decentralized music tracking and discovery platform built on the [AT Protocol](https://atproto.com). 3 + ๐ŸŽง The official command-line interface for [Rocksky](https://rocksky.app) โ€” a modern, decentralized music tracking and discovery platform built on [AT Protocol](https://atproto.com). 4 4 5 5 ## Features 6 6 - ๐Ÿ” Authenticate with your Rocksky account using OAuth ··· 71 71 rocksky nowplaying 72 72 ``` 73 73 74 + `scrobble` - Manually scrobbles a track. 75 + 76 + ```bash 77 + rocksky scrobble "Karma Police" "Radiohead" 78 + ``` 79 + 74 80 `scrobbles` - Lists all recently scrobbled tracks. 75 81 76 82 ```bash ··· 111 117 112 118 ```bash 113 119 rocksky scrobble "Karma Police" "Radiohead" 120 + ``` 121 + 122 + `scrobble-api` - Start a local listenbrainz/lastfm compatibility server 123 + 124 + ```bash 125 + rocksky scrobble-api 126 + ``` 127 + 128 + `sync` - Sync your local Rocksky data from AT Protocol 129 + 130 + ```bash 131 + rocksky sync 114 132 ``` 115 133 116 134 `whoami` - Displays the current user's information. ··· 335 353 **Returns:** 336 354 337 355 A confirmation message indicating that the API key was created successfully. 338 - 339 - 340 -