Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Provide build commands to view status and logs #635

Closed
trisberg opened this issue Jul 30, 2018 · 2 comments
Closed

Provide build commands to view status and logs #635

trisberg opened this issue Jul 30, 2018 · 2 comments

Comments

@trisberg
Copy link
Member

trisberg commented Jul 30, 2018

We need CLI commands to access build info and to view any error logs from a build

riff build list
riff build status square-00001
riff build logs square-00001 --container build-step-build-and-push
riff build logs square-00001 --all

@jldec
Copy link
Contributor

jldec commented Jul 30, 2018

see also #623 - piping logs from successive build steps to stdout and stopping on error simplifies UX by reducing the need to spelunk.

@scothis
Copy link
Member

scothis commented May 30, 2019

We now have:

  • riff application/function list
  • riff application/function create <name> --tail
  • riff application/function tail <name>

@scothis scothis closed this as completed May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants