Closed frrist closed 1 month ago
Wasn't regression but intentional. if the user miss typed a config file name I would prefer it fails than assuming it wrote to the correct file and create a new one instead
I thought the behavior we wanted was to create a config file if one didn't exist? Right now, the current behavior is that config set
will create a config file in the repo is one doesn't exist. But, for example re-suing the above command, bacalhau will not create the config.yaml
file.
Bug Description
This appears to be a regression introduced via https://github.com/bacalhau-project/bacalhau/pull/4466