Skip to content

Fullsend CLI

The fullsend CLI manages the complete fullsend lifecycle: provisioning GCP infrastructure, configuring GitHub, enrolling repositories, and running agents locally.

Installation

Download the latest binary from GitHub Releases. For detailed installation instructions, see the installation guide.

Command groups

Command groupDescription
fullsend githubConfigure GitHub orgs and repos — setup, enrollment, day-2 operations
fullsend inferenceManage GCP Workload Identity Federation for Agent Platform access
fullsend mintDeploy and manage the OIDC token mint service

Additional commands

CommandDescription
fullsend admin install <org|owner/repo>All-in-one setup — provisions GCP infrastructure and configures GitHub in a single command. See installation guide.
fullsend admin uninstall <org>Tear down a fullsend installation
fullsend admin analyze <org>Check installation health (read-only)
fullsend admin enable repos <org> [repo...]Enable agent workflows on repositories
fullsend admin disable repos <org> [repo...]Disable agent workflows on repositories
fullsend runExecute an agent locally in a sandbox. See running agents locally.
fullsend lock [agent-name]Pin remote dependencies to lock.yaml
fullsend scanRun security scanners on agent input/output

Global flags

All commands that interact with GitHub resolve authentication via gh CLI or GH_TOKEN environment variable. The CLI runs preflight checks and tells you exactly which OAuth scopes are missing before making any changes.

For the complete command tree with implementation details, see CLI internals.