You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added install beta script. Fixed urls to point to dashboard.codifycli.com. Fixed logins if another process is already using the port. Fixed logins not saving credentials if .codify folder doesn't exist.
printf"${CYAN}\n🎉 %s 🎉\n%s${END_ESCAPE}\n""Successfully installed Codify beta. Type codify --help for a list of commands.""Visit the documentation at https://docs.codifycli.com for more info."
console.error(chalk.red('Something went wrong. Only a single instance of codify login can be run at the same time. Please terminate the other process and try again.'));
38
+
process.exit(1);
39
+
}
40
+
41
+
console.log(
42
+
`Opening CLI auth page...
43
+
Manually open it here: ${config.dashboardUrl}/auth/cli`
0 commit comments