MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / NewCreateOptions

Function NewCreateOptions

pkg/cmd/channel/create/create.go:52–57  ·  view source on GitHub ↗
(createFlags *CreateFlags, dependencies *cmd.Dependencies)

Source from the content-addressed store, hash-verified

50}
51
52func NewCreateOptions(createFlags *CreateFlags, dependencies *cmd.Dependencies) *CreateOptions {
53 return &CreateOptions{
54 CreateFlags: createFlags,
55 Dependencies: dependencies,
56 }
57}
58
59func NewCmdCreate(f factory.Factory) *cobra.Command {
60 createFlags := NewCreateFlags()

Callers 1

NewCmdCreateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected