Installing
The sunodo
CLI tool can be installed on macOS and Linux, and on Windows using WSL.
System requirements
The CLI heavily uses Docker under the hood, so you must have it installed and up-to-date, along with the following plugins:
The highly recommended way to have all of these installed is to install Docker Desktop.
macOS
MacOS Homebrew users can install sunodo with:
shell
brew install sunodo/tap/sunodo
brew install sunodo/tap/sunodo
Users who don't use Homebrew should install Node.js and then install sunodo
with:
shell
npm install -g @sunodo/cli
npm install -g @sunodo/cli
Linux
Linux users can either also use Homebrew on Linux, or install Node.js and then install sunodo
with:
shell
npm install -g @sunodo/cli
npm install -g @sunodo/cli
INFO
Debian apt-get
packages will be available soon.
Windows
Windows users are recommended to use Windows Subsystem for Linux and follow the Linux instructions above.