Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ NewFetchCmd
Function
NewFetchCmd
cmd/fetch/fetch.go:30–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
NewFetchCmd() *cobra.Command {
31
return
&cobra.Command{
32
Use:
"fetch"
,
33
Short:
"Fetch remote resources"
,
34
}
35
}
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected