forge list
List registered projects accessible with the current API key.
Command
forge list [--json]
Arguments
None.
Flags
| Flag | Type | Default | Notes |
|---|---|---|---|
| bool | | Output as JSON |
Examples
Tabular output:
forge list
# → prj_xxx my-app ready free
# → prj_yyy another-app ready pro
JSON output:
forge list --json
Errors
| Exit code | Meaning |
|---|---|
| 0 | Success |
| 2 | Auth failure (no key, invalid key) |
Pitfalls
- Scope — only returns projects the API key has access to.
See also
{auto-injected}
Tested against
{auto-injected}