[Defect] process-compose project update
ignores PC_CONFIG_FILES
environment variable
#283
Closed
2 of 3 tasks
Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
process-compose info
)Version of
process-compose
: v1.40.1OS environment:
NixOS unstable
Steps or code to reproduce the issue:
I'd like to use process-compose-flake to generate config files for process-compose. It generates a script which sets
PC_CONFIG_FILES
environment variable and startsprocess-compose
. While theup
operation works as expected, theproject update
demands that I pass a config file using the--config
argument.Expected result:
It should run update as instructed using a config set in
PC_CONFIG_FILES
environment variable.Actual result:
It complains about missing config file while saying that
--config
option has default value that I need.The text was updated successfully, but these errors were encountered: