Skip to content

Golem commands automatically re-executed after a file change #2219

Description

@danieletorelli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions