Skip to content

Files, Environment & Schemas

Terminal window
hike config init
hike config show --format yaml
hike config validate
hike config path
Terminal window
hike env init
hike env show
hike env validate
hike env path

The most important env variables are:

  • HIKE_CONFIG_PATH
  • HIKE_ENV_PATH
  • HIKE_DEBUG
  • HIKE_SCHEMA_STORE_PATH
Terminal window
hike schema list
hike schema show config
hike schema validate --type config hike.config.yaml
hike schema export --out .schemas
hike.config.yaml
theme: nord
binding_set: mnemonic
startup_auto_open: true
local_browser_view_mode: flat-list
.env
HIKE_DEBUG=1
HIKE_SCHEMA_STORE_PATH=.schemas

If you still have a legacy configuration.json, hike config init --force migrates it to the modern YAML path.