Skip to content

Settings

In the TUI, press Shift+S from any screen to open Settings. Or use:

Terminal window
merka settings

Add --json for machine-readable output.

Switch between Light and Dark mode. The theme affects all TUI screens. The system default follows your terminal’s color scheme.

Control how much detail appears in log files:

LevelWhat it captures
errorOnly errors
warnErrors and warnings
infoNormal operation (default)
debugDetailed debugging information
traceEverything, including low-level details

You can also set the log level at launch:

Terminal window
merka --log-level debug

Or via environment variable:

Terminal window
MERKA_LOG=debug merka

From the Settings screen you can access identity management actions:

  • View identity — Shows your device fingerprint and link state
  • Link to cosmic.rocks — Connect to a cosmic.rocks account
  • Unlink — Remove the cosmic.rocks connection
  • Rotate device key — Generate a new device-signing key (keeps your identity)

Log files are written to:

# macOS
~/Library/Logs/rocks.cosmic.merka.cli/
# Linux
~/.local/state/rocks.cosmic.merka.cli/

When reporting issues, include these logs in your support bundle (merka diagnostics export).

VariableEffect
MERKA_LOGSet log level (same as --log-level)
MERKA_HOMEOverride the data/cache/log directory root