Grid Logo

Grid CLI: git

The git command allows you to manage Git integrations and deployments for your Grid projects.

Usage

grid git [command]

Commands

connect

Connect to Grid github app.

grid git connect

disconnect

Disconnect Grid github app.

grid git disconnect

repos

List all Github repositories connected to Grid github app.

grid git repos

build

Build a github repository to a runnable container image.

grid git build

Using the build command will trigger github actions on the selected repository.