Skip to main content
Manage GitHub integration for auto-deploy on push. These are subcommands of floo apps github.

connect

Connect a GitHub repo to an app for auto-deploy. Opens browser to install the GitHub App if not already installed. Triggers an initial deploy after connecting.

Flags

Agent / CI usage

In --json mode, --no-browser is implied — the CLI never tries to open a browser. If the Floo GitHub App is not yet installed on the org, connect fails with GITHUB_APP_NOT_INSTALLED and a human needs to install it once from:
After install, the agent can retry connect and subsequent pushes deploy automatically.

Examples

JSON output


disconnect

Disconnect a GitHub repo from an app.

Flags

JSON output


status

Show GitHub connection status (repo, branch, connected date).

Flags

JSON output


Errors