Open j2salmingo opened 9 months ago
I need to think about this one. The warning exists for cases when someone may run the command where the files do exist before running the command, and also for the modify
command when creating endpoints. However, the warning probably is not needed when the create
command is first executed. This warning is largely an artifact of where the check is performed in the scaffolding process.
Used the following command:
bl-python-scaffold create -n test-scaffold -t openapi -m database
I am not sure what triggers the warning but it seems quite scary if this is normal operation.
It also appears that the link http://127.0.0.1:5000/test-scaffold will be available after installation but the application needs to be run first.