Skip to content

Add a concise/quiet mode to (one-line identity) #37

Description

@justinhelmer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions