Getting started with TerraHub CLI is pretty straightforward:
- Next, check if
npm
is installed:
npm --version
The output should look similar to the one below (no need to copy paste):
v5.6.0
NOTE: If
npm
is missing, check out Downloading and installing Node.js and npm
- Install
terrahub
globally usingnpm
:
npm install --global terrahub
The output should look similar to the one below (no need to copy paste):
~/.nvm/versions/node/v8.10.0/lib
└── [email protected]
- Test if
terrahub
cli was installed properly:
terrahub --help
NOTE: TerraHub CLI doesn't magically collect your data and upload to TerraHub API, which is further visualized in TerraHub Console. In order to do that, please sign up for a free account at console.terrahub.io and navigate to Settings page to copy TerraHub Token. Next, setup TerraHub Token as
TERRAHUB_TOKEN
environmental variable or updatetoken
value in global config file -$HOME/.terrahub/.terrahub.json
.