MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / newPolicyCmd

Function newPolicyCmd

app/cli/cmd/policy.go:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func newPolicyCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "policy",
25 Short: "Craft chainloop policies",
26 }
27
28 cmd.AddCommand(newPolicyDevelopCmd())
29 return cmd
30}

Callers 1

NewRootCmdFunction · 0.85

Calls 1

newPolicyDevelopCmdFunction · 0.85

Tested by

no test coverage detected