Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
9.41k stars 466 forks source link

Add a dev mode to show all run commands on the terminal #644

Open ddahan opened 3 weeks ago

ddahan commented 3 weeks ago

What problem will this feature address?

As a docker user, I'm frustrated when dealing with the UI and have no idea the command to be run when I'll click on a button. For example, in the UI, at the same time:

What happens if I change both? A bug? Or which one has priority?

Describe the solution you'd like

Add a way to display all commands that are run by Dokploy on my host server.

I think such feature would be very valuable as it bridges the gap between UI and CLI.

If this add too much noise to the UI, it could be activable using a "dev mode" setting to be turned on.