recipe

package
v0.0.0-...-004cd70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2024 License: GPL-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RecipeCommand = cli.Command{
	Name:      "recipe",
	Aliases:   []string{"r"},
	Usage:     "Manage recipes",
	ArgsUsage: "<recipe>",
	Description: `
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
Cloud community and you can use Abra to read them, deploy 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{
		recipeFetchCommand,
		recipeLintCommand,
		recipeListCommand,
		recipeNewCommand,
		recipeReleaseCommand,
		recipeSyncCommand,
		recipeUpgradeCommand,
		recipeVersionCommand,
		recipeResetCommand,
		recipeDiffCommand,
	},
}

RecipeCommand defines all recipe related sub-commands.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL