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