Commands Overview
Run witboost-infra --help to see below output and get familiar with the different commands offered by the tool.
Usage: witboost-infra [options] [command]
CLI to migrate Witboost to newer versions
Options:
-V, --version output the version number
-l, --log-level <level> set log level (default: "info")
-h, --help display help for command
Commands:
transform [options] Transforms a values.yaml provided by the user
init [options] Initializes CLI setup by setting up required minimal CLI configuration and directory structure
mirror-images [options] Mirrors Witboost docker images to a customer registry
mirror-chart [options] Mirrors Witboost Helm chart and its dependencies to a target registry (OCI or HTTP/S Helm repo)
checkdb [options] Checks database connectivity and verifies the presence of required databases
convert-hocon [options] Converts HOCON blocks in the values.yaml into pure YAML format, making them compatible with newer Witboost versions that do not support HOCON parsing
prepare-secret [command] Creates or updates a Witboost secret JSON file
help [command] display help for command
In this section, you will find the details of each command.