# Bug Report Websmith CLI with --configFile and unknown file path does not report failure ### 🔎 Search Terms configFile, diagnostics ### 🕗 Version & Regression Information 0.7.2 Please keep and fill in the line that best applies: - This is the behavior in every version I tried ### 💻 Code Install @quatico/websmith-compiler in your project ```sh websmith --configFile ./does-not-exist.json ``` ### 🙁 Actual behavior No error is reported ### 🙂 Expected behavior Command should fail with something lik "No configuration file found at "/does-not-exist.json".