config manages Gitfleet configuration values.
Configuration needs a stable interface for scripts and users instead of direct TOML editing.
Use config to set, read, or remove Gitfleet settings.
Prefer auth for profile and credential workflows. Use config for explicit
Gitfleet settings when you know the key to manage. Environment variables can
override or influence behavior at runtime, so check both local config and the
shell environment when debugging.
gitfleet config set key valuegitfleet config get keygitfleet config unset key
Configuration is local Gitfleet infrastructure and does not require a provider context.
Unsetting a key changes local behavior. Review profile and environment resolution in ../configuration.md.
Use --json when a script needs to parse configuration values.
See auth, alias, and ../configuration.md.