You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,16 +45,17 @@ Expected flow:
45
45
46
46
Backup restore appears under the `Recover saved accounts` heading in the onboarding menu. This flow does not add any new CLI flags or npm scripts.
47
47
48
-
1. The dashboard opens in the terminal.
49
-
2. Choose `Add New Account`.
50
-
3. Choose one of the sign-in options:
48
+
1. If no accounts are saved yet, the terminal opens directly to the sign-in menu.
49
+
2. Choose one of the sign-in options:
51
50
-`Open Browser (Easy)` for the normal OAuth flow
52
51
-`Manual / Incognito` when you need to paste the callback yourself
53
-
-`Recover saved accounts` when the current pool is empty and a named backup exists under `~/.codex/multi-auth/backups`
54
-
4. If you choose the backup restore flow under `Recover saved accounts`, a second menu lets you either load the newest valid backup automatically or pick a backup manually from a newest-first list.
55
-
5. If you use browser or manual sign-in, complete the official OAuth flow and return to the terminal.
56
-
6. If you load a backup, the selected named backup is restored and its active account is synced back into Codex CLI auth.
57
-
7. Confirm the account appears in the saved account list.
52
+
-`Recover saved accounts` when the current pool is empty and a named backup exists under `~/.codex/multi-auth/backups` by default, or under `%CODEX_MULTI_AUTH_DIR%\backups` if you override the storage root with `CODEX_MULTI_AUTH_DIR`
53
+
3. If you choose `Recover saved accounts`, the next menu lets you either:
54
+
- load the newest valid backup automatically
55
+
- pick a specific backup from a newest-first list
56
+
4. If you use browser or manual sign-in, complete the official OAuth flow and return to the terminal.
57
+
5. If you load a backup, the selected backup is restored, its active account is synced back into Codex CLI auth, and the login flow continues with that restored pool.
58
+
6. Confirm the restored or newly signed-in account appears in the saved account list.
0 commit comments