gemstash-setup - Customize your Gemstash configuration interactively
gemstash setup [--redo] [--debug] [--config-file FILE]
Customize your Gemstash configuration interactively. This will save your config file, but only if a few checks pass after you’ve provided your answers.
gemstash setup
gemstash setup --redo
gemstash setup --config-file <file>
-
--redo
: Redo the configuration. This does nothing the first timegemstash setup
is run. If you want to change your configuration usinggemstash setup
after you’ve run it before, you must provide this option, otherwise Gemstash will simply indicate your setup is complete. -
--debug
: Output additional information if one of the checks at the end of setup fails. This will do nothing if all checks pass. -
--config-file FILE
: Specify the config file to write to. Without this option, your configuration will be written to~/.gemstash/config.yml
. If you write to a custom location, you will need to pass the--config-file
option to all Gemstash commands. If you plan to use ERB in your config file, you might want to use~/.gemstash/config.yml.erb
.