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

Function NewCreateOptions

pkg/cmd/workerpool/static/create/create.go:41–46  ·  view source on GitHub ↗
(flags *CreateFlags, dependencies *cmd.Dependencies)

Source from the content-addressed store, hash-verified

39}
40
41func NewCreateOptions(flags *CreateFlags, dependencies *cmd.Dependencies) *CreateOptions {
42 return &CreateOptions{
43 CreateFlags: flags,
44 Dependencies: dependencies,
45 }
46}
47
48func NewCmdCreate(f factory.Factory) *cobra.Command {
49 createFlags := NewCreateFlags()

Callers 3

NewCmdCreateFunction · 0.70

Calls

no outgoing calls

Tested by 2