This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
CLI: Support passing a token through an env variable #7401
Locked
jld-adriano
started this conversation in
Idea
Replies: 2 comments
-
Thanks for the suggestion, @jld-adriano! Passed on internally. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I manage my own tokens, and would love to be able to just pass the token through the env such as
VERCEL_TOKEN=xxx vercel whomai
This would make the usage transparent, while now I have to alias all vercel commands to include
alias vercel='vercel --token=${VERCEL_TOKEN}'
Beta Was this translation helpful? Give feedback.
All reactions