Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function orderly_list_artefacts() #251

Open
jeffeaton opened this issue Oct 4, 2020 · 0 comments
Open

function orderly_list_artefacts() #251

jeffeaton opened this issue Oct 4, 2020 · 0 comments

Comments

@jeffeaton
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants