You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`tow cleanup`| Remove old deployment directories |
212
260
|`tow download`| Download files from remote servers |
213
261
|`tow provision`| Provision a new server (timezone, JRE, tools) |
262
+
|`tow metrics`| Show deployment statistics from audit log |
263
+
|`tow doctor`| Pre-flight diagnostics |
214
264
|`tow mcp-server`| Start MCP server for AI agent integration |
215
265
216
266
**Advanced flags:**
@@ -241,7 +291,16 @@ tow status -o json # Machine-readable JSON output
241
291
|`elixir`|`mix deps.get, compile, release`| TCP port check |
242
292
|`generic`| — | TCP port check |
243
293
244
-
Infrastructure services are supported via [35 YAML plugins](plugins/) — Kafka, Redis, MySQL, PostgreSQL, MongoDB, Elasticsearch, ZooKeeper, Nginx, Prometheus, Grafana, Loki, Vault, Jenkins, and more. Community can add new services without writing Go code.
294
+
Infrastructure services are supported via [35 bundled YAML plugins](plugins/) — Kafka, Redis, MySQL, PostgreSQL, MongoDB, Elasticsearch, ZooKeeper, Nginx, Prometheus, Grafana, Loki, Vault, Jenkins, and more.
295
+
296
+
Community plugins can be installed from GitHub:
297
+
298
+
```bash
299
+
tow plugin add someuser/tow-plugin-mssql # GitHub repo
300
+
tow plugin add myorg/infra-plugins/oracle.yaml # specific file
301
+
tow plugin add https://example.com/custom.yaml # any URL
0 commit comments