func NewGCRLogoutSubcommand()

in cli/gcr-logout.go [33:40]


func NewGCRLogoutSubcommand() subcommands.Command {
	return &logoutCmd{
		cmd{
			name:     "gcr-logout",
			synopsis: "log out from GCR",
		},
	}
}