Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ init
Function
init
cmd/fetch/fetch.go:25–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
var
FetchCmd *cobra.Command
24
25
func
init() {
26
FetchCmd = NewFetchCmd()
27
FetchCmd.AddCommand(fetchPolicyCmd())
28
}
29
30
func
NewFetchCmd() *cobra.Command {
31
return
&cobra.Command{
Callers
nothing calls this directly
Calls
2
NewFetchCmd
Function · 0.85
fetchPolicyCmd
Function · 0.85
Tested by
no test coverage detected