auth whoami currently calls formatOutput(config, user), printing the full identity table (scopes, tokens, expiry, workspace id, user record). There's no concise one-line "Signed in as " form.
Surfaced during the v0.2 installer de-noise (polylanedotcom#107): the installer removed a mid-flow auth status dump because it was noisy and surfaced a token. On a rerun, the installer short-circuits at "Already signed in" and, with the dump gone, shows no identity — because the only identity command (whoami) prints the same noisy table. A concise mode (e.g. auth whoami --quiet or a --output line that emits just Signed in as <email>) would let the installer echo "who" on reruns without the noise or a raw whoami curl.
Low priority, launch-polish. Tracking: coreplanelabs/nominal#1165.
🤖 Generated with Claude Code
https://claude.ai/code/session_01RZ4YmWBdyLd3x1TnsNN2ox
auth whoamicurrently callsformatOutput(config, user), printing the full identity table (scopes, tokens, expiry, workspace id, user record). There's no concise one-line "Signed in as " form.Surfaced during the v0.2 installer de-noise (polylanedotcom#107): the installer removed a mid-flow
auth statusdump because it was noisy and surfaced a token. On a rerun, the installer short-circuits at "Already signed in" and, with the dump gone, shows no identity — because the only identity command (whoami) prints the same noisy table. A concise mode (e.g.auth whoami --quietor a--output linethat emits justSigned in as <email>) would let the installer echo "who" on reruns without the noise or a raw whoami curl.Low priority, launch-polish. Tracking: coreplanelabs/nominal#1165.
🤖 Generated with Claude Code
https://claude.ai/code/session_01RZ4YmWBdyLd3x1TnsNN2ox