From 37b57ce346d3f9ff7b34add79887220f025a57f7 Mon Sep 17 00:00:00 2001 From: Gillian Newton Date: Sun, 28 Oct 2018 21:13:54 -0400 Subject: [PATCH] Update tljh-config.rst --- docs/topic/tljh-config.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/topic/tljh-config.rst b/docs/topic/tljh-config.rst index 4c62e17..ea50b3e 100644 --- a/docs/topic/tljh-config.rst +++ b/docs/topic/tljh-config.rst @@ -160,3 +160,15 @@ Advanced: ``config.yaml`` ``config.yaml`` file located at ``/opt/tljh/config.yaml``. ``tljh-config`` is the recommended method of editing / viewing configuration since editing YAML by hand in a terminal text editor is a large source of errors. + +``Remove configuration values`` +--------------------------------- + +Use the argument ``remove-item`` to delete a configuration value from the +``config.yaml`` file: + +``tljh-config remove-item `` + +After modifying the configuration, reload JupyterHub to apply changes + +``tljh-config reload``