Skip to content

Latest commit

 

History

History
121 lines (89 loc) · 2.9 KB

File metadata and controls

121 lines (89 loc) · 2.9 KB

Command Reference

Complete command, flag, and hotkey reference for codex-multi-auth.


Canonical Command Family

Primary operations use codex auth ....

Compatibility aliases are supported:

  • codex multi auth ...
  • codex multi-auth ...
  • codex multiauth ...

Primary Commands

Command Description
codex auth login Open interactive auth dashboard
codex auth list List saved accounts and active account
codex auth status Print short runtime/account summary
codex auth switch <index> Set active account by index
codex auth check Run quick account health check
codex auth features Print implemented feature summary

Advanced Commands

Command Description
codex auth verify-flagged Verify flagged accounts and optionally restore healthy accounts
codex auth forecast Forecast best account by readiness/risk
codex auth report Generate full health report
codex auth fix Apply safe account storage fixes
codex auth doctor Run diagnostics and optional repairs

Common Flags

Flag Applies to Meaning
--json verify-flagged, forecast, report, fix, doctor Print machine-readable output
--live forecast, report, fix Use live probe before decisions/output
--dry-run verify-flagged, fix, doctor Preview without writing storage
--model <model> forecast, report, fix Specify model for live probe paths
--out <path> report Write report output to file
--fix doctor Apply safe repairs
--no-restore verify-flagged Verify only; do not restore healthy flagged accounts

Dashboard Hotkeys

Main Dashboard

Key Action
Up / Down Move selection
Enter Select/open
1-9 Quick switch visible/source account
/ Search accounts
? Toggle help
Q Back/cancel

Account Details

Key Action
S Set current account
R Refresh/re-login account
E Enable/disable account
D Delete account
Q Back

Settings Screens

Key Action
Enter Toggle/select/open
1-9 Quick toggle for numbered options
S Save
R Reset
Q Back/cancel without saving draft changes
[ / ] Reorder fields in summary settings
+ / - Adjust focused numeric backend setting

Workflow Packs

Health and planning:

codex auth check
codex auth forecast --live --model gpt-5-codex
codex auth report --live --json

Repair and recovery:

codex auth fix --dry-run
codex auth fix --live --model gpt-5-codex
codex auth doctor --fix

Related