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

Function newAuthCmd

app/cli/cmd/auth.go:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func newAuthCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "auth",
25 Short: "Authenticate with the Control Plane",
26 }
27
28 cmd.AddCommand(newAuthLoginCmd(), newAuthDeleteAccountCmd())
29 return cmd
30}

Callers 1

NewRootCmdFunction · 0.85

Calls 2

newAuthLoginCmdFunction · 0.85
newAuthDeleteAccountCmdFunction · 0.85

Tested by

no test coverage detected