File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ Codex CLI-first multi-account OAuth manager for the official `@openai/codex` CLI
5050### Option A: Standard install
5151
5252``` bash
53- npm i -g @openai/codex
5453npm i -g codex-multi-auth
5554```
5655
@@ -75,18 +74,16 @@ codex auth status
7574
7675### Step-by-step
7776
78- 1 . Install global packages:
79- - ` npm i -g @openai/codex `
77+ 1 . Install global package:
8078 - ` npm i -g codex-multi-auth `
81792 . Run first login flow with ` codex auth login `
82- 3 . Validate state with ` codex auth list ` and ` codex auth check `
80+ 3 . Validate state with ` codex auth status ` and ` codex auth check `
83814 . Confirm routing with ` codex auth forecast --live `
8482
8583### Verification
8684
8785``` bash
8886codex auth status
89- codex auth list
9087codex auth check
9188```
9289
@@ -98,7 +95,7 @@ codex auth check
9895
9996``` bash
10097codex auth login
101- codex auth list
98+ codex auth status
10299codex auth check
103100codex auth forecast --live
104101```
You can’t perform that action at this time.
0 commit comments