CLI Reference
Complete reference for the sp command-line tool.
Quick overview
All commands
| Command | Description |
|---|---|
sp setup | Deploy your full stack for the first time |
sp status | Show health of all services and access URLs |
sp add <service> | Enable an optional service (n8n, calcom, pocketbase, adminer) |
sp remove <service> | Disable a service, optionally keeping data |
sp export | Create an encrypted full backup |
sp restore --file <path> | Restore from a backup file |
sp update [target] | Update CLI or plugin bundle |
sp cred | Show stored credentials (masked) |
sp restart [service] | Restart all or a specific service |
sp logs <service> | Tail container logs |
sp healthcheck | Check service health and send alerts |
sp shell | Open an interactive REPL session |
sp cleanup | Remove the entire ServicePlus installation |
sp reset-password | Change master password using security answer |
sp version | Show CLI version |
Getting help
Every command supports a --help flag:
Interactive shell
For multiple operations without re-entering your master password each time, use the interactive shell: