It would be helpful to be able to pull only the user-set environment variables when using vercel env pull.
At the moment, the CLI pulls all env vars, including VERCEL_ and TURBO_-prefixed vars that are not explicitly set by us (in the Vercel UI).
Thus, adding a flag like --user-set to the vercel env pull command would be helpful.