GZ266 CLI

Create, build, and publish plugins and themes from the command line. Version 6.0.0.

Plugins & themes guide →

Install

# From the monorepo (development)
cd packages/gz-cli && npm install && npm run build
node dist/cli.js --help

# Or link globally
npm link
gz --help

Commands

Environment variables

Manifest format: see plugin.json in a created project or the repo docs (e.g. PLUGIN-MANIFEST.md) if present.