refactor!: maintain "domain"

See toolshed/organising#636
This commit is contained in:
2025-01-03 08:24:03 +01:00
parent 2dc8034c16
commit 1194f3b228
23 changed files with 36 additions and 36 deletions

View File

@ -15,12 +15,12 @@ import (
)
var AppRestartCommand = &cobra.Command{
Use: "restart <app> [[service] | --all-services] [flags]",
Use: "restart <domain> [[service] | --all-services] [flags]",
Aliases: []string{"re"},
Short: "Restart an app",
Long: `This command restarts services within a deployed app.
Run "abra app ps <app>" to see a list of service names.
Run "abra app ps <domain>" to see a list of service names.
Pass "--all-services/-a" to restart all services.`,
Example: ` # restart a single app service