CLI Reference
The repoburg CLI is used for managing project-specific backend services and authentication. Daemon management has been moved to the Repoburg Daemon desktop app.
Here are the available commands:
-
repoburg list(orls)Lists all
repoburg-backendinstances managed by the daemon, showing their name, status, port, and path. -
repoburg start [projectPath](ors)Starts a backend instance for a project, authenticates if necessary, and opens the frontend application (
app.repoburg.com) in your browser. IfprojectPathis omitted, it uses the current directory. This is the primary command to begin working. -
repoburg start-live --url <url>Starts the Visual Editor proxy for a live frontend application. This command requires the URL of your running application's development server (e.g.,
http://localhost:5173). It allows you to select components directly in your UI to generate code. -
repoburg stop <name>(orst)Stops a running backend instance. The
nameis typically the directory name of the project. -
repoburg restart <name>(orrs)Restarts a specific backend instance.
-
repoburg remove <name>(orrm)Stops and removes a backend instance from the daemon's management list.
-
repoburg remove-all(orrma)Stops and removes all services from management.
-
repoburg logs <name>Displays the output and error logs for a specific backend instance.
-
repoburg loginManually initiates the web-based authentication flow to authorize your device.
-
repoburg logoutRemoves your local authentication credentials, logging you out on the current device.