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
If process-compose is configured with is_strict: true and there is an issue in the process-compose.yaml file, devbox services up will fail to run, returning "exit status 1". However if you run the same file with process-compose up you will get a helpful error message on why process-compose is refusing to run.
Suggestion
Devbox should propagate this helpful error message from process-compose to the user.
What happened?
Problem
If process-compose is configured with
is_strict: true
and there is an issue in theprocess-compose.yaml
file,devbox services up
will fail to run, returning "exit status 1". However if you run the same file withprocess-compose up
you will get a helpful error message on why process-compose is refusing to run.Suggestion
Devbox should propagate this helpful error message from process-compose to the user.
Steps to reproduce
devbox init
devbox services up
devbox add process-compose@1.24.2 # the version currently used by devbox
devbox run process-compose up
FTL Failed to load project error="unknown key 'commnad' found in process 'foo'"
Command
services
devbox.json
Devbox version
0.14.0
Nix version
nix (Nix) 2.24.10
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response
The text was updated successfully, but these errors were encountered: