Guides
Guides cover task-oriented workflows after the first successful deploy.
Available Guides
- Customer Domains: attach a hostname you control and understand DNS plus ACME validation modes.
- Cargo SSH Jobs: scaffold an inspectable Script/Cargo SSH project and diagnose public SNI SSH routing.
Common Task Pattern
Most Switchboard workflows follow the same pattern:
- Inspect with a read-only command.
- Dry run when the command supports it.
- Run the mutating command with the required confirmation flag.
- Read back state from the relay, Hub, gateway, or local report.
- Diagnose the failing stage before retrying spend.
For deploys, use:
proof switchboard preflight --quote
proof switchboard deploy --yes --dry-run --json
proof switchboard deploy --yes
proof switchboard status
For local recovery, start read-only:
proof switchboard deploy status
proof switchboard deploy doctor --report <report.json>
Do not use admin recovery commands from old runbooks unless PROOF support asks you to. Public user workflows should stay on the normal Switchboard CLI surface.