tom config set

tom config set

Sets a configuration value

Synopsis

Sets a configuration value to a new value. Use tom config to see a list of all supported keys. Bash completion will suggest the names of built-in keys.

tom config set <key> <value>

Examples

tom config set data_dir $HOME/tom-data

Options

  -h, --help   help for set

Options inherited from parent commands

      --backup-dir string   backup directory (default is $HOME/.tom/backup)
  -c, --config string       config file (default is $HOME/.tom/tom.yaml)
      --data-dir string     data directory (default is $HOME/.tom)

SEE ALSO

  • tom config - Output configuration values as YAML or JSON.