LoopLoop

Projects

List and manage projects using the loop CLI.

Projects

The projects command group lets you view projects. Projects group issues toward a shared objective and provide organizational context for the feedback loop.

loop projects list

List all projects with pagination.

loop projects list [options]

Options

FlagDefaultDescription
--limit <n>50Maximum number of results
--offset <n>0Pagination offset

Examples

List all projects:

loop projects list

Output as JSON:

loop projects list --json

Sample output

Showing 3 of 3 projects

┌──────────┬──────────────────────────┬───────────┬──────────┬──────────┐
│ ID       │ NAME                     │ STATUS    │ HEALTH   │ CREATED  │
├──────────┼──────────────────────────┼───────────┼──────────┼──────────┤
│ clx1ab.. │ Improve onboarding       │ active    │ on_track │ 5d ago   │
│ clx2bc.. │ Checkout reliability     │ active    │ at_risk  │ 7d ago   │
│ clx3cd.. │ API v2 migration         │ planned   │ on_track │ 10d ago  │
└──────────┴──────────────────────────┴───────────┴──────────┴──────────┘

Project statuses

StatusDescription
backlogProject is defined but not yet started
plannedProject is scheduled for work
activeProject is actively being worked on
on_holdProject is paused
completedProject is finished

Health indicators

HealthDescription
on_trackProject is progressing as expected
at_riskProject may not meet its goals without intervention
off_trackProject is behind schedule or failing its goals

Health indicators use color coding in terminal output: green for on_track, yellow for at_risk, and red for off_track.