forge routing
Manage DNS routing — sync, plan, preview.
Command
forge routing <subcommand> [args]
Arguments
None. Use a
<subcommand> — run forge --help for per-subcommand arguments.
Flags
None.
Subcommands
| Subcommand | Usage |
|---|---|
| |
| |
| |
Examples
Sync DNS routing:
forge routing sync
Plan routing for a domain:
forge routing plan my-app.blueforge.studio
Preview routing:
forge routing preview my-app.blueforge.studio
# → CNAME: my-app.blueforge.studio → proxy.blueforge.studio
# → A: *.blueforge.studio → 203.0.113.42
Errors
| Exit code | Meaning |
|---|---|
| 0 | Success |
| 1 | Failed |
Pitfalls
- DNS propagation — changes may take time to propagate depending on the DNS provider and TTL settings.
- Plan vs preview —
shows the intended routing;plan
shows the current live routing.preview
See also
{auto-injected}
Tested against
{auto-injected}