oxid up <branch> [--repo <url> --git-token <pat>]
Registers the repository (idempotent) and deploys branch: clone → build → inject secrets → run → route.
Without --repo, registers the current directory (how a locally-run daemon sees your checkout).
With --repo https://… the daemon clones the URL itself — how you register against a containerized daemon.
Scp-style git@host:org/repo.git is normalized server-side; --git-token is stored encrypted for private repos.
If the host is at capacity, the deploy is queued and retried automatically.
oxid up feature-login [+] Environment live at: http://127.0.0.1:41253/ # against a containerized daemon: oxid up main --repo https://github.com/you/app.git oxid up main --repo https://github.com/you/private.git --git-token ghp_xxx