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

Function NewEnableOptions

pkg/cmd/tenant/enable/enable.go:20–25  ·  view source on GitHub ↗
(args []string, dependencies *cmd.Dependencies)

Source from the content-addressed store, hash-verified

18}
19
20func NewEnableOptions(args []string, dependencies *cmd.Dependencies) *EnableOptions {
21 return &EnableOptions{
22 Dependencies: dependencies,
23 IdOrName: args[0],
24 }
25}
26
27func NewCmdEnable(f factory.Factory) *cobra.Command {
28 cmd := &cobra.Command{

Callers 1

NewCmdEnableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected