Herd Services
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
# List all installed services and their status
herd services:list
# See which service types are available
herd services:available
# See available versions for a service type
herd services:versions mysql
# Create a new service instance
herd services:create mysql
# Start and stop services
herd services:start mysql
herd services:stop mysql
# Clone an existing service (including data and config)
herd services:clone mysql
# Delete a service and all its data
herd services:delete mysql
herd services:delete mysql