Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CookbookCommands = &cobra.Command{
Use: "cookbook",
Short: "Import, delete, list cookbooks.",
Long: `
Imports, deletes and lists application cookbooks. Cookbooks
are a collections of similar recipes for building application
infrastructure and installing applications to a cloud space.
`,
}
Functions ¶
func DeleteRecipe ¶
func DeleteRecipe(cookbookName string)
func ImportRecipe ¶
func ImportRecipe(args []string)
func ListCookbooks ¶
func ListCookbooks()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.