tasks

package
v0.0.0-...-3891d2e Latest Latest
Warning

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

Go to latest
Published: May 22, 2018 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeletePlugin_Flags = []cli.Flag{}
View Source
var Delete_Flags = []cli.Flag{
	cli.StringFlag{
		Name:  "region, r",
		Usage: "region to delete from",
		Value: "ap-southeast-2",
	},
}
View Source
var Generate_Flags = []cli.Flag{
	cli.StringFlag{
		Name:  "format, f",
		Usage: "cf output format (only yaml is supported)",
		Value: "yaml",
	},
	cli.StringFlag{
		Name:  "env",
		Usage: "environment config to use from ./config/environment.yaml",
	},
	cli.StringFlag{
		Name:  "envFile",
		Usage: "path to the environment.yaml file",
	},
	cli.StringSliceFlag{
		Name:  "param, p",
		Usage: "cloudformation parameters. eg. ( -p Env=dev -p BucketName=test )",
	},
	cli.BoolFlag{
		Name:  "noBaseOutputs, b",
		Usage: "disable generation of outputs for Base AWS types",
	},
}
View Source
var GetPlugin_Flags = []cli.Flag{}
View Source
var PrintEvents_Flags = []cli.Flag{
	cli.StringFlag{
		Name:  "region, r",
		Usage: "region to deploy to",
		Value: "ap-southeast-2",
	},
}
View Source
var PrintPlugins_Flags = []cli.Flag{}
View Source
var Upsert_Flags = []cli.Flag{
	cli.StringFlag{
		Name:  "region, r",
		Usage: "region to deploy to",
		Value: "ap-southeast-2",
	},
	cli.StringFlag{
		Name:  "stackName",
		Usage: "stack name to deploy (defaults to filename)",
	},
	cli.StringFlag{
		Name:  "url",
		Usage: "Url to use for the stack definition (s3)",
	},

	cli.StringFlag{
		Name:  "format, f",
		Usage: "cf output format (only yaml is supported)",
		Value: "yaml",
	},
	cli.StringFlag{
		Name:  "env",
		Usage: "environment config to use from ./config/environment.yaml",
	},
	cli.StringFlag{
		Name:  "envFile",
		Usage: "path to the environment.yaml file",
	},
	cli.StringSliceFlag{
		Name:  "param, p",
		Usage: "cloudformation parameters. eg. ( --param Env=dev --param BucketName=test )",
	},
	cli.BoolFlag{
		Name:  "noBaseOutputs, b",
		Usage: "disable generation of outputs for Base AWS types",
	},
	cli.BoolFlag{
		Name:  "allowIAMUpsert, i",
		Usage: "gives the capability to perform upserts of IAM resources",
	},
}

Functions

func Delete

func Delete(c *cli.Context)

func DeletePlugin

func DeletePlugin(c *cli.Context)

func Generate

func Generate(c *cli.Context)

func GetPlugin

func GetPlugin(c *cli.Context)

func PrintEvents

func PrintEvents(c *cli.Context)

func PrintPlugins

func PrintPlugins(c *cli.Context)

func Upsert

func Upsert(c *cli.Context)

Types

This section is empty.

Jump to

Keyboard shortcuts

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