BlueForge Docs

forge app-verify

Verify app health after deployment.

Command

forge app-verify <appId> [--timeout <sec>]

Arguments

NameTypeRequiredNotes
appId
stringyesApp ID

Flags

FlagTypeDefaultNotes
--timeout
intTimeout in seconds

Examples

Default verification:

forge app-verify app_xxxxx
# → Health:  OK
# → Uptime:  3d 12h
# → Version: 42

With timeout:

forge app-verify app_xxxxx --timeout 120

Errors

Exit codeMeaning
0App is healthy
1Health check failed

Pitfalls

  • Health endpoint — checks the app's configured health endpoint (
    /health
    by default).
  • Timeout — if the app does not respond within the timeout, the check fails.

See also

{auto-injected}

Tested against

{auto-injected}