forge app-verify
Verify app health after deployment.
Command
forge app-verify <appId> [--timeout <sec>]
Arguments
| Name | Type | Required | Notes |
|---|---|---|---|
| string | yes | App ID |
Flags
| Flag | Type | Default | Notes |
|---|---|---|---|
| int | — | Timeout 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 code | Meaning |
|---|---|
| 0 | App is healthy |
| 1 | Health check failed |
Pitfalls
- Health endpoint — checks the app's configured health endpoint (
by default)./health - Timeout — if the app does not respond within the timeout, the check fails.
See also
{auto-injected}
Tested against
{auto-injected}