CLI Installation
The Slipway CLI lets you deploy and manage your Sails applications from the command line.
Installation
Using npm (Global)
bash
npm install -g slipwayAfter installation, the slipway command is available globally:
bash
slipway --helpUsing npx (No Installation)
You can use the CLI without installing it globally:
bash
npx slipway-cli --helpThis downloads and runs the CLI once. For regular use, we recommend installing globally.
Requirements
| Requirement | Version |
|---|---|
| Node.js | 22 or higher |
| npm | 10 or higher |
Zero Dependencies
The Slipway CLI has zero npm dependencies. It uses only Node.js built-in modules, which means:
- Instant startup — No node_modules to load
- No supply chain risk — Nothing to audit
- Simpler maintenance — No dependency updates
Verify Installation
Check that the CLI is installed correctly:
bash
slipway --versionYou should see the version number:
slipway v0.0.1Update the CLI
To update to the latest version:
bash
npm update -g slipwayShell Completions
The CLI supports shell completions for faster command entry. Coming soon.
What's Next?
After installing the CLI, authenticate with your Slipway server.