MCPcopy Create free account
hub / github.com/compozy/agh / newConfigValidateCommand

Function newConfigValidateCommand

internal/cli/config.go:605–607  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

603}
604
605func newConfigValidateCommand(deps commandDeps) *cobra.Command {
606 return newConfigValidateCommandNamed(deps, "validate")
607}
608
609func newConfigCheckCommand(deps commandDeps) *cobra.Command {
610 cmd := newConfigValidateCommandNamed(deps, "check")

Callers 1

newConfigCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected