In a project that’s mature enough, there’s always going to be some inevitable dead code, dangling files, and unused dependencies. Depending on the size and phase of the project, it’s practically impossible to manually go over every file and clean things up. There must be some tools for this…
Let’s say you want to login to your work account with the vercel CLI, but you use a different browser for work. Now the CLI would open the personal browser by default and voila, you’re now logged into your personal account. So what do you do?