Installation

CLI Reference

Install, link, and run the Xyra CLI for panel workflows.

Overview

xyra is the CLI that ships with the panel. Its commands live in /panel/cli/index.mjs and are exported through the bin field in panel/package.json. Run xyra --help for the banner or link it globally on your VPS.

Command catalog

CategoryCommandPurpose
Corexyra buildpnpm build for Nitro output.
Corexyra deployBuild (unless --skip-build) then reload/start PM2.
Corexyra pm2 <sub>Process controls: start, reload, restart, stop, delete, status, logs.
Corexyra pm2 paste-logsUpload recent PM2 logs to the Xyra paste service.
Toolingxyra nuxtdev, preview, generate.
Toolingxyra lintOxlint suites (fix, type-aware, type-check).
Toolingxyra fmtOxfmt + check.
Toolingxyra testVitest watch / coverage.
Toolingxyra dbDrizzle generate / push.
Toolingxyra pwaPWA asset generator.

Install dependencies

pnpm install
pnpm link --global

Inspect the CLI

xyra --help