Open mottosso opened 10 years ago
$ cd /projects/spiderman $ openmetadata write $WORKSPACE c:\myworkspace
Use the dollar-sign as prefix for keywords to be expanded up a hierarchy. E.g. if a value exists underneath /projects/spiderman as:
/projects/spiderman
scripts=$WORKSPACE/scripts
Then $WORKSPACE would expand into:
$WORKSPACE
scripts=c:\myworkspace/scripts
Use the dollar-sign as prefix for keywords to be expanded up a hierarchy. E.g. if a value exists underneath
/projects/spiderman
as:Then
$WORKSPACE
would expand into: