Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhvhs/flight-check
FlightCheck is a CLI to view success rate of Concourse jobs
https://github.com/jhvhs/flight-check
Last synced: 21 days ago
JSON representation
FlightCheck is a CLI to view success rate of Concourse jobs
- Host: GitHub
- URL: https://github.com/jhvhs/flight-check
- Owner: jhvhs
- Created: 2024-02-22T21:21:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T22:07:46.000Z (11 months ago)
- Last Synced: 2024-11-08T23:12:10.398Z (3 months ago)
- Language: Swift
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlightCheck
A spike for a cross-platform tool for analysing build consistency for concourse jobs.
Building and running requires `macOS 13.0` or higher, or `Linux`.
## Usage
```text
FlightCheck [flags...]
-u, --url, environment variable: FC_CONCOURSE_URL
Main Concourse URL
-t, --team, environment variable: FC_CONCOURSE_TEAM
Concourse team name
-k, --token, environment variable: FC_CONCOURSE_TOKEN
Concourse auth token, can be obtained by visiting /login?fly_port=10987
-p, --pipeline, environment variable: FC_CONCOURSE_PIPELINE
Concourse pipeline name
-j, --job, environment variable: FC_CONCOURSE_JOB
Name of the job in the pipeline
-c, --build-count, environment variable: FC_CONCOURSE_BUILD_COUNT
(optional) The number of builds to analyse
-h, --help
Display help
```