package
Version:
v2.2.0+incompatible
Opens a new window with list of versions in this module.
Published: May 4, 2018
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCreate(appName string) *commander.CommandWrapper
NewCreate Creates a new create command
func NewDelete(appName string) *commander.CommandWrapper
NewDelete Create a new create command
func NewStatus(appName string) *commander.CommandWrapper
NewStatus Creates a new status command
Create commands for google Deployment Manager
func (c *Create) Execute(opts *commander.CommandHelper)
Execute runs the create command
Delete commands for google Deployment Manager
func (d *Delete) Execute(opts *commander.CommandHelper)
Execute runs the create command
type Imports struct {
Paths []Path `yaml:"imports"`
}
Imports is the high level representation of imports in the config.yml file.
type Path struct {
Path string `yaml:"path"`
Name string `yaml:"name,omitempty"`
}
Path contains all the jinja imports in the config.yml file.
Status commands for google Deployment Manager
func (s *Status) Execute(opts *commander.CommandHelper)
Execute runs the create command
Source Files
¶
Click to show internal directories.
Click to hide internal directories.