deploy-env
deploy-env copied to clipboard
Allow passing vercel access token with `-t` and `--token`
Is your feature request related to a problem? Please describe.
To be able to use this cli in Github actions or other CI solutions you need to pass the --token
option with your vercel access token to the vercel
cli
Describe the solution you'd like
Add a -t
or --token
option that is forwarded to the vercel cli
Describe alternatives you've considered
Additional context