How can we help?

Projects commands

The projects command lets you list Playwright projects in your NeetoPlaydash workspace.

List projects

This command shows projects in your workspace. Use this when you need a project_id for runs, test-entities, or other commands.

neetoplaydash projects list
neetoplaydash projects list --page 1 --page-size 50

Optional flags:

  • --page - Page number

  • --page-size - Items per page

  • --subdomain <name> - Target a specific logged-in workspace

  • --json - Return JSON envelope output

  • --quiet - Return raw payload only

  • --toon - Return TOON (token-optimized) output

Sample output:

NAME             ARCHIVED   ID     
──────────────   ────────   ───────
Sample Project   No         vbbfvk2
API Tests        No         4hb687w
Legacy Suite     Yes        xprhzkt

Page 1 of 1 (3 total records)

  List runs: neetoplaydash runs list <project_id>