renderersLast updated on
Last updated on
Manage renderer plugins
Manages the unified renderer package used by the render and inspect
commands.
Usage
para renderers <command>Overview
@paradoc/render is not bundled with the CLI. It is installed on demand the
first time you run render or inspect, then cached in
~/.paradoc/renderers/.
Available package:
| Package | Used for | Runtime dependency |
|---|---|---|
@paradoc/render | Text, Markdown, HTML, PDF, DOCX, and inspect | fflate |
Subcommands
| Command | Description |
|---|---|
status | Show installation status of all renderers |
install | Install a renderer (or all) |
remove | Remove a renderer (or all) |
update | Reinstall all renderers to match current CLI version |
renderers status
Show installation status of all renderers.
para renderers status [options]Options
| Option | Description |
|---|---|
--json | Output as JSON |
Output
The status table contains one row for @paradoc/render, including its installed
version, the version expected by the CLI, status, and installed size.
renderers install
Install a renderer, or all renderers if no name is given.
para renderers install [name]Arguments
| Argument | Description |
|---|---|
name | render, text, pdf, or docx (all resolve to the unified package) |
Examples
Install the renderer:
para renderers installThe format aliases install the same unified package:
para renderers install pdfrenderers remove
Remove a renderer, or all renderers if no name is given.
para renderers remove [name]Arguments
| Argument | Description |
|---|---|
name | render, text, pdf, or docx (all resolve to the unified package) |
renderers update
Reinstall all renderers to match the versions pinned by the current CLI release.
para renderers updateThis is useful after upgrading the CLI to ensure renderer versions stay in sync.