dvs service list
List all available services and their status.
Usageβ
dvs service list [--json]
Optionsβ
--json- Output in JSON format for automation and scripts
Outputβ
The command displays all available services with their installation status:
[ β ]- Installed and running[ β ]- Installed but stopped[ ]- Not installed
JSON Outputβ
{
"services": [
{
"name": "mysql",
"status": "running",
"installed": true,
"url": "https://mysql.svc.dvs.sh"
},
{
"name": "mailpit",
"status": "not_installed",
"installed": false,
"url": ""
}
]
}
Exampleβ
$ dvs service list
Available services:
[ β ] mysql https://mysql.svc.dvs.sh
[ β ] mariadb
[ ] mailpit
[ ] phpmyadmin