Installation
Install the suite CLI
Section titled “Install the suite CLI”npm install -g @staydistributed/stay# orpnpm add -g @staydistributed/stayInstall a product
Section titled “Install a product”Use stay to install individual products:
stay check initstay signal initThis runs npm install -g (or pnpm add -g if pnpm is available) for the product package and places its binary on your PATH.
You can override the package manager by setting the STAY_PM environment variable:
STAY_PM=pnpm stay check initUninstall a product
Section titled “Uninstall a product”stay check removestay signal removeDirect install (without stay)
Section titled “Direct install (without stay)”You can also install products directly:
npm install -g @staydistributed/checknpm install -g @staydistributed/signalThe product binaries will be available as staydistributed-check and staydistributed-signal.