mrjosh / fortress

🏯 Monitor your (gitlab/github) CI/CD pipelines via command line interface with fortress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Pipeline Logs

mrjosh opened this issue · comments

We need a feature to display pipeline job logs inside terminal.

we need a cobra command like this below

$ fortress logs --id {job-id}

in cmds directory, add a new command logs to get a pipeline job logs from github/gitlab apis to display to user.

I wanna work on this