Docs
Config

geni config path

Print the absolute path to the config file.

geni config path

Prints 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.json

The file may not exist yet — path always prints what it would be, regardless of whether anything's been written.

On this page