MCPcopy Create free account
hub / github.com/akash-network/node / AuthCmd

Function AuthCmd

cmd/akash/cmd/auth.go:24–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22)
23
24func AuthCmd() *cobra.Command {
25 cmd := &cobra.Command{
26 Use: "auth",
27 }
28
29 cmd.AddCommand(authJWTCmd())
30
31 return cmd
32}
33
34func authJWTCmd() *cobra.Command {
35 cmd := &cobra.Command{

Callers 1

initRootCmdFunction · 0.85

Calls 1

authJWTCmdFunction · 0.85

Tested by

no test coverage detected