argo-client-python icon indicating copy to clipboard operation
argo-client-python copied to clipboard

Question: Programmatic equivalent of `argo logs` ?

Open pkrishn6 opened this issue 5 years ago • 1 comments

Hello,

How can I programmatically do the equivalent of a argo logs on a workflow using this client?

pkrishn6 avatar Mar 11 '20 23:03 pkrishn6

writing a module that collates the logs from all steps of a workflow . merge sorts them based on time and printing them something like this: https://github.com/argoproj/argo/commit/d7291a3ee3b5375f8a079b60c568380e1bb91de9

sfc-gh-pkrishnamurthy avatar Jun 12 '20 16:06 sfc-gh-pkrishnamurthy