Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: build step logs tailing #146

Open
viraptor opened this issue May 18, 2023 · 0 comments
Open

Feature: build step logs tailing #146

viraptor opened this issue May 18, 2023 · 0 comments
Labels

Comments

@viraptor
Copy link

I'd love to be able to tail a specific step of the build in my terminal.

I imagine it would work with something like:

bk build create ...
# get the build id

bk build log (build id) "Step name"
# downloads the output

bk build tail (build id) "Step name"
# follows output of a running step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants