Installing the Seal CLI
Download and unpack the Seal CLI binary on Linux, macOS, or Windows.
Linux
curl -fsSL https://github.com/seal-community/cli/releases/download/latest/seal-linux-amd64-latest.zip -o seal.zip
unzip seal.zip
chmod +x seal
./seal versionmacOS
curl -fsSL https://github.com/seal-community/cli/releases/download/latest/seal-darwin-amd64-latest.zip -o seal.zip
unzip seal.zip
chmod +x seal
./seal versionWindows
Verifying the install
Use the latest version
Related
Last updated