cli
cli copied to clipboard
A command line interface for Buildkite.
- [ ] Waiting on #237 and #235 - [ ] tests
Add and configure genqlient for making GraphQL requests
Test out some structure for build resolution
What is `bk`'s relationship with https://github.com/buildkite/emojis? In the example pipeline below, only `:thumbsup:` is supported by `bk`: ```yaml steps: - command: "sleep 2" label: ":thumbsup:" - command: "sleep 2" label:...
Whilst discovering https://github.com/buildkite/agent/issues/1181 I came across the desire for `bk run` or `bk local run` to split out its behaviour and run a local pipeline, but use remote agents. I...
I create a GraphQL token for my org but I don't give it any scopes (because I don't know who/when they are needed, and there are so many of them,...
I tried downloading and running the cli for a local build, but it just sat there doing nothing for 10 minutes until I figured it got stuck somehow and hit...
Hello BK :) Using the bk init function to set up scaffolding and pushing up the [skeleton init commit](https://github.com/buildkite/cli/blob/c32750a9d45488296abba55dcb122e49532df833/cmd_init.go#L189) results in the agent running infinite builds. I used the client...
Hi there, Thank you very much for implementing buildkite cli. Currently, I got an issue running `bk browse`. The pipeline can be found by running ``` bk pipline list --fuzzy=pipeline-name...
I'm unable to successfully create a build on osx High Sierra. I've tried using both the keyring and a file backend but I don't have enough documentation and the error...