Add better documentation to abra app restart #531

Closed
opened 2025-04-14 22:28:38 +00:00 by FunPecan · 1 comment

The current CLI help documentation reads:

USAGE:
   abra app restart [command options] <domain>

It should instead say:

USAGE:
   abra app restart [command options] <domain> <service-name>

I found this through trial and error.

The current CLI help documentation reads: ``` USAGE: abra app restart [command options] <domain> ``` It should instead say: ``` USAGE: abra app restart [command options] <domain> <service-name> ``` I found this through trial and error.
Owner

Ah yes, sorry you ran into that. Thanks for reporting and glad you got something working.

The new (unreleased) version of abra has: restart <domain> [[service] | --all-services] [flags]. The release candidate is due to become the stable release sometime next week if there are no showstopper bugs found. abra upgrade --rc if you're feeling brave and these steps apply: https://docs.coopcloud.tech/abra/upgrade/#09x-beta-010x-beta

This is "solved" (however unsatisfyingly) so I will close it for now.

Ah yes, sorry you ran into that. Thanks for reporting and glad you got something working. The new (unreleased) version of `abra` has: `restart <domain> [[service] | --all-services] [flags]`. The release candidate is due to become the stable release sometime next week if there are no showstopper bugs found. `abra upgrade --rc` if you're feeling brave and these steps apply: https://docs.coopcloud.tech/abra/upgrade/#09x-beta-010x-beta This is "solved" (however unsatisfyingly) so I will close it for now.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#531
No description provided.