mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 21:07:48 +00:00
This PR renames the CLI and config files to `vercel`. https://vercel.com/blog/zeit-is-now-vercel ### Complete - [x] Help menus and error messages should print cli name from `package.json` - [x] `now.json` => `vercel.json` - [x] `.nowignore` => `.vercelignore` - [x] `~/.now` => `~/.vercel` - [x] `<project>/.now/project.json` => `<project>/.vercel/project.json` ### TODO I'm going to do the remaining work in a follow-up PR: - [ ] `<project>/.now/cache` => `<project>/.vercel/cache` (Runtimes sometimes use this) - [ ] `NOW_*` special cased environment variables - [ ] `*.now.sh` special cased url suffix
12 lines
475 B
Markdown
12 lines
475 B
Markdown
# Invalid Token Value
|
|
|
|
#### Why This Error Occurred
|
|
|
|
The `--token` flag was specified, but its contents are invalid.
|
|
|
|
#### Possible Ways to Fix It
|
|
|
|
The `--token` flag must only contain numbers (0-9) and letters from the alphabet (a-z and A-Z). This needs to be the token of the user account as which you'd like to act.
|
|
|
|
You can either get the token from the `./vercel/auth.json` file located in your user directory or [from the dashboard](https://vercel.com/account/tokens).
|