docs: some rewording and clarifying
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
640032b8fe
commit
0e5e7490b3
@ -7,7 +7,7 @@ import (
|
|||||||
// AppCommand defines the `abra app` command and ets subcommands
|
// AppCommand defines the `abra app` command and ets subcommands
|
||||||
var AppCommand = &cli.Command{
|
var AppCommand = &cli.Command{
|
||||||
Name: "app",
|
Name: "app",
|
||||||
Usage: "Manage apps",
|
Usage: "Manage deployed apps",
|
||||||
Aliases: []string{"a"},
|
Aliases: []string{"a"},
|
||||||
ArgsUsage: "<app>",
|
ArgsUsage: "<app>",
|
||||||
Description: `
|
Description: `
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
// CatalogueCommand defines the `abra catalogue` command and sub-commands.
|
// CatalogueCommand defines the `abra catalogue` command and sub-commands.
|
||||||
var CatalogueCommand = &cli.Command{
|
var CatalogueCommand = &cli.Command{
|
||||||
Name: "catalogue",
|
Name: "catalogue",
|
||||||
Usage: "Manage the recipe catalogue",
|
Usage: "Manage the recipe catalogue (for maintainers)",
|
||||||
Aliases: []string{"c"},
|
Aliases: []string{"c"},
|
||||||
ArgsUsage: "<recipe>",
|
ArgsUsage: "<recipe>",
|
||||||
Description: "This command helps recipe packagers interact with the recipe catalogue",
|
Description: "This command helps recipe packagers interact with the recipe catalogue",
|
||||||
|
@ -31,7 +31,7 @@ var PatchFlag = &cli.BoolFlag{
|
|||||||
// RecipeCommand defines all recipe related sub-commands.
|
// RecipeCommand defines all recipe related sub-commands.
|
||||||
var RecipeCommand = &cli.Command{
|
var RecipeCommand = &cli.Command{
|
||||||
Name: "recipe",
|
Name: "recipe",
|
||||||
Usage: "Manage recipes",
|
Usage: "Manage recipes (for maintainers)",
|
||||||
ArgsUsage: "<recipe>",
|
ArgsUsage: "<recipe>",
|
||||||
Aliases: []string{"r"},
|
Aliases: []string{"r"},
|
||||||
Description: `
|
Description: `
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
var ServerCommand = &cli.Command{
|
var ServerCommand = &cli.Command{
|
||||||
Name: "server",
|
Name: "server",
|
||||||
Aliases: []string{"s"},
|
Aliases: []string{"s"},
|
||||||
Usage: "Manage servers",
|
Usage: "Manage servers via 3rd party providers",
|
||||||
Description: `
|
Description: `
|
||||||
Manage the lifecycle of a server.
|
Manage the lifecycle of a server.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user