jikkou server-info
Display Jikkou API server information.
Synopsis
Print information about the Jikkou API server. This command is only available when Jikkou is configured in
proxy mode (i.e., when jikkou.proxy.url is set in your configuration).
jikkou server-info [flags]
Examples
# Get server information in YAML format (default)
jikkou server-info
# Get server information in JSON format
jikkou server-info -o JSON
Options
| Flag | Short | Default | Description |
|---|---|---|---|
--output | -o | YAML | Output format. Valid values: JSON, YAML |
Options inherited from parent commands
| Flag | Description |
|---|---|
--logger-level=<level> | Log level: TRACE, DEBUG, INFO, WARN, ERROR |
SEE ALSO
- jikkou health - Check health of target environments
- Configuration - Learn how to configure proxy mode
Last modified February 18, 2026: docs: add Jikkou CLI commands, provider sections (a8219d91)