Closed
Description
We upgrade the version from 0.10.5 to 0.10.7
While we trying to generate a client with a config file the process failed
openapi-python-client generate --url=http://localhost:8000/latest/openapi.json --config=config.yml
Usage: openapi-python-client generate [OPTIONS]
Error: Invalid value: Unable to parse config
Without the config file, it works perfectly
The config file content:
project_name_override: doogle-rest-client
package_name_override: doogle_rest_client
package_version_override: 0.0.1
The issue does not appear in 0.10.5 version
Desktop (please complete the following information):
- OS: ubuntu 18.04
- Python Version: 3.7
- openapi-python-client version - 0.10.7