Skip to content

propagate output from process-compose invocation #2594

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

t-monaghan
Copy link
Contributor

Summary

Currently the invocation of process-compose in devbox is smothering useful error messaging from the is_strict parsing provided by process-compose.

How was it tested?

devbox run build

# the below is to create a failing process-compose file, to reproduce issue #2579 
echo 'version: "0.5"
is_strict: true

processes:
  foo:
    commnad: echo "Hello, world!"
' > process-compose.yaml

devbox services up

Referenced issue

#2579

Community Contribution License

All community contributions in this pull request are licensed to the project
maintainers under the terms of the
Apache 2 License.

By creating this pull request, I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 License as stated in
the
Community Contribution License.

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

Successfully merging this pull request may close these issues.

1 participant