Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = []*common.CliCommand{ common.NewCliCommand( "version", "Prints out CLI and API version information", "", func(args []string, conn *grpc.ClientConn) (exits.ExitCode, error) { client := pb.NewIntrospectionServiceClient(conn) Version(client) return exits.SUCCESS, nil }, ), }
Functions ¶
func Version ¶
func Version(client pb.IntrospectionServiceClient)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.