Installing the CLI
The lnkify CLI is published to npm as lnkify and ships a single lnkify binary.
Requirements
- Node.js >= 22
Check your version with node --version.
Install globally
bash
npm install -g lnkifybash
pnpm add -g lnkifybash
yarn global add lnkifyVerify the install:
bash
lnkify --version
lnkify --helpRun without installing
Use npx to run the latest version on demand — handy for CI or one-off commands:
bash
npx lnkify links listUpgrading
bash
npm install -g lnkify@latestThe CLI follows semantic versioning. See the CHANGELOG for what's new in each release.
Next steps
Point the CLI at your server and authenticate.
Next: Authentication