DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
39 stars 9 forks source link

Show project name in ls warning #839

Closed lionello closed 2 weeks ago

lionello commented 2 weeks ago

Currently, you don't notice when there's a compose file in a parent folder:

 * Using AWS provider
 ! No services found

By showing the project name it is obvious which project is being listed:

 * Using AWS provider
 ! no services found in project "dev"

(lower case because we print the Go err as-is)