divekit config origin show
Show configuration for a distribution
Synopsis
Display the origin configuration for a specific distribution.
Shows the contents of config.json and optionally remotes.json.
Usage
divekit config origin show [flags]
Examples
# Show config as JSON
divekit config origin show -d ST2M4
# Show config and remotes
divekit config origin show -d ST2M4 --remotes
# Show config in table format
divekit config origin show -d ST2M4 --format table
Flags
-d, --distribution string Distribution name
--format string Output format: json|table (default "json")
--remotes Also show remotes.json
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)