We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i'd like to be able to easily find the metadata.json file after a submitted job completes, so that i can run croo against it.
caper metadata <id> seems to show the contents of the metadata, but i'd like to retrieve the path. any way to do this?
caper metadata <id>
The text was updated successfully, but these errors were encountered:
Use this command line. make sure that you have jq installed on your system. This command just takes a value under key workflowRoot in the JSON file.
jq
workflowRoot
$ caper metadata ID | jq .workflowRoot
Sorry, something went wrong.
No branches or pull requests
i'd like to be able to easily find the metadata.json file after a submitted job completes, so that i can run croo against it.
caper metadata <id>
seems to show the contents of the metadata, but i'd like to retrieve the path. any way to do this?The text was updated successfully, but these errors were encountered: