You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A function orderly_list_artefacts() that lists the file names of all artefacts. This would be helpful for accelerating spinning up new tasks and completing the orderly.yml by reducing the amount of remembering, browsing the file system, or opening other orderly.yml to find the exact name of the task and artefact I want to depend on.
Optionally, it could take a task name as an argument and only list artefacts for that task. Optionally it could also return the description of an artefact.
Super optionally, it could allow regex matching of the task name, artefact filename, or artefact description. Perhaps that is implemented as a different function orderly_search_artefacts() or similar.
But something basic that simply lists them would be a help for workflow.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered:
A function
orderly_list_artefacts()
that lists the file names of all artefacts. This would be helpful for accelerating spinning up new tasks and completing theorderly.yml
by reducing the amount of remembering, browsing the file system, or opening otherorderly.yml
to find the exact name of the task and artefact I want to depend on.Optionally, it could take a task name as an argument and only list artefacts for that task. Optionally it could also return the description of an artefact.
Super optionally, it could allow regex matching of the task name, artefact filename, or artefact description. Perhaps that is implemented as a different function
orderly_search_artefacts()
or similar.But something basic that simply lists them would be a help for workflow.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: