Docs
Config

geni config get

Print the effective config value the CLI is using right now.

geni config get [key] [flags]

Prints the value the CLI would use right now. With no key, prints every settable key alongside its current value.

Synopsis

geni config get                     # all keys, table
geni config get apiUrl              # one value, bare
geni config get --json              # all keys, JSON
geni config get apiUrl --json       # one key, JSON
Arg / FlagNotes
[key]One of apiUrl, dashboardUrl. Omit to list everything.
--jsonMachine-readable output.

Output

KEY           VALUE
apiUrl        http://localhost:4111
dashboardUrl  http://localhost:5177

On this page