Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RecipeCommands = &cobra.Command{
Use: "recipe",
Short: "List, show detail of recipes and configure recipe defaults.",
Long: `
The cloud-build CLI include a set of recipes which contain
instructions on how to launch services in the cloud. The sub-commands
below allow interaction with recipe templates to create customized
targets which can be launched on demand.
`,
}
Functions ¶
func ConfigureRecipe ¶
func ConfigureRecipe(name, cloud string)
func ListRecipes ¶
func ListRecipes()
func ListRecipesForCloud ¶
func ListRecipesForCloud(cloud string)
func ShowRecipe ¶
func ShowRecipe(name, cloud string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.