How to access preview KV by wrangler without using id?

The preview KV have name like this: myworker-mykv_preview, but I can’t use it like this:
wrangler kv:key get --binding=myworker-mykv_preview mykey

I don’t want to copy/paste id every time, and there’s a rule “Exactly one of the arguments binding and namespace-id is required”

So what’s the binding of the preview KV?
I can’t find it neither by wrangler command nor by the Cloudflare webpage.