0.1.1 • Published 7 years ago

last-from-buildkite v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

last-from-buildkite

Find the last build number of a build that has run a job with a particular label. Useful for finding the last thing deployed to production etc

Installation

npm install -g last-from-buildkite

Usage

The CLI tool requires 3 arguments.

  • --token: Your buildkite token, requires GraphQL permissions.
  • --slug: Your project slug (including organisation prefix)
  • --command: The label of the command you wish to search for

These can also be set as environment variables instead, by prefixing them with BUILDKITE (eg. BUILDKITE_TOKEN)

0.1.1

7 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago