Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pkg ¶
type Pkg struct {
subcommands.SubcommandBase
}
func (*Pkg) Execute ¶
func (cmd *Pkg) Execute(ctx *appcontext.AppContext, _ *repository.Repository) (int, error)
func (*Pkg) Parse ¶
func (cmd *Pkg) Parse(ctx *appcontext.AppContext, args []string) error
type PkgAdd ¶
type PkgAdd struct {
subcommands.SubcommandBase
Out string
Args []string
Manifest plugins.Manifest
}
func (*PkgAdd) Execute ¶
func (cmd *PkgAdd) Execute(ctx *appcontext.AppContext, _ *repository.Repository) (int, error)
func (*PkgAdd) Parse ¶
func (cmd *PkgAdd) Parse(ctx *appcontext.AppContext, args []string) error
type PkgBuild ¶
type PkgBuild struct {
subcommands.SubcommandBase
Recipe plugins.Recipe
}
func (*PkgBuild) Execute ¶
func (cmd *PkgBuild) Execute(ctx *appcontext.AppContext, repo *repository.Repository) (int, error)
func (*PkgBuild) Parse ¶
func (cmd *PkgBuild) Parse(ctx *appcontext.AppContext, args []string) error
type PkgCreate ¶
type PkgCreate struct {
subcommands.SubcommandBase
Base string
Out string
Manifest plugins.Manifest
ManifestPath string
}
func (*PkgCreate) Execute ¶
func (cmd *PkgCreate) Execute(ctx *appcontext.AppContext, _ *repository.Repository) (int, error)
func (*PkgCreate) Parse ¶
func (cmd *PkgCreate) Parse(ctx *appcontext.AppContext, args []string) error
type PkgList ¶
type PkgList struct {
subcommands.SubcommandBase
LongName bool
ListAll bool
}
func (*PkgList) Execute ¶
func (cmd *PkgList) Execute(ctx *appcontext.AppContext, _ *repository.Repository) (int, error)
func (*PkgList) Parse ¶
func (cmd *PkgList) Parse(ctx *appcontext.AppContext, args []string) error
type PkgRm ¶
type PkgRm struct {
subcommands.SubcommandBase
Args []string
}
func (*PkgRm) Execute ¶
func (cmd *PkgRm) Execute(ctx *appcontext.AppContext, _ *repository.Repository) (int, error)
func (*PkgRm) Parse ¶
func (cmd *PkgRm) Parse(ctx *appcontext.AppContext, args []string) error
Click to show internal directories.
Click to hide internal directories.