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/spec.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,12 +121,14 @@ We intentionally avoid storing refresh tokens in plain JSON on disk.
121
121
122
122
Environment:
123
123
124
-
-`GOG_ACCOUNT=you@gmail.com` (used when `--account` is not set; otherwise uses keyring default or a single stored token)
124
+
-`GOG_ACCOUNT=you@gmail.com` (email or alias; used when `--account` is not set; otherwise uses keyring default or a single stored token)
125
125
-`GOG_KEYRING_PASSWORD=...` (used when keyring falls back to encrypted file backend in non-interactive environments)
126
126
-`GOG_KEYRING_BACKEND={auto|keychain|file}` (force backend; use `file` to avoid Keychain prompts and pair with `GOG_KEYRING_PASSWORD` for non-interactive)
127
127
-`GOG_TIMEZONE=America/New_York` (default output timezone; IANA name or `UTC`; `local` forces local timezone)
128
+
-`GOG_ENABLE_COMMANDS=calendar,tasks` (optional allowlist of top-level commands)
128
129
-`config.json` can also set `keyring_backend` (JSON5; env vars take precedence)
129
130
-`config.json` can also set `default_timezone` (IANA name or `UTC`)
131
+
-`config.json` can also set `account_aliases` for `gog auth alias` (JSON5)
0 commit comments