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

Function NewCreateFlags

pkg/cmd/ephemeralenvironment/create/create.go:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func NewCreateFlags() *CreateFlags {
33 return &CreateFlags{
34 Name: flag.New[string](FlagName, false),
35 Project: flag.New[string](FlagProject, false),
36 }
37}
38
39type CreateOptions struct {
40 *CreateFlags

Callers 3

NewCmdCreateFunction · 0.70

Calls

no outgoing calls