mydbportal CLI is a command-line tool that helps developers connect to and manage their databases on mydbportal.com
npm install -g mydbportal-cliFollow these steps to use the mydbportal-cli:
npx mydb loginThis command will open a browser window, prompting you to authenticate with your Google account. Once authenticated, you can close the browser tab.
list all your available databases:
npx mydb listTo create a new database run this command inside your project:
npx mydb create