command

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2014 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const CommandHelpTemplate = `` /* 289-byte string literal not displayed */

Variables

View Source
var Commands = []cli.Command{
	commandList,
	commandStart,
	commandStop,
	commandCreate,
	commandCreateFromImage,
	commandClone,
	commandRecreate,
	commandModify,
	commandResetPassword,
	commandInfo,
	commandHistory,
	commandUsage,
	commandDelete,
	commandFirewallList,
	commandFirewallCreate,
	commandFirewallModify,
	commandFirewallDelete,
	commandBackupScheduleSet,
	commandBackupScheduleRemove,
	commandBackup,
	commandBackupList,
	commandBackupRestore,
	commandBackupInfo,
	commandBackupDelete,
	commandAutoscale,
	commandAutoscaleCreate,
	commandAutoscaleUpdate,
	commandAutoscaleDrop,
	commandAutoscaleHistory,
	commandApplicationList,

	commandApplicationInstall,
	commandApplicationReset,
	commandApplicationDelete,
	commandImageList,
	commandImageInfo,
	commandImageCreate,
	commandImageDelete,
	commandLbList,
	commandLbInfo,
	commandLbHistory,
	commandLbCreate,
	commandLbRestart,
	commandLbDelete,
	commandLbAttach,
	commandLbDetach,
	commandOSList,
	commandBackupSchedule,
	commandInitiatingVnc,
}
View Source
var CommonFlags = []cli.Flag{
	configFileFlag, outputFlag,
}

Functions

func HelpPrinter

func HelpPrinter(appName string) func(templ string, data interface{})

Types

type Command

type Command struct {
	cli.Command
	Synopsis string
}

Jump to

Keyboard shortcuts

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