We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14434c commit c99c9a5Copy full SHA for c99c9a5
src/commands/login/login.js
@@ -29,6 +29,8 @@ const login = async (options, command) => {
29
log()
30
log(`Run ${chalk.cyanBright('netlify status')} for account details`)
31
32
+ log(`or run ${chalk.cyanBright('netlify switch')} to switch accounts`)
33
+ log()
34
log(`To see all available commands run: ${chalk.cyanBright('netlify help')}`)
35
36
return exit()
0 commit comments