Documentation
¶
Index ¶
- func CheckIfError(err error)
- func Error(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func Warning(format string, args ...interface{})
- type DeployCommand
- type InitCommand
- type ListCommand
- type Meta
- type RemoveCommand
- type ResetCommand
- type UpdateCommand
- type VersionCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfError ¶
func CheckIfError(err error)
CheckIfError should be used to naively panics if an error is not nil.
Types ¶
type DeployCommand ¶
type DeployCommand struct {
Meta
}
func (*DeployCommand) Help ¶
func (c *DeployCommand) Help() string
func (*DeployCommand) Run ¶
func (c *DeployCommand) Run(args []string) int
func (*DeployCommand) Synopsis ¶
func (c *DeployCommand) Synopsis() string
type InitCommand ¶
type InitCommand struct {
Meta
}
func (*InitCommand) Help ¶
func (c *InitCommand) Help() string
func (*InitCommand) Run ¶
func (c *InitCommand) Run(args []string) int
func (*InitCommand) Synopsis ¶
func (c *InitCommand) Synopsis() string
type ListCommand ¶
type ListCommand struct {
Meta
}
func (*ListCommand) Help ¶
func (c *ListCommand) Help() string
func (*ListCommand) Run ¶
func (c *ListCommand) Run(args []string) int
func (*ListCommand) Synopsis ¶
func (c *ListCommand) Synopsis() string
type RemoveCommand ¶
type RemoveCommand struct {
Meta
}
func (*RemoveCommand) Help ¶
func (c *RemoveCommand) Help() string
func (*RemoveCommand) Run ¶
func (c *RemoveCommand) Run(args []string) int
func (*RemoveCommand) Synopsis ¶
func (c *RemoveCommand) Synopsis() string
type ResetCommand ¶
type ResetCommand struct {
Meta
}
func (*ResetCommand) Help ¶
func (c *ResetCommand) Help() string
func (*ResetCommand) Run ¶
func (c *ResetCommand) Run(args []string) int
func (*ResetCommand) Synopsis ¶
func (c *ResetCommand) Synopsis() string
type UpdateCommand ¶
type UpdateCommand struct {
Meta
}
func (*UpdateCommand) Help ¶
func (c *UpdateCommand) Help() string
func (*UpdateCommand) Run ¶
func (c *UpdateCommand) Run(args []string) int
func (*UpdateCommand) Synopsis ¶
func (c *UpdateCommand) Synopsis() string
type VersionCommand ¶
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.