Reference

CLI reference

Common Parlo commands for setup, mounts, API files, drives, sharing, cache, and remote repo search.

Setup

bash4 lines
1parlo setup2parlo init3parlo login4parlo doctor

Mounts

bash3 lines
1parlo mount2parlo status3parlo unmount ~/parlo

API connections

bash3 lines
1parlo connect github2parlo connect linear --headless --token "$LINEAR_API_KEY"3parlo connections

Direct file operations

Use these when you cannot or do not want to mount locally.

bash5 lines
1parlo ls github/issues/2parlo cat linear/ENG-123.md3parlo stat github/issues/42.md4parlo write linear/ENG-123.md --from ./updated.md5parlo write linear/ENG-123.md --from - < updated.md

Drives and sharing

bash3 lines
1parlo share ~/parlo/main/reports/report.pdf2parlo pin ~/parlo/main/videos/demo.mp43parlo cache status
bash3 lines
1parlo rg malloc -t cpp v8/v82parlo rg "ArrayBuffer" -t cpp https://github.com/v8/v8 --path src --max-count 103parlo grep "VACUUM" postgres/postgres --path src/backend/commands

Optional rg wrapper

bash2 lines
1parlo install-rg-wrapper2rg malloc -t cpp ~/parlo/git/v8/v8

The wrapper only intercepts Parlo repo paths. Everything else goes to your normal local ripgrep.