BlueForge Docs

forge project get

Get a single platform project by slug or ID.

Command

forge project get <slug|id>

Arguments

NameTypeRequiredNotes
`slugid`stringyes

Flags

None.

Examples

By slug:

forge project get my-app
# → ID:       prj_xxxxx
# → Name:     my-app
# → Status:   ready
# → Plan:     pro
# → Region:   eu
# → Created:  2026-07-01

By ID:

forge project get prj_xxxxx

Errors

Exit codeMeaning
0Success
1Project not found
2Auth failure (no key, invalid key)

Pitfalls

  • Slug vs ID — you can use either the project slug or the full project ID (
    prj_*
    ).
  • Not found — verify the slug or ID is correct. Use
    forge project list
    to see all accessible projects.

See also

{auto-injected}

Tested against

{auto-injected}