Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support use when no TTY is present #58

Open
wagoodman opened this issue Sep 13, 2018 · 3 comments
Open

Support use when no TTY is present #58

wagoodman opened this issue Sep 13, 2018 · 3 comments

Comments

@wagoodman
Copy link
Owner

No description provided.

@karuppiah7890
Copy link

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 😁

@wagoodman
Copy link
Owner Author

@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.

@karuppiah7890
Copy link

karuppiah7890 commented Sep 17, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Kanban Board
  
Backlog
Development

No branches or pull requests

2 participants