concourse

Concourse CI cheatsheet for quick reference. Manage your CI/CD pipelines efficiently with these commands. Free and easy to use.

Concourse CI Cheatsheet

Concourse CI Command Examples

A quick reference for common Concourse CI commands to help you manage your CI/CD pipelines effectively.

Accessing Concourse CI

Login to your Team:

$ fly -t ci-teamx login -c https://ci.domain.com -n teamx

Managing Targets

List your targets:

$ fly targets
name       url                    team             expiry
ci         https://ci.domain.com  teamy            n/a
ci-teamx   https://ci.domain.com  teamx            Tue, 15 Oct 2019 20:42:34 UTC

Pipeline Configuration

Get a Pipeline's Config:

$ fly -t ci-teamx gp -p prod-pipeline

Pipeline Management

Delete a Pipeline:

$ fly -t ci-teamx destroy-pipeline -p prod-pipeline

External Resources