buildkite / cli

A command line interface for Buildkite.
MIT License
168 stars 44 forks source link

SUP-2321 Accept field data for `bk job unblock` #298

Closed jradtilbrook closed 4 months ago

jradtilbrook commented 4 months ago

This allows reading field data from stdin or a --data flag. It doesn't do any validation and leaves that up to the API, although the API only accepts a JSON formatted string.