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

Struct CreateOptions

pkg/cmd/projectgroup/create/create.go:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type CreateOptions struct {
29 *CreateFlags
30 *cmd.Dependencies
31}
32
33func NewCreateOptions(flags *CreateFlags, opts *cmd.Dependencies) *CreateOptions {
34 return &CreateOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected