Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1020 Bytes

README.md

File metadata and controls

56 lines (41 loc) · 1020 Bytes

midas

a small script to trigger buildkite build job.

Who is Midas

The most famous King Midas is popularly remembered in Greek mythology for his ability to turn everything he touched into gold.

Install

# Update Homebrew.
$ brew update

# Install the Homebrew tap.
$ brew tap bwits/extra

# List installed taps.
$ brew tap
...
bwits/extra
...

# Install Homebrew formula.
$ brew install midas

Updating

When an update is made available it can be applied by the following steps:

# Always check for new Homebrew references.
$ brew update

# Upgrade Taxonline CLI when there is an update.
$ brew upgrade midas

Usage

$ midas

Initial Setup

  1. set your develop environment in ~/.midas/config" such as:
organization=example
environment=dev
buildkite_api_token=xxxxxxxxxxxxxxx
  1. make sure you already committed and pushed the changes
  2. make sure you run the tool in the right repository and branch
  3. make sure pipeline name is same as repository name