pensar projects

Overview

The pensar projects command lists all projects in your connected Pensar Console workspace. Projects are the top-level organizational unit in Console — each project maps to a codebase or application being tested.

Usage

$pensar projects

Prerequisites

You must be connected to Pensar Console via pensar auth login before using this command.

Output

Returns a JSON array of project objects:

1[
2 {
3 "id": "proj_abc123",
4 "name": "My Web App",
5 "slug": "my-web-app",
6 "createdAt": "2026-01-15T10:30:00Z"
7 }
8]

Options

FlagDescription
-h, --helpShow help message