Installing Seald-CLI
To install Seald-CLI, we have to install NodeJS 14. To do so, we are going to use the package manager chocolatey
. Alternatively, you can skip the first two steps, and download manually NodeJS 14 LTS at the address https://nodejs.org/en/download/.
- Install chocolatey : https://chocolatey.org/install
- Install NodeJS 14 LTS :
choco install nodejs-lts
- If you use a proxy server, you must configure npm to go through it:
npm config set proxy "http://username:password@proxy:port"
npm config set http-proxy "http://username:password@proxy:port"
npm config set https-proxy "http://username:password@proxy:port"
npm install --global --production @seald-io/cli
Be aware that Seald-CLI does not update automatically. When a new version is released, Seald will inform you, and give you the command to execute in order to update Seald-CLI.
Please also be careful to implement this whole procedure using the same user account on the machine.