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.

FlagDescription
--detachSkip log streaming

Examples

Connect the GitHub App

lizard git connect

Check connection and repository status

lizard git status

Switch a service to a different branch

lizard git checkout api staging

Switch branches without streaming logs

lizard git checkout api staging --detach

See also