Using the CLI or code editor LLMs to manage projects.
Install the CLI
Login to Basic using the CLI
basic login
to create your basic admin account. You will be redirected to a web page to login.Initialize the Basic CLI
basic init
to create your project.Create or integrate a project
basic.config.ts
/ basic.config.js
file in your project directory with your project ID included!
If you run basic init
in a codebase with an existing basic.config.ts
file (e.g., created using via create-lofi-app), you’ll notice that the project_id in your basic.config.ts
file gets automatically updated.
basic account
- Show account informationbasic logout
- logout from your basic accountbasic status
- Show login statusbasic projects
- list your projectsbasic version
- Show CLI versionbasic update
- Update CLI to the latest versionbasic debug
- Show Basic config directory location