issues
search
buildkite
/
cli
A command line interface for Buildkite.
MIT License
169
stars
44
forks
source link
SUP-2750 Error if pipeline doesn't exist
#402
Closed
mcncl
closed
1 week ago
mcncl
commented
1 week ago
Changes
In
https://github.com/buildkite/cli/issues/397
the issue was raised that
bk new --pipeline
will just output a blank URL
This is because the error is on the spinner.Run() rather than checking the API response
This PR fixes that by checking the API response and outputting the correct API error message
Changes
bk new --pipeline
will just output a blank URL