Hello, this is a feature request inspired by the possibility in Scala Build Tool to repeatedly execute a command after a file change.
I'd love to see this feature introduced in the Golem executable. It would be especially useful, for example, during development to automatically rebuild or redeploy an updated version of an agent, but those are just some examples: if implemented for all commands, it would streamline the development process and allow to the user to focus on the code instead of switching between code and terminal.
Additionally, it could be implemented to support a custom delay for the command re-execution.
Example:
golem app ~deploy --delay 40
Expectation:
After 40 seconds of delay from the last file change in the project, rebuild and redeploy the agent automatically.
Hello, this is a feature request inspired by the possibility in Scala Build Tool to repeatedly execute a command after a file change.
I'd love to see this feature introduced in the Golem executable. It would be especially useful, for example, during development to automatically rebuild or redeploy an updated version of an agent, but those are just some examples: if implemented for all commands, it would streamline the development process and allow to the user to focus on the code instead of switching between code and terminal.
Additionally, it could be implemented to support a custom delay for the command re-execution.
Example:
Expectation:
After 40 seconds of delay from the last file change in the project, rebuild and redeploy the agent automatically.