Config
geni config path
Print the absolute path to the config file.
geni config pathPrints the absolute path to the CLI's config file. Useful for cat, vim, and shell substitutions:
cat $(geni config path)
vim $(geni config path)Output
/Users/jack/.config/geni/config.jsonThe file may not exist yet — path always prints what it would be, regardless of whether anything's been written.