ggshield config get
#
DescriptionPrint the value of the given configuration key.
ggshield config get <KEY> [OPTIONS]
#
Options--instance
: Get per instance configuration. Default is GitGuardian SaaS URL: https://dashboard.gitguardian.com.
#
ggshield global options-h
,--help
: display detailed help
#
Examples# Get the value of 'default_token_lifetime' configuration key$ ggshield config get default_token_lifetime
# Get the value of 'default_token_lifetime' configuration key for a specific instance$ ggshield config get default_token_lifetime --instance https://dashboard.gitguardian.mycorp.local