workflow-cli
workflow-cli copied to clipboard
[Feature request] log following
It could be really useful to have a similar approach as tail -f
for deis logs
.
related: deis/deis#465
Would be nice to see this feature implemented 👍
In the mean time, something like watch 'deis logs | tail'
does the trick, sort of.
@JeanMertz kubectl logs -f
is another workaround. :)
@bacongobbler very true :) but Deis logs include deployment logs as well, and the deis CLI doesn't require access to the kubernetes cluster, so that's less of a security risk.
Indeed, I know that's just the best workaround for now. I know v1 users were happy to use fleetctl journal
for their use case, so it's one alternative.
+1
This issue was moved to teamhephy/workflow-cli#27