CLI reference

Install: curl -fsSL https://partyline.sh/install.sh | sh (or brew install partyline-sh/tap/partyline). Run partyline <command> --help for details on any command.

Commands

| Command | What it does | | --- | --- | | partyline | Start a shared session (your $SHELL) | | partyline join '<link>' | Join a session from its link | | partyline login | Link this device to your account | | partyline whoami | Show your profile | | partyline sessions | List your live / planned sessions | | partyline team | List your teams (+ Personal) | | partyline team create <name> | Create a team | | partyline team members [--team <slug>] | List a team's members | | partyline team invite <email> [--team <slug>] [--role member\|admin] | Invite to a team | | partyline version | Print the version |

Host flags (partyline …)

  • --open — guests can type immediately (default: view-only)
  • --invite-only — only verified, invited users may join
  • --team <slug> — host for a team
  • --invite <emails> — comma-separated emails to invite on open
  • --name <name> — your display name on the session
  • --session <id> — claim a planned session created from the web
  • --relay <host:port> — override the relay (advanced)
  • -- <command> — run a specific program instead of $SHELL
$ partyline --invite-only --team acme -- npm run dev

In-session controls

  • /pwho · /phud [on|off] · /pgrant [name] · /plock · /pinvite <email> · /pexit · /phelp
  • Prefix ctrl-\ then: w who · g grant (host) · r request control · d leave · q end (host)
  • Ctrl-C does not quit (raw mode) — use /pexit or exit.