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

Defang status --watch #370

Open raphaeltm opened 4 months ago

raphaeltm commented 4 months ago

It would be really nice to have a command something along the lines of:

defang status --watch

Defang status would display the current status of each service in the current project directory. Adding the --watch flag would list the services and a spinner as updates come through.

raphaeltm commented 4 months ago

Output:

Service    |  Status   |  Activity
----------------------------------------------
hasura     | Building  |  Kaniko fdsjklsfjdks
----------------------------------------------
web        | Running   | listening on port 3000
----------------------------------------------
lionello commented 3 months ago

We could make this work by using the new "subscribe" feature built by @nullfunc