|
@@ -15,9 +15,10 @@ Linux (Bash):
|
|
| `start` | `[frontend backend redis mongo]` | Start service(s). |
|
|
| `start` | `[frontend backend redis mongo]` | Start service(s). |
|
|
| `stop` | `[frontend backend redis mongo]` | Stop service(s). |
|
|
| `stop` | `[frontend backend redis mongo]` | Stop service(s). |
|
|
| `restart` | `[frontend backend redis mongo]` | Restart 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). |
|
|
| `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. |
|
|
| `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). |
|
|
| `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. |
|
|
| `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. |
|
|
| `backup` | | Backup database data to file. Configured in .env file. |
|