Quellcode durchsuchen

chore: Updated utility script doc with new command and parameters

Owen Diffey vor 2 Jahren
Ursprung
Commit
94c474ad29
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      .wiki/Utility_Script.md

+ 2 - 1
.wiki/Utility_Script.md

@@ -15,9 +15,10 @@ Linux (Bash):
 | `start` | `[frontend backend redis mongo]` | Start service(s). |
 | `stop` | `[frontend backend redis mongo]` | Stop service(s). |
 | `restart` | `[frontend backend redis mongo]` | Restart service(s). |
+| `status` | `[frontend backend redis mongo]` | View status for service(s). |
 | `logs` | `[frontend backend redis mongo]` | View logs for service(s). |
 | `update` | `[auto]` | Update Musare. When auto is specified the update will be cancelled if there are any changes requiring manual intervention, allowing you to run this unattended. |
-| `attach` | `<backend,mongo>` | Attach to backend server or mongodb shell. |
+| `attach` | `<backend,mongo,redis>` | Attach to backend server, mongodb or redis shell. |
 | `build` | `[frontend backend]` | Build service(s). |
 | `eslint` | `[frontend backend] [fix]` | Run eslint on frontend and/or backend. Specify fix to auto fix issues where possible. |
 | `backup` | | Backup database data to file. Configured in .env file. |