camp settings set
Set a camp setting
Synopsis
Set a camp setting non-interactively.
Accepts the same keys as 'camp settings get'. Theme values are one of adaptive, light, dark, or high-contrast. Boolean values accept true/false. Setting local.theme_override to 'inherit' clears the override; local.* keys require running inside a campaign.
camp settings set <key> <value> [flags]
Examples
camp settings set global.theme dark
camp settings set global.verbose true
camp settings set local.theme_override light
camp settings set local.theme_override inherit
Options
-h, --help help for set
Options inherited from parent commands
--config string config file (default: ~/.obey/campaign/config.json)
--no-color disable colored output
--verbose enable verbose output
SEE ALSO
- camp settings - Manage camp configuration