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
I don't exactly get this. Is this about showing a normal progress bar instead of the fancy animations in the terminal ? Then this could be useful for CI runs actually 😁
@karuppiah7890 Yeah, I meant to write up a description... but essentially, yes, it would be to disable the fancy terminal tricks and just output what is being run. When you run this from the repo root, for instance:
docker run -v $(pwd)/example:/example -v $(pwd)/scripts:/scripts -w / karuppiah7890/bashful:latest bashful run example/00-demo.yml
A few artifacts appear. It would be ideal to have the option to eliminate any ansi control character usage entirely when used in a CI setting.
No description provided.
The text was updated successfully, but these errors were encountered: