You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are feature requests to improve codefresh logs <build_id>
It's my opinion that these features are essential to make interacting with build logs useful:
The ability to turn off color codes using a flag
Line endings are using CRLF in a in a peculiar way that causes dos2unix to fail.
$ codefresh logs $BUILD_ID> data.out
$ dos2unix data.out
dos2unix: Binary symbol 0x1B found at line 33
dos2unix: Skipping binary file data.out
Filtering/ selecting of individual steps is only possible through post processing. This makes it difficult to parse the output, when you only need logs from a single failing step.
The ability to output formatting as json (this would solve 3.)
The text was updated successfully, but these errors were encountered:
These are feature requests to improve
codefresh logs <build_id>
It's my opinion that these features are essential to make interacting with build logs useful:
The text was updated successfully, but these errors were encountered: