Installation
npm install -g grid-cliCommands
cn login— Authenticate with your Grid instancecn deploy— Deploy the current directorycn logs— View runtime logs for a servicecn ssh— SSH into a running container
Server Management Commands
These commands require SSH access to the Grid server itself:
# Install / Update
sudo bash /opt/smsly-hosting/install.sh --update
# Check container status
docker compose -f /opt/smsly-hosting/docker-compose.prod.yml ps
# View logs
docker compose -f /opt/smsly-hosting/docker-compose.prod.yml logs -f backendSee the Installation Guide for detailed server management instructions.