Create HPA imperatively for Memory

I’ve seen in docs that one can create imperatively HPA using kubectl specifying the target average CPU utilization
kubectl autoscale deployment <deployment> --cpu-percent=50 --min=1 --max=10 but how come there’s no flag for Memory?