forked from toolshed/abra
		
	docs: improved recipe maintainer docs
This commit is contained in:
		| @ -247,7 +247,7 @@ A new catalogue copy can be published to the recipes repository by passing the | |||||||
| // 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 (for maintainers)", | 	Usage:       "Manage the recipe catalogue", | ||||||
| 	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", | ||||||
|  | |||||||
| @ -7,13 +7,18 @@ import ( | |||||||
| // 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 (for maintainers)", | 	Usage:     "Manage recipes", | ||||||
| 	ArgsUsage: "<recipe>", | 	ArgsUsage: "<recipe>", | ||||||
| 	Aliases:   []string{"r"}, | 	Aliases:   []string{"r"}, | ||||||
| 	Description: ` | 	Description: ` | ||||||
| A recipe is a blueprint for an app. It is a bunch of configuration files which | A recipe is a blueprint for an app. It is a bunch of config files which | ||||||
| describe how to deploy and maintain an app. Recipes are maintained by the Co-op | describe how to deploy and maintain an app. Recipes are maintained by the Co-op | ||||||
| Cloud community and you can use Abra to read them and create apps for you. | Cloud community and you can use Abra to read them and create apps for you. | ||||||
|  |  | ||||||
|  | Anyone who uses a recipe can become a maintainer. Maintainers typically make | ||||||
|  | sure the recipe is in good working order and the config upgraded in a timely | ||||||
|  | manner. Abra supports convenient automation for recipe maintainenace, see the | ||||||
|  | "abra recipe upgrade", "abra recipe sync" and "abra recipe release" commands. | ||||||
| `, | `, | ||||||
| 	Subcommands: []*cli.Command{ | 	Subcommands: []*cli.Command{ | ||||||
| 		recipeListCommand, | 		recipeListCommand, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user