Skip to content

theist/buildkitool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


buildkitool

A command-line tool for interacting with Buildkite, designed to streamline and automate your CI/CD workflows.

Features

  • Trigger and manage Buildkite builds from the terminal
  • Query build and pipeline status
  • Manage artifacts and logs
  • Written in Go for speed and portability

Installation

go install github.com/theist/buildkitool@latest

Or clone and build manually:

git clone https://github.com/theist/buildkitool.git
cd buildkitool
go build -o buildkitool

Usage

buildkitool [command] [flags]

Example commands:

buildkitool trigger --pipeline my-pipeline
buildkitool status --build 12345

For a full list of commands and options:

buildkitool --help

Configuration

Set your Buildkite API token as an environment variable:

export BUILDKITE_API_TOKEN=your_token_here

Contributing

Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request.

License

MIT License

About

Buildkite command line tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages