Commands

Comprehensive reference for all Jikkou CLI commands.

This section contains the complete reference for every Jikkou CLI command, including synopsis, options, usage examples, and related commands.

You can also run jikkou <command> --help from the terminal to view built-in help for any command.

Global Options

The following options are available on all commands:

FlagDescription
--logger-level=<level>Specify the log level verbosity. Valid values: TRACE, DEBUG, INFO, WARN, ERROR
-h, --helpShow help message and exit
-V, --versionPrint version information and exit

Core Commands

Commands for reconciling and inspecting resources against your target platform.

Reconciliation

These commands apply changes to your target platform based on resource definition files. Each command corresponds to a specific reconciliation mode.

CommandModeDescription
jikkou applyFULLCreate, update, and delete resources to match the desired state
jikkou createCREATECreate only non-existing resources
jikkou updateUPDATECreate new and update existing resources (no deletions)
jikkou deleteDELETEDelete resources no longer described in definition files
jikkou patch(explicit)Reconcile with an explicitly specified mode
jikkou replaceDelete and recreate all resources from scratch

Inspect & Validate

CommandDescription
jikkou diffPreview resource changes without applying them
jikkou getDisplay one or many resources from the target platform
jikkou validateCheck resource definitions against all validation requirements
jikkou prepareRender templates and apply transformations without validating

System Management Commands

CommandDescription
jikkou actionList and execute provider actions
jikkou healthPrint or describe health indicators for target environments
jikkou server-infoDisplay Jikkou API server information (proxy mode only)

Configuration & Discovery Commands

CommandDescription
jikkou configManage CLI configuration contexts
jikkou api-resourcesList the supported API resource types and their verbs
jikkou api-extensionsList and inspect registered API extensions