Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
Service service.Service `kong:"-"`
Out io.Writer `kong:"-"`
Err io.Writer `kong:"-"`
Ctx context.Context `kong:"-"`
List listCmd `cmd:"" aliases:"ls" help:"List CodeBuild projects or recent builds."`
Less lessCmd `cmd:"" help:"Display build log (stub)."`
Rerun rerunCmd `cmd:"" help:"Rerun build (stub)."`
}
Click to show internal directories.
Click to hide internal directories.