func NewStoreSubcommand()

in cli/dockerHelper.go [52:59]


func NewStoreSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "store",
			synopsis: "(UNIMPLEMENTED) for the specified server, store the credentials provided via stdin",
		},
	}
}