[ Documentation ]
peach config

peach config

Manage local preferences that affect the CLI and desktop companion. Telemetry is persisted in ~/.peach/config.json. CLI hints and background update notices are intentionally environment-controlled; set PEACH_HINTS=off or PEACH_UPDATE_CHECK=off to suppress them.

terminal
peach config telemetry [on|off|status]

Examples

terminal
peach config telemetry
peach config telemetry off
PEACH_HINTS=off peach describe
PEACH_UPDATE_CHECK=off peach describe

Local Preferences

config telemetry persists the analytics preference under ~/.peach/config.json. Hints and CLI update notices are not a config command surface; set PEACH_HINTS=off or PEACH_UPDATE_CHECK=off to suppress them.