pome login
Signs you in through the browser and stores a team API key. On macOS the key goes
to the Keychain; elsewhere it goes to ~/.pome/credentials.json.
pome logout
Removes locally stored credentials — the Keychain entry, ~/.pome/credentials.json,
or both. Takes no flags.
Where credentials come from
Hosted commands resolve credentials in this order, and stop at the first hit:POME_API_KEY- The macOS Keychain entry,
security find-generic-password -s pome-sh ~/.pome/credentials.json, written bypome login
pome docs
Prints the docs.pome.sh URL for a topic, so you can go from the terminal to the
page without searching.
pome version
Prints the CLI version. Include it in any bug report.
pome health
Runs an in-process smoke check against the bundled GitHub twin. It answers one
question: is this installation able to boot a twin at all? For agent wiring, use
pome doctor instead.
See also
pome doctor— checks the agent-to-twin wiring, not the install.pome init— the next step after signing in.