Description
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