commands

package
v2.2.0+incompatible Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreate

func NewCreate(appName string) *commander.CommandWrapper

NewCreate Creates a new create command

func NewDelete

func NewDelete(appName string) *commander.CommandWrapper

NewDelete Create a new create command

func NewStatus

func NewStatus(appName string) *commander.CommandWrapper

NewStatus Creates a new status command

Types

type Create

type Create struct {
}

Create commands for google Deployment Manager

func (*Create) Execute

func (c *Create) Execute(opts *commander.CommandHelper)

Execute runs the create command

type Delete

type Delete struct {
}

Delete commands for google Deployment Manager

func (*Delete) Execute

func (d *Delete) Execute(opts *commander.CommandHelper)

Execute runs the create command

type Imports

type Imports struct {
	Paths []Path `yaml:"imports"`
}

Imports is the high level representation of imports in the config.yml file.

type Path

type Path struct {
	Path string `yaml:"path"`
	Name string `yaml:"name,omitempty"`
}

Path contains all the jinja imports in the config.yml file.

type Status

type Status struct {
}

Status commands for google Deployment Manager

func (*Status) Execute

func (s *Status) Execute(opts *commander.CommandHelper)

Execute runs the create command

Jump to

Keyboard shortcuts

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