From 93223129e15709283c64b56281bf742061a375bd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 24 Oct 2019 20:13:20 -0400 Subject: [PATCH] updateconf and help commands --- _articles/hosting/install-on-premise.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index 404abb90..483cfe85 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -210,16 +210,18 @@ PowerShell users will run the commands with a prefixed `-` (switch). For example {% table %} -| Command | Description | -|------------|----------------------------------------------------------| -| install | Start the installer. | -| start | Start all containers. | -| restart | Restart all containers (same as start). | -| stop | Stop all containers. | -| updatedb | Update/initialize the database. | -| update | Update all containers and the database. | -| updateself | Update this main script. | -| rebuild | Rebuild generated installation assets from `config.yml`. | +| Command | Description | +|------------|----------------------------------------------------------------| +| install | Start the installer. | +| start | Start all containers. | +| restart | Restart all containers (same as start). | +| stop | Stop all containers. | +| update | Update all containers and the database. | +| updatedb | Update/initialize the database. | +| updateself | Update this main script. | +| updateconf | Update all containers without restarting the running instance. | +| rebuild | Rebuild generated installation assets from `config.yml`. | +| help | List all commands. | {% endtable %}