Skip to main content

crewship preferences

Manage your own user preferences — small JSON settings the dashboard persists per user (theme, layout toggles, and similar). They are scoped to your account, not the workspace, so no elevated role is required: the endpoints key every row on the user ID from your auth token.
Preferences are stored as raw JSON, so set takes a JSON literal — quote strings and booleans. set theme dark is rejected (not valid JSON); set theme '"dark"' is correct.

Subcommands


crewship preferences list

Prints every preference as a KEY / VALUE table (values are the raw JSON as stored). Use -f json for a machine-readable map.

crewship preferences set

The value must be valid JSON and is stored verbatim (the CLI does not re-encode it, so true is stored as the boolean true, not the string "true"). Values over 16 KB are rejected by the server.

crewship preferences delete


API

See also crewship privacy for peer-memory consent and cards, and crewship config for CLI-side (not account) settings.