lizard git
Manage the GitHub connection for the linked project and its services.
Usage
lizard git connect
lizard git status
lizard git checkout <service> <branch> [flags]Subcommands
lizard git connect
Connect the GitHub App to access private repositories.
lizard git status
Show GitHub connection and repository status.
lizard git checkout <service> <branch>
Switch a service to a different branch and redeploy.
| Flag | Description |
|---|---|
--detach | Skip log streaming |
Examples
Connect the GitHub App
lizard git connectCheck connection and repository status
lizard git statusSwitch a service to a different branch
lizard git checkout api stagingSwitch branches without streaming logs
lizard git checkout api staging --detachSee also
- Deploy from GitHub — connecting a repo, auto-redeploy on push, and monorepo setup
- lizard add — create a service from a GitHub repo