divekit config explain
Show available configuration keys and their descriptions
Manage Divekit configuration for authentication hosts and distribution origins.
hosts Manage authentication hosts (GitLab instances)
list List all configured hosts
set Add or update a host configuration
rename Rename a host entry
rm Remove a host configuration
origin Manage distribution origin configuration
list List available distributions
show Show configuration for a distribution
set Set configuration values
rm Remove configuration values
explain Display the effective configuration after merging all sources
divekit config [flags]
# List all configured GitLab hosts
divekit config hosts list
# Add a new GitLab host with interactive token prompt
divekit config hosts set --name gitlab --url https://gitlab.com --ask-token
# Show configuration for a distribution including generated remotes
divekit config origin show -d ST2M4 --remotes
# Set target group ID for a distribution
divekit config origin set -d ST2M4 --key groupId --value 123
# Show effective configuration
divekit config explain
-l, --loglevel string log level (debug, info, warn, error, fatal) (default "info")
--no-index skip project index update
--non-interactive run in non-interactive mode (fails if interactive input is required)
-y, --yes assume yes/default for all prompts (non-interactive with automatic defaults)
Show available configuration keys and their descriptions
Manage authentication hosts (GitLab instances)
Manage distribution origin configuration