CLI Reference

The rn command line tool is how you interact with rockstar.ninja. It handles authentication, pushing sessions and plans, and managing your shared content.

Commands

Command Description
rn init Create default config at ~/.rn/config.toml
rn account register Generate keypair and register with the server
rn account login Authenticate and cache a JWT
rn account whoami Show your fingerprint, username, and profile URL
rn account username set Claim or change your username
rn account username release Release your username
rn account destroy Permanently delete your account and all data
rn session push Upload a Claude Code session
rn session list List local sessions with remote status
rn session delete Delete a shared session
rn session open Open a shared session in the browser
rn plan push Upload a Claude Code plan
rn plan list List local plans with remote status
rn plan delete Delete a shared plan
rn plan open Open a shared plan in the browser
rn project list List your projects
rn project create Create a new project
rn project rename Rename a project
rn project delete Delete a project
rn project add-plan Add a plan to a project
rn project remove-plan Remove a plan from a project
rn project set-privacy Set a project's privacy level
rn project open Open a project in the browser
rn version Print the CLI version

Aliases

  • rn s is shorthand for rn session
  • rn p is shorthand for rn plan
  • rn proj is shorthand for rn project