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
When setting PC_CONFIG_FILES to a config file that does not exist the process exits without any visible logs. Giving no clear indication what went wrong.
Looking at the process-compose log file, an error is shown that the file does not exist. But this requires knowing of, and opening the log.
Version of process-compose:
v0.77.4
OS environment:
mac
Steps or code to reproduce the issue:
export PC_CONFIG_FILES="process-compose.rush.yaml,process-compose.yaml"
process-compose up
Expected result:
I would expect some message to be shown indicating the file was not found.
Actual result:
The process exits silently (with exit code 1)
I tried this in both TUI and non TUI mode (-t=false), with the same result
The text was updated successfully, but these errors were encountered:
Defect
When setting
PC_CONFIG_FILES
to a config file that does not exist the process exits without any visible logs. Giving no clear indication what went wrong.Looking at the process-compose log file, an error is shown that the file does not exist. But this requires knowing of, and opening the log.
Version of
process-compose
:v0.77.4
OS environment:
mac
Steps or code to reproduce the issue:
Expected result:
I would expect some message to be shown indicating the file was not found.
Actual result:
The process exits silently (with exit code 1)
I tried this in both TUI and non TUI mode (
-t=false
), with the same resultThe text was updated successfully, but these errors were encountered: