From 52c964abd2fc7491bf624062e15456ef52ae50bd Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 15 Feb 2026 12:00:33 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bfca85..c3270d2 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Goyco includes a comprehensive CLI for administration: ./bin/goyco start # Start server as daemon ./bin/goyco stop # Stop daemon ./bin/goyco status # Check server status +./bin/goyco health # Check application and dependencies health # Database management ./bin/goyco migrate # Run database migrations @@ -286,6 +287,7 @@ All CLI commands support JSON output for easier parsing and integration with scr ./bin/goyco --json user list ./bin/goyco --json post list ./bin/goyco --json status +./bin/goyco --json health # Check health with JSON output # Example: Parse JSON output with jq ./bin/goyco --json user list | jq '.users[0].username'