mani whoami

A quick "where am I": your login email and account id, the organization active for this CLI session (what mani vault ls and sharing operate on), and this machine's enrolled device. Change the active org with mani org switch. Supports --json.

Usage

mani whoami [OPTIONS]

Options

mani whoami --timing

Print a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone

mani whoami --json

Emit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents

mani whoami --quiet

Suppress progress and chatter — print only results and errors (alias: -q)

mani whoami --no-color

Never colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal

mani whoami --help

Print help (see a summary with '-h') (alias: -h)