Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + const StatusCodeUndetectedNoError + var Version semver.Version = semver.MustParse("0.30.0") + type Cli struct + func NewCli(console input.Console, commandRunner exec.CommandRunner) *Cli + func NewPackCliWithPath(commandRunner exec.CommandRunner, cliPath string) *Cli + func (cli *Cli) Build(ctx context.Context, cwd string, builder string, imageName string, ...) error + func (cli *Cli) EnsureInstalled(ctx context.Context) error + type StatusCodeError struct + Code int + Err error + func (s *StatusCodeError) Error() string + func (s *StatusCodeError) Unwrap() error