fix: "abra app restart" docs + --all-services

See coop-cloud/organising#605
This commit is contained in:
2024-07-07 21:52:24 +02:00
parent beaa233421
commit 1097daa69f
3 changed files with 80 additions and 30 deletions

View File

@ -278,6 +278,13 @@ var GitEmailFlag = &cli.StringFlag{
Destination: &GitEmail,
}
var AllServices bool
var AllServicesFlag = &cli.BoolFlag{
Name: "all-services, a",
Usage: "Restart all services",
Destination: &AllServices,
}
// SubCommandBefore wires up pre-action machinery (e.g. --debug handling).
func SubCommandBefore(c *cli.Context) error {
if Debug {