Commit 2c035828 authored by Almut Luetge's avatar Almut Luetge
Browse files

Saved changes to: bash/provenance_utils.sh

parent 64739e9d
Pipeline #296128 passed with stage
in 12 seconds
......@@ -270,7 +270,7 @@ function list_plan_inputs () {
# find pland inputs
local pattern=${1:-data}
renku workflow inputs | grep -E "$pattern"
renku workflow ls --format json-ld | jq -r '.[] | .'\"https://swissdatasciencecenter.github.io/renku-ontology#hasInputs\"' | .[] | .'\"http://schema.org/defaultValue\" | grep -E "$pattern"
}
......@@ -294,7 +294,7 @@ function list_plan_outputs () {
#find plan outputs
local pattern=${1:-data}
renku workflow outputs | grep -E "$pattern"
renku workflow ls --format json-ld | jq -r '.[] | .'\"https://swissdatasciencecenter.github.io/renku-ontology#hasOutputs\"' | .[] | .'\"http://schema.org/defaultValue\" | grep -E "$pattern" | grep -E "$pattern"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment