https://github.com/suhlig/apron-bus
Selects the `flyX.Y.Z` binary matching the version the Concourse target server
https://github.com/suhlig/apron-bus
concourse fly
Last synced: over 1 year ago
JSON representation
Selects the `flyX.Y.Z` binary matching the version the Concourse target server
- Host: GitHub
- URL: https://github.com/suhlig/apron-bus
- Owner: suhlig
- Created: 2022-08-06T19:16:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T08:54:46.000Z (over 2 years ago)
- Last Synced: 2025-03-23T23:52:56.921Z (over 1 year ago)
- Topics: concourse, fly
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# `apron-bus`
Takes you to your aircraft.
> Passengers will be transferred from the airport […] gate to the aircraft using an […] apron bus.
>
> https://en.wikipedia.org/wiki/apron_bus
`apron-bus` selects the `flyX.Y.Z` binary that matches the exact version the Concourse target server requires. It can be aliased as `fly` and transparently invokes the correct binary.
# Installation
```command
$ go install github.com/suhlig/apron-bus@latest
```