Files, Environment & Schemas
Configuration file workflows
Section titled “Configuration file workflows”hike config inithike config show --format yamlhike config validatehike config pathEnvironment file workflows
Section titled “Environment file workflows”hike env inithike env showhike env validatehike env pathSupported environment variables
Section titled “Supported environment variables”The most important env variables are:
HIKE_CONFIG_PATHHIKE_ENV_PATHHIKE_DEBUGHIKE_SCHEMA_STORE_PATH
Schema workflows
Section titled “Schema workflows”hike schema listhike schema show confighike schema validate --type config hike.config.yamlhike schema export --out .schemasExample split
Section titled “Example split”theme: nordbinding_set: mnemonicstartup_auto_open: truelocal_browser_view_mode: flat-listHIKE_DEBUG=1HIKE_SCHEMA_STORE_PATH=.schemasIf you still have a legacy configuration.json, hike config init --force
migrates it to the modern YAML path.