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

move porcelain to stderr #124

Merged
merged 5 commits into from
Jul 20, 2022
Merged

move porcelain to stderr #124

merged 5 commits into from
Jul 20, 2022

Conversation

kaplanelad
Copy link
Contributor

Related Issues

#119

Description

Currently porcelain write to Stdout, in this case when teller execute a script and want to use jq from the script output it impossible. I moved porcelain to write to os.Stderr

How Has This Been Tested?

Expected to get "value" from the json

teller run -- echo '{"key": "value"}' | jq .key

Checklist

  • Tests
  • Documentation
  • Linting

@kaplanelad kaplanelad requested a review from jondot July 19, 2022 13:37
@kaplanelad kaplanelad self-assigned this Jul 19, 2022
@kaplanelad kaplanelad removed the request for review from jondot July 20, 2022 06:32
@kaplanelad kaplanelad requested a review from jondot July 20, 2022 06:45
@kaplanelad kaplanelad merged commit f7f6865 into master Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants