Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
func
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
NewRootCmd
Function · 0.85
Calls
1
newPolicyDevelopCmd
Function · 0.85
Tested by
no test coverage detected