Skip to content

CLI Overview

The universal-plugin CLI transforms a canonical .plugin/plugin.json into vendor-specific manifests.

Always pin to an exact version in hooks and CI:

Terminal window
# One-off
npx universal-plugin@latest --help
# Scripting (pin)
npx universal-plugin@$(npm view universal-plugin version) <command>
CommandPurpose
buildGenerate vendor manifests from .plugin/plugin.json

Most subcommands accept --format:

ValueConsumerOutput
(default)HumansTables, aligned fields
--format jsonScripts / pipelinesFlat JSON

--json is a deprecated alias for --format json.