Documentation
¶
Overview ¶
Package burrow contains all actions that can be executed as subcommands.
Index ¶
- func Build(context *cli.Context, useSecondLevelArgs bool) error
- func Check(context *cli.Context, useSecondLevelArgs bool) error
- func Clean(context *cli.Context) error
- func Clone(context *cli.Context) error
- func Create(context *cli.Context) error
- func Doc(context *cli.Context, useSecondLevelArgs bool) error
- func Fetch(context *cli.Context, useSecondLevelArgs bool) error
- func Format(context *cli.Context, useSecondLevelArgs bool) error
- func Get(context *cli.Context, useSecondLevelArgs bool) error
- func Install(context *cli.Context) error
- func Package(context *cli.Context) error
- func Publish(context *cli.Context, useSecondLevelArgs bool) error
- func Run(context *cli.Context, useSecondLevelArgs bool) error
- func Test(context *cli.Context, useSecondLevelArgs bool) error
- func Uninstall(context *cli.Context) error
- func Update(context *cli.Context, useSecondLevelArgs bool) error
- type ProjectType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Publish ¶
Publish builds the application, packages the application and creates a new version tag in git.
Types ¶
type ProjectType ¶
type ProjectType uint8
The ProjectType describes whether this is a binary or a library project.
const ( TYPE_BIN ProjectType = iota TYPE_LIB )
The TYPE_... constants describe the type of a project.
Click to show internal directories.
Click to hide internal directories.