MCPcopy
hub / github.com/ory/hydra / NewCreateCmd

Function NewCreateCmd

cmd/create.go:12–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func NewCreateCmd() *cobra.Command {
13 var cmd = &cobra.Command{
14 Use: "create",
15 Short: "Create resources",
16 }
17 cmdx.RegisterHTTPClientFlags(cmd.PersistentFlags())
18 cmdx.RegisterFormatFlags(cmd.PersistentFlags())
19 return cmd
20}

Callers 1

RegisterCommandRecursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected