MCPcopy Create free account
hub / github.com/auth0/auth0-cli / update

Function update

internal/cli/tenant_settings.go:54–64  ·  view source on GitHub ↗
(cli *cli)

Source from the content-addressed store, hash-verified

52}
53
54func update(cli *cli) *cobra.Command {
55 cmd := &cobra.Command{
56 Use: "update",
57 Short: "Update tenant settings by enabling or disabling flags",
58 }
59
60 cmd.AddCommand(set(cli))
61 cmd.AddCommand(unset(cli))
62
63 return cmd
64}
65
66func set(cli *cli) *cobra.Command {
67 cmd := &cobra.Command{

Callers 1

tenantSettingsCmdFunction · 0.70

Calls 2

setFunction · 0.85
unsetFunction · 0.85

Tested by

no test coverage detected