forked from toolshed/abra
reformat: remove extra line in CLI help
This commit is contained in:
@ -39,7 +39,6 @@ If you want to copy a myfile.txt to the root of the app service:
|
||||
And if you want to copy that file back to your current working directory locally:
|
||||
|
||||
abra app cp <domain> app:/myfile.txt .
|
||||
|
||||
`,
|
||||
Action: func(c *cli.Context) error {
|
||||
app := internal.ValidateApp(c)
|
||||
|
@ -44,7 +44,6 @@ Got any more ideas? Please let us know:
|
||||
This command is best accompanied by "abra app logs <domain>" which may reveal
|
||||
further information which can help you debug the cause of an app failure via
|
||||
the logs.
|
||||
|
||||
`,
|
||||
Aliases: []string{"e"},
|
||||
Flags: []cli.Flag{
|
||||
|
@ -68,7 +68,7 @@ in ~/.abra/) to generate a report of all your apps.
|
||||
By passing the "--status/-S" flag, you can query all your servers for the
|
||||
actual live deployment status. Depending on how many servers you manage, this
|
||||
can take some time.
|
||||
`,
|
||||
`,
|
||||
Flags: []cli.Flag{
|
||||
internal.DebugFlag,
|
||||
statusFlag,
|
||||
|
Reference in New Issue
Block a user