Documentation ¶ Index ¶ func NewBuild(ui cui.CUI, workDir string, s spec.Spec) (cli.Command, error) func NewRelease(ui cui.CUI, workDir, githubToken string, s spec.Spec) (cli.Command, error) func NewUpdate(ui cui.CUI, githubToken string) (cli.Command, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewBuild ¶ func NewBuild(ui cui.CUI, workDir string, s spec.Spec) (cli.Command, error) NewBuild creates a new build command. func NewRelease ¶ func NewRelease(ui cui.CUI, workDir, githubToken string, s spec.Spec) (cli.Command, error) NewRelease creates a new release command. func NewUpdate ¶ func NewUpdate(ui cui.CUI, githubToken string) (cli.Command, error) NewUpdate creates a new update command. Types ¶ This section is empty. Source Files ¶ View all Source files build.gorelease.goupdate.go Click to show internal directories. Click to hide internal directories.