Skip to content
1 min read

fj config

Manage local fj configuration (editor, pager, browser, etc.)

fj config [OPTIONS] <COMMAND>

Every command also accepts the global flags: --host, --debug, --no-pager, --json-fields.

fj config get

Print a key’s current value

fj config get [OPTIONS] <KEY>

Arguments

  • <KEY> — Configuration key

fj config set

Set a key

fj config set [OPTIONS] <KEY> <VALUE>

Arguments

  • <KEY> — Configuration key
  • <VALUE> — Value to set

fj config list

Show all configured keys

fj config list [OPTIONS]

fj config path

Print the path of the config file

fj config path [OPTIONS]
Contributors
  • Stephen Way