Skip to main content

Prerequisites

  • Node.js 20+ (check with node --version)
  • An email you can check (for the OTP flow) — or a cko_ key already copied from the dashboard

Install

npm install -g slideless
slideless --version
Global install puts slideless on your PATH. If npm install -g is blocked by your environment, npx slideless ... works for any command.

Authenticate

Verify

slideless verify
If this prints ✓ API key valid with the expected scopes, you’re done.

Upgrading

npm install -g slideless@latest
Profiles and credentials are preserved across upgrades — config lives in ~/.config/slideless/, independent of the installed binary.