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
29 stars 6 forks source link

CTRL-C should not invoke the AI debugger #588

Open acote88 opened 1 month ago

acote88 commented 1 month ago

Repro:

  1. Run "defang compose up"
  2. CTRL-C to terminate this command since user forgot to use the --verbose flag

Result:

! Deployment is not finished. Service(s) might not be running.
? Would you like to debug the deployment with AI?

Expected:

  1. Since the deployment is not finished as the text says, why is it even asking for AI debugger?
  2. CTRL-C needs to terminate the command immediately and not prompt for things
lionello commented 1 month ago

Just press V!