mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
* Added basics for new --scope flag * Fixed usage information * Fixed integration test * Fixed usage information about whoami * Brought back missing whitespace * Do not push scope property to API * Ensure we're only reading local config in one place * Fixed build * Added test * Made scope from config work * Correctly handle error * Handle Now errors too when loading local config * Removed NowError * Revert "Removed NowError" This reverts commit cfeebc65251d3eb07f9aeb3e548af1d23c00a18e. * Fixed CI * Fixed final bug * Do not consider switch command * Made it work as expected * Added test * Added yet another test for the scope property * Added space
688 B
688 B
Scope Not Accessible
Why This Error Occurred
You specified the --scope flag and specified the ID or slug of a team that you're not a part of or a user whose account you don't own. This problem could also occur if your user credentials aren't valid anymore.
Possible Ways to Fix It
- Make sure commands like
now lswork just fine. This will ensure that your user credentials are valid. If it's not working correctly, please log in again usingnow login. - Ensure that the scope you specified using
--scopeshows up in the output ofnow switch. If it doesn't, you're either not part of the team (if you specified a team) or you logged into the wrong user account.