Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ddahan opened this issue Nov 4, 2024 · 0 comments
Open

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

ddahan opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ddahan
Copy link

ddahan commented Nov 4, 2024

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:

  • I can customize the Docker command itself
  • I can add ports, volumes in the UI (probably having an effect on the command which is run then).

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.

  • Maybe the most simple way would be a console tab that shows all of the commands run.
  • In addition, before clicking buttons like Deploy, we could have a tooltip (or anything else) showing the command before it is actually run.

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.

@ddahan ddahan added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant