Install the CLI
Install the published package from npm. The package is scoped as
@m0d8ye/sealgate; the command it installs is
sealgate.
npm install --global @m0d8ye/sealgate
sealgate --help
Prefer building from source? Clone the repository, then run
npm ci and npm install --global ., or
use node /absolute/path/to/sealgate/dist/bin/sealgate.js
in place of sealgate.