BlueForge Docs

forge list

List registered projects accessible with the current API key.

Command

forge list [--json]

Arguments

None.

Flags

FlagTypeDefaultNotes
--json
bool
false
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 codeMeaning
0Success
2Auth failure (no key, invalid key)

Pitfalls

  • Scope — only returns projects the API key has access to.

See also

{auto-injected}

Tested against

{auto-injected}