forked from toolshed/abra
docs: pass on sub-command help
This commit is contained in:
@ -33,10 +33,9 @@ Run "abra app ps <domain>" to see a list of service names.
|
||||
|
||||
Pass "--all-services/-a" to restart all services.
|
||||
|
||||
Example:
|
||||
EXAMPLE:
|
||||
|
||||
abra app restart example.com app
|
||||
`,
|
||||
abra app restart example.com app`,
|
||||
BashComplete: autocomplete.AppNameComplete,
|
||||
Action: func(c *cli.Context) error {
|
||||
app := internal.ValidateApp(c)
|
||||
|
Reference in New Issue
Block a user