fly
CLI for Concourse CI system
TLDR
Set build target
SYNOPSIS
fly [options] command [arguments]
DESCRIPTION
fly is the CLI for Concourse CI, a container-based continuous integration system. It manages pipelines, triggers builds, and interacts with Concourse servers.
The tool handles pipeline configuration, job management, and build monitoring. Each Concourse instance is registered as a named target for easy switching between CI servers.
fly enables scriptable CI/CD workflows and provides real-time access to build logs and status.
PARAMETERS
COMMAND
Operation: login, set-pipeline, trigger-job, watch, etc.-t TARGET
Concourse target name.login
Authenticate with Concourse.set-pipeline
Create or update pipeline.trigger-job
Start job execution.watch
Stream job output.sync
Update fly to match server.--help
Display help information.
CAVEATS
Version must match server. Targets need periodic re-authentication. Pipeline YAML syntax is specific.
HISTORY
fly is the CLI for Concourse CI, created by Pivotal (now VMware). Concourse pioneered treating CI pipelines as code with a focus on containers and reproducibility.
