Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 632 Bytes

File metadata and controls

20 lines (12 loc) · 632 Bytes

codex-auth config

Usage

codex-auth config live --interval <seconds>

Live Refresh Config

config live --interval <seconds> sets the live TUI refresh interval.

  • Allowed range: 5 to 3600.
  • Stored in registry.json as top-level interval_seconds.

API Refresh

API-backed refresh is the default for supported foreground paths. Use per-command --skip-api to run a foreground command with local data only. Older registry.json files may contain an api object; current builds ignore it and omit it on the next registry save.

API behavior and endpoint details live in docs/api.md.