forked from toolshed/abra
docs: attempt to simplify app/server/recipe CLI docs [ci skip]
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user