Skip to content

Commit c99c9a5

Browse files
chore: add suggestion for ntl switch to login cmd (#4463)
Co-authored-by: charliegroll <[email protected]> Co-authored-by: token-generator-app[bot] <token-generator-app[bot]@users.noreply.github.com>
1 parent f14434c commit c99c9a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/login/login.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ const login = async (options, command) => {
2929
log()
3030
log(`Run ${chalk.cyanBright('netlify status')} for account details`)
3131
log()
32+
log(`or run ${chalk.cyanBright('netlify switch')} to switch accounts`)
33+
log()
3234
log(`To see all available commands run: ${chalk.cyanBright('netlify help')}`)
3335
log()
3436
return exit()

0 commit comments

Comments
 (0)