docs: attempt to simplify app/server/recipe CLI docs [ci skip]

This commit is contained in:
2021-09-05 01:01:31 +02:00
parent 5287f097e7
commit d5f49594a9
3 changed files with 8 additions and 14 deletions

View File

@ -450,16 +450,10 @@ var recipeLintCommand = &cli.Command{
// RecipeCommand defines the `abra recipe` command and ets subcommands
var RecipeCommand = &cli.Command{
Name: "recipe",
Usage: "Manage app recipes",
Usage: "Manage recipes",
Description: `
A recipe is a blueprint for an app. It is made up of two things:
- A libre software app (e.g. Nextcloud, Wordpress, Mastodon)
- A package configuration which describes how to deploy and maintain it
Recipes are developed, maintained and extended by the Co-op Cloud volunteer-run
community. Each recipe has a "level" which is intended as a way to quickly show
how reliable this app is to deploy and maintain in its current state.
A recipe is a blueprint for an app. It describes how to deploy and maintain an
app.
`,
Subcommands: []*cli.Command{
recipeListCommand,