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 group | Description |
|---|---|
fullsend github | Configure GitHub orgs and repos — setup, enrollment, day-2 operations |
fullsend inference | Manage GCP Workload Identity Federation for Agent Platform access |
fullsend mint | Deploy and manage the OIDC token mint service |
Additional commands
| Command | Description |
|---|---|
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 run | Execute an agent locally in a sandbox. See running agents locally. |
fullsend lock [agent-name] | Pin remote dependencies to lock.yaml |
fullsend scan | Run 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.