Damlhub: command not found

G-d willing

Hello,
I have a script (.sh file) that initializes some values on my ledger (on DamlHub).
I am using the damlhub command, however, it seems that it is not recognized.
I have the yq app installed (sudo npm install yq).
Does anyone knows how to resolve this?

Hi @cohen.avraham,

Have you installed the damlhub-cli globally to your system?

This can be done by running the following command:

npm install -g damlhub-cli

The -g flag should let you run the damlhub command from any directory.

1 Like