plugin show
Show the detail of a single plugin your project uses, named by the label its DATABASE /
STATE statement references: its package, resolved version, and whether it exists in the cache.
nschema plugin show postgrespostgres (database) Package: NSchema.Postgres Version: 5.0.0 Restored: yes Cache path: /home/you/.nschema/plugins/NSchema.Postgres/5.0.0If the label isn’t one your project configures, the command lists the labels that are. Use
plugin list to see them all.
Options
Section titled “Options”-
--json— emit a single structured object instead of text:{ "role": "database", "label": "postgres", "packageId": "NSchema.Postgres", "version": "5.0.0", "restored": true, "cachePath": "/home/you/.nschema/plugins/NSchema.Postgres/5.0.0" }cachePathis omitted when the plugin is not restored.