settings
Manage persisted token and profile configuration.
Syntax
gfrm settings <action> [options]
Actions
initset-token-envset-token-plainunset-tokenshow
Examples
gfrm settings init --profile work
gfrm settings set-token-env --provider github --env-name GITHUB_TOKEN --profile work
gfrm settings set-token-plain --provider gitlab --profile work
gfrm settings unset-token --provider github --profile work
gfrm settings show --profile work
Notes
- effective settings are
deep-merge(global, local) settings showmasks plain tokens- use
token_envwhen possible