Skip to content

pitchfork settings set

  • Usage: pitchfork settings set [FLAGS] <KEY> <VALUE>

Set a setting value in a config file

Arguments

<KEY>

Setting key in dot notation (e.g., general.log_level, web.auto_start)

<VALUE>

Value to set (type must match the setting: string, integer, boolean, or duration)

Flags

--global

Write to the user-level global config (~/.config/pitchfork/config.toml)

--local

Write to the project-level pitchfork.local.toml (overrides pitchfork.toml)

--project

Write to the project-level pitchfork.toml (default if no flag specified)

MIT LicenseCopyright © 2026jdx.dev