Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct { Build buildCmd `cmd:"" help:"Build a package, by default from the current directory."` XPExtract xpExtractCmd `` /* 141-byte string literal not displayed */ Init initCmd `cmd:"" help:"Initialize a package, by default in the current directory."` Dep depCmd `` /* 128-byte string literal not displayed */ Push pushCmd `cmd:"" help:"Push a package."` Batch batchCmd `cmd:"" maturity:"alpha" help:"Batch build and push a family of service-scoped provider packages."` }
Cmd contains commands for interacting with xpkgs.
func (*Cmd) BeforeReset ¶ added in v0.25.0
BeforeReset is the first hook to run.
Click to show internal directories.
Click to hide internal directories.