diff --git a/cli/app/cp.go b/cli/app/cp.go index 671ccf62..5e647715 100644 --- a/cli/app/cp.go +++ b/cli/app/cp.go @@ -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 app:/myfile.txt . - `, Action: func(c *cli.Context) error { app := internal.ValidateApp(c) diff --git a/cli/app/errors.go b/cli/app/errors.go index ad61c999..2d0632c9 100644 --- a/cli/app/errors.go +++ b/cli/app/errors.go @@ -44,7 +44,6 @@ Got any more ideas? Please let us know: This command is best accompanied by "abra app logs " 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{ diff --git a/cli/app/list.go b/cli/app/list.go index 525d4bcd..1692c281 100644 --- a/cli/app/list.go +++ b/cli/app/list.go @@ -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, diff --git a/cli/cli.go b/cli/cli.go index 8784f99b..90c706a0 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -40,7 +40,6 @@ Supported shells are as follows: fizsh zsh bash - `, ArgsUsage: "", Flags: []cli.Flag{ diff --git a/cli/recipe/upgrade.go b/cli/recipe/upgrade.go index 58c4bc9e..f6fa259e 100644 --- a/cli/recipe/upgrade.go +++ b/cli/recipe/upgrade.go @@ -46,7 +46,6 @@ interface. You may invoke this command in "wizard" mode and be prompted for input: abra recipe upgrade - `, BashComplete: autocomplete.RecipeNameComplete, ArgsUsage: "", diff --git a/cli/record/new.go b/cli/record/new.go index 204e483a..1c389972 100644 --- a/cli/record/new.go +++ b/cli/record/new.go @@ -45,7 +45,6 @@ Example: You may also invoke this command in "wizard" mode and be prompted for input: abra record new - `, Action: func(c *cli.Context) error { zone, err := internal.EnsureZoneArgument(c) diff --git a/cli/record/record.go b/cli/record/record.go index 34738cd1..bc2339f0 100644 --- a/cli/record/record.go +++ b/cli/record/record.go @@ -28,7 +28,6 @@ library documentation for more. It supports many existing providers and allows to implement new provider support easily. https://pkg.go.dev/github.com/libdns/libdns - `, Subcommands: []cli.Command{ RecordListCommand, diff --git a/cli/server/add.go b/cli/server/add.go index cb7a344b..538a22ba 100644 --- a/cli/server/add.go +++ b/cli/server/add.go @@ -41,7 +41,6 @@ such purposes. Docker stable is now installed by default by this script. The source for this script can be seen here: https://github.com/docker/docker-install - ` ) @@ -404,7 +403,6 @@ If "--local" is passed, then Abra assumes that the current local server is intended as the target server. This is useful when you want to have your entire Co-op Cloud config located on the server itself, and not on your local developer machine. - `, Flags: []cli.Flag{ internal.DebugFlag,