divekit config explain

Show available configuration keys and their descriptions

Synopsis

Display documentation for Divekit configuration options.

Shows available configuration keys, their types, and descriptions. Without a topic, displays an overview of all configuration areas.

Topics

  origin    Distribution configuration
              - remote, groupId, targetGroupPath
              - members, scripting options
              - evaluationPipeline settings

  hosts     Authentication host configuration
              - url, token, tokenKey
              - concurrency settings (maxWorkers, rateLimitDelayMs)

Usage

divekit config explain [topic] [flags]

Examples

# Show configuration overview
divekit config explain

# Show origin configuration keys
divekit config explain origin

# Show hosts configuration keys
divekit config explain hosts

Inherited Flags

-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)

Parent Command