denvig services
The services command lets you manage background services defined in your projects. Services are long-running processes such as web servers, databases, or workers.
denvig services <subcommand>Subcommands
Section titled “Subcommands”List all services across all projects:
denvig services listStart a service:
denvig services start <service-name>Stop a running service:
denvig services stop <service-name>restart
Section titled “restart”Restart a service:
denvig services restart <service-name>status
Section titled “status”Show the status of a specific service:
denvig services status <service-name>Show logs for a service:
denvig services logs <service-name>teardown
Section titled “teardown”Stop all project services and remove them from launchctl:
denvig services teardownYou can also teardown all services on your machine at once as a hard reset:
denvig services teardown --global