diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-10-21 21:58:44 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-10-21 21:58:44 -0300 |
commit | 548050c6ff331b097544b4b58d7607b49050c87f (patch) | |
tree | 870a7abd1a01788d7788dd2309a9764c9ac22d4c /content/install | |
parent | c4eff37477270158c58e99fac213bc6ab37108f9 (diff) |
Added `yams update` to the CLI
Diffstat (limited to 'content/install')
-rw-r--r-- | content/install/using-the-cli.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/install/using-the-cli.md b/content/install/using-the-cli.md index 4c023c5..fe80c07 100644 --- a/content/install/using-the-cli.md +++ b/content/install/using-the-cli.md @@ -26,6 +26,7 @@ stop stops all yams services start starts yams services destroy destroy yams services so you can start from scratch check-vpn checks if the VPN is working as expected +update updates YAMS ``` Everything is very self-explanatory, but I'll go in more detail here: @@ -35,6 +36,7 @@ Everything is very self-explanatory, but I'll go in more detail here: - `start`: Starts all the services. - `destroy`: Destroys all the services so you can start the configuration from scratch. ⚠️ Be careful! ⚠️ There's no going back after this! - `check-vpn`: Checks the IP of the qBittorrent service and compares it to your own IP. If they are the same, it's going to warn you. +- `update`: Updates YAMS to the latest version available in the git repository. If you get a `docker` permission error trying to use the CLI, go [here](/faqs/) to fix it. |