forge status
Show deployment status of the current project.
Command
forge status [--json]
Arguments
None.
Flags
| Flag | Type | Default | Notes |
|---|---|---|---|
| bool | | Output as JSON |
Examples
Human-readable:
forge status
# → Project: my-app (prj_xxxxx)
# → Status: ready
# → Plan: pro
# → Version: 42
# → Last deploy: 2026-07-20 14:30 UTC
JSON output:
forge status --json
Errors
| Exit code | Meaning |
|---|---|
| 0 | Success |
| 2 | Auth failure (no key, invalid key) |
Pitfalls
- Linked project — shows status for the project linked via
in the current directory.forge link
See also
{auto-injected}
Tested against
{auto-injected}