Skip to content

Proper deploy() error handling

Compare
Choose a tag to compare
@EtienneGuerlais EtienneGuerlais released this 17 Nov 09:22
· 1 commit to master since this release

When using the deploy command on a whole folder, raise an error and stop the deployment if a file could not be parsed, instead of logging (info-level) and continuing with the deployment. This is a potential breaking change if non-config files are placed in the folder containing the configuration files.
Add some unit tests on the cmd package.