CLI Reference
Here are the available commands for the repoburg
CLI.
-
repoburg start [projectPath]
Starts a backend instance for a project, authenticates if necessary, and opens the frontend application (
app.repoburg.com
) in your browser. IfprojectPath
is omitted, it uses the current directory. This is the primary command to begin working. -
repoburg list
(orls
)Lists all running
repoburg-backend
instances managed by the daemon, showing their name, status, port, and path. -
repoburg stop <name>
Stops a running backend instance. The
name
is typically the directory name of the project. -
repoburg restart <name>
Restarts a specific backend instance.
-
repoburg remove <name>
(orrm
)Stops and removes a backend instance from the daemon's management list.
-
repoburg logs <name>
Displays the output and error logs for a specific backend instance.
-
repoburg login
Manually initiates the web-based authentication flow to authorize your device.
-
repoburg logout
Removes your local authentication credentials, logging you out on the current device.