1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

updateconf and help commands

This commit is contained in:
Kyle Spearrin
2019-10-24 20:13:20 -04:00
parent 2df1f156be
commit 93223129e1

View File

@@ -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 %}