rn plan list

List local plans with their remote status. By default, scoped to the current project directory (use --all to show all projects).

rn plan list [flags]

Alias: rn p list

Flags

Flag Short Type Default Description
--all -a bool false Show plans from all projects
--limit -n int 0 Maximum results (0 = unlimited)
--sort string date Sort by: date, size, name
--reverse -r bool false Reverse sort direction
--search string Filter by name/title substring
--pushed bool false Show only already-pushed plans
--local bool false Show only local (not pushed) plans
--project string Filter by project label

Output

Each plan shows:

  • Plan name (filename)
  • Local file size
  • Remote status: version count, privacy level, expiry, URL

Examples

List plans for the current project:

rn plan list

List plans across all projects:

rn plan list --all

Search for a plan by name:

rn plan list --search "auth"