CLI Installation

Install the QNSP command-line interface.

CLI Installation

Install the QNSP command-line interface.

Package Information

From packages/cli/package.json:

{
  "name": "@qnsp/cli",
  "version": "0.1.0",
  "license": "Apache-2.0",
  "bin": {
    "qnsp": "./dist/index.js"
  }
}

Installation Methods

pnpm add -g @qnsp/cli

Verify installation

qnsp --version
# Output: 0.1.0

qnsp --help

Upgrade

pnpm update -g @qnsp/cli
# or
brew upgrade qnsp

Uninstall

pnpm remove -g @qnsp/cli
# or
brew uninstall qnsp