voicegw projects / voicegw project
List all configured projects or show details for a single project.Purpose
Theprojects command lists every project defined in the gateway configuration, showing their name, tags, daily budget, and default stack. The project command shows full details for a single project, including today’s spend if cost tracking is enabled.
Syntax
Options (projects)
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--config | -c | string | null | Path to voicegw.yaml. Auto-discovered if omitted. |
Options (project)
| Argument | Type | Required | Description |
|---|---|---|---|
PROJECT_ID | string | yes | The project ID to display. |
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--config | -c | string | null | Path to voicegw.yaml. Auto-discovered if omitted. |
Output (projects)
A table with columns:| Column | Description |
|---|---|
| ID | Project identifier (e.g., tonys-pizza). |
| Name | Human-readable name. |
| Tags | Space-separated tags. |
| Budget/day | Daily budget in USD, or - if unlimited. |
| Default Stack | Named stack, or - if none. |
Output (project)
A Rich panel showing:- Project name and description.
- Tags, default stack, and daily budget.
- Today’s spend and request count (if cost tracking is enabled).
Examples
List all projects
Show details for a single project
List projects with a custom config
Exit Codes
| Code | Meaning |
|---|---|
0 | Success (including when no projects are configured — prints a warning). |
1 | Config failed to load, or the specified project ID was not found. |
Related Commands
voicegw costs— view cost breakdown for a projectvoicegw logs— view request logs filtered by projectvoicegw status— see which providers each project uses