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

Function newConfigCmd

app/cli/cmd/config.go:70–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func newConfigCmd() *cobra.Command {
71 cmd := &cobra.Command{
72 Use: "config",
73 Short: "Configure this client",
74 }
75
76 cmd.AddCommand(newConfigSaveCmd(), newConfigViewCmd(), newConfigResetCmd(), newPluginCmd())
77 return cmd
78}
79
80// Configuration file used in repositories ot modify the attestation process
81const (

Callers 1

NewRootCmdFunction · 0.85

Calls 4

newConfigSaveCmdFunction · 0.85
newConfigViewCmdFunction · 0.85
newConfigResetCmdFunction · 0.85
newPluginCmdFunction · 0.85

Tested by

no test coverage detected