* EDIT: I found the -Q flag. Sorry ;-) Hi everyone, Im trying to setup a gitlab CI/CD pipeline, where I want to `ipfs add -r .` an entire directory to my IPFS node. In a second step, I want to `ipfs name publish HASH`. I cant seem to find a way to get hold of the root hash for the directory in a programmatic way. Can someone help me out here? Thanks in advance!