The registration of tenant and tenant handlers can be done on a
running engine.
+Reloads
+~~~~~~~
+
+Reloading all tenants:
+
+``reload-tenants``
+
+::
+
+ reload-tenants
+
+Reloading a single tenant:
+
+``reload-tenant <tenant id> [yaml path]``
+
+::
+
+ reload-tenant 1 tenant-1.yaml
+ reload-tenant 5
+
+The ``[yaml path]`` is optional. If it isn't provided, the original path of
+the tenant will be used during the reload.
+
Eve JSON output
---------------
specified. If it is omitted, the original yaml that was used to load
/ last reload the tenant is used.
+.. describe:: reload-tenants
+
+ Reload all registered tenants by reloading their yaml.
+
.. describe:: unregister-tenant <id>
Unregister tenant with a particular ID.