Installation#

Prerequisites#

Login to github package registry#

You need to log in to the Github packages npm registry:

npm login --registry https://npm.pkg.github.com --scope @bosch-grow-pat

(You will be prompted for your username and Github access token).

Warning

If you are using a npm version >= 9.0.0 you need to use the –auth-type legacy flag. In order to get your npm version run npm -v.

npm login --registry https://npm.pkg.github.com --scope @bosch-grow-pat --auth-type legacy

Install the CLI#

The install the CLI globally, run

npm install -g @bosch-grow-pat/yaku-cli

Verify installation#

To check whether the CLI was installed correctly, run

yaku --version

This should print out the current version of the CLI, e.g. 0.22.0.