services...

This commit is contained in:
plasmagoat 2025-07-30 00:22:33 +02:00
parent 73d2f44d74
commit 8552656731
15 changed files with 918 additions and 490 deletions

View file

@ -30,7 +30,7 @@ writeShellScriptBin "homelab-docs-readme" ''
## 🚀 Quick Actions
### View Current Status
\`\`\`bash
```bash
# Service status across fleet (if homelab CLI is available)
homelab services --global
@ -39,16 +39,16 @@ writeShellScriptBin "homelab-docs-readme" ''
# Overall status
homelab status
\`\`\`
```
### Update Documentation
\`\`\`bash
```bash
# Regenerate all documentation
homelab-generate-docs ./docs
# Generate in different directory
homelab-generate-docs /path/to/output
\`\`\`
```
## 📋 Quick Stats