Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/jamdesk/jamdesk-cli/llms.txt

Use this file to discover all available pages before exploring further.

The Jamdesk CLI is available through several installation methods so you can choose what fits your workflow and operating system. Global installation via npm is the most common approach and works on macOS, Linux, and Windows. Homebrew and the curl installer are popular on macOS and Linux, while PowerShell is the recommended path on Windows. If you’d rather skip a global install entirely, you can also run the CLI on demand with npx.

Install

Install the jamdesk package globally using npm. This is the recommended method and works on all supported operating systems.
npm install -g jamdesk
After installation, the jamdesk command will be available in any terminal session. Upgrade to the latest version at any time with:
npm update -g jamdesk

Verify Installation

Once installed, confirm the CLI is working by checking its version:
jamdesk --version
You should see the installed version number printed to your terminal. If the command is not found, ensure that your npm global bin directory is on your PATH, or restart your terminal session and try again.

Requirements

The Jamdesk CLI requires the following environment:
  • Node.js v20.0.0 or later
  • npm v8 or later (recommended)
  • Operating system: macOS, Linux, or Windows — all tested in CI
For a full list of environment requirements and compatibility notes, see the Requirements page.

Build docs developers (and LLMs) love