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

Function NewCreateOptions

pkg/cmd/projectgroup/create/create.go:33–38  ·  view source on GitHub ↗
(flags *CreateFlags, opts *cmd.Dependencies)

Source from the content-addressed store, hash-verified

31}
32
33func NewCreateOptions(flags *CreateFlags, opts *cmd.Dependencies) *CreateOptions {
34 return &CreateOptions{
35 CreateFlags: flags,
36 Dependencies: opts,
37 }
38}
39
40func (co *CreateOptions) Commit() error {
41 projectGroup := projectgroups.NewProjectGroup(co.Name.Value)

Callers 1

NewCmdCreateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected