bosh

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const RESET = "\033[0m"

Reset all custom styles

View Source
const RESET_LINE = "\r\033[K"

Return curor to start of line and clean it

Variables

View Source
var UIPrint = fmt.Println
View Source
var UIPrintStatus = func(i ...interface{}) (int, error) {
	fmt.Print(RESET_LINE)
	return fmt.Printf(i[0].(string)+getProcessing(), i[1:]...)
}

Functions

func CloudConfigAction

func CloudConfigAction(c *cli.Context, cc cloudconfig.Deployer) error

CloudConfigAction is the action that is executed for each cloud config command

func GetAuthFlags

func GetAuthFlags() []pcli.Flag

func ProductAction

func ProductAction(c *cli.Context, productDeployment product.Deployer) error

ProductAction is the action that is executed for each product command

Types

This section is empty.

Jump to

Keyboard shortcuts

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