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

Function NewAllowOptions

pkg/cmd/release/progression/allow/allow.go:45–50  ·  view source on GitHub ↗
(flags *AllowFlags, dependencies *cmd.Dependencies)

Source from the content-addressed store, hash-verified

43}
44
45func NewAllowOptions(flags *AllowFlags, dependencies *cmd.Dependencies) *AllowOptions {
46 return &AllowOptions{
47 AllowFlags: flags,
48 Dependencies: dependencies,
49 }
50}
51
52func NewCmdAllow(f factory.Factory) *cobra.Command {
53 allowFlags := NewAllowFlags()

Callers 1

NewCmdAllowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected