# Install aliases (one time)
cd ~/Docker/message-relay
./install-aliases.sh
source ~/.zshrcrelay-help # π Show all commands
relay-status # β
Is it running?
relay-logs # π Watch logs (Ctrl+C to stop)
relay-restart # π Restart service
relay-test # π§ͺ Send test messagerelay-start # βΆοΈ Start
relay-stop # βΉοΈ Stop
relay-restart # π Restart
relay-status # β Check status
relay-full-status # π Detailed statusrelay-logs # ποΈ Watch logs live
relay-errors # β Watch errors
relay-logs-last # π Last 50 lines
relay-logs-color # π¨ Colored logs
relay-logs-clear # ποΈ Clear all logs
relay-search error # π Search logsrelay-test # Quick test
relay-health # Check /health
relay-send '+1234567890' 'Hello!' # Send custom messagerelay-info # π± Service summary
relay-full-status # π Complete report
relay-logs-size # π Log file sizesrelay-cd # Go to project
relay-logs-cd # Go to logs folder# Watch logs in one terminal, test in another
relay-logs # Terminal 1
relay-test # Terminal 2
# Debug issues
relay-full-status # See what's wrong
relay-search error # Find errors
relay-restart # Try restarting
# Clean up
relay-logs-size # Check size
relay-logs-clear # Clear if too big
# Send custom message
relay-send '+1234567890' 'Hello World!'relay-restart && relay-logs # Restart and watch
relay-test && sleep 2 && relay-logs-last # Test and see result
relay-logs | grep "Message sent" # Filter logsrelay-help # All commands with examples
cat ALIASES_REFERENCE.md # Complete documentation
cat AUTOSTART_GUIDE.md # Full setup guidePrint this and keep it by your desk! π