MCPcopy
hub / github.com/cloudfoundry/cli / Setup

Method Setup

command/v7/create_package_command.go:24–27  ·  view source on GitHub ↗
(config command.Config, ui command.UI)

Source from the content-addressed store, hash-verified

22}
23
24func (cmd *CreatePackageCommand) Setup(config command.Config, ui command.UI) error {
25 cmd.PackageDisplayer = shared.NewPackageDisplayer(ui, config)
26 return cmd.BaseCommand.Setup(config, ui)
27}
28
29func (cmd CreatePackageCommand) Execute(args []string) error {
30 if cmd.DockerImage.Path != "" && cmd.AppPath != "" {

Callers

nothing calls this directly

Calls 2

NewPackageDisplayerFunction · 0.92
SetupMethod · 0.65

Tested by

no test coverage detected