Skip to main content

fly

The fly CLI tool is the command line client of Concourse.

🌐 concourse-ci.org/fly

Installation

Download from a running Concourse instance or from the GitHub release page.

Commands

CommandAction
fly loginAuthenticates with a given endpoint and saves it under a convenient name
fly targetsDisplays the targets that are currently known to fly
fly statusChecks the current authentication status with a given target
fly userinfoChecks what user is logged in, with team & role information
fly logoutClears out the token for a given target (or for all targets)
fly edit-targetModifies a target's name, team, or URL
fly delete-targetDeletes all targets (or all)
fly syncAdds additional features to fly or make changes to the communication between it and Concourse's API server
fly completionOutputs autocomplete configuration for some shells

Examples

fly --target example login --team-name my-team --concourse-url https://ci.example.com

fly -t example status

fly logout -a