Skip to main content

Install the CLI

Install the verlynk package globally. Requires Node.js 18+.

npm install -g verlynk

Verify the install:

verlynk --version
verlynk --help

verlynk --help should list media:upload. If it does not, you are on the deprecated package (see below).

Migrating from @verlynk/cli

The package was renamed from @verlynk/cli to verlynk. The old package (@verlynk/cli@1.0.0) does not include media commands. Uninstall it and install the new name:

npm uninstall -g @verlynk/cli
npm install -g verlynk
verlynk --help # should list media:upload

Next steps

  • Authentication — Log in with a Public API key
  • Profiles — Set a default profile for post and account commands