Hello World

Values and Reset

Read and write individual config keys, initialize config, and reset the active profile to defaults.

On this page

Initialize config

tunnee config init

Read a value

tunnee config get api_addr

Set a value

tunnee config set api_addr http://localhost:8080

Reset the active profile

tunnee config reset --env development

--env accepts development or production.

Notes

  • Reset applies only to the current profile.
  • Use show before and after a reset when you want to verify exactly what changed.

Made by Basic Shapes in Europe.