Currently dependencies in cmd.Command only support file.File they should also support file.Folder references
<dependencies>
<ci ref="some_folder" />
</dependencies>

Comments

  • Thank you for the idea. To clarify the expected behavior of the folder dependency - do you intend for the command to operate on the folder as a whole (e.g., a script requires the entire folder content, such as archiving the dependent folder), or should it process one or more files inside the folder individually?

    If you could share a concrete example of how you plan to use this, it would help us better understand your use case.