plugin list
for plugin
List installed plugins.
Signature
> plugin list {flags}
Input/output types:
input | output |
---|---|
nothing | table<name: string, version: string, is_running: bool, pid: int, filename: string, shell: string, commands: list<string>> |
Examples
List installed plugins.
> plugin list
╭───┬──────┬─────────┬────────────┬────────┬───────────────────────────────┬───────┬─────────────╮
│ # │ name │ version │ is_running │ pid │ filename │ shell │ commands │
├───┼──────┼─────────┼────────────┼────────┼───────────────────────────────┼───────┼─────────────┤
│ 0 │ inc │ 0.99.0 │ true │ 106480 │ /opt/nu/plugins/nu_plugin_inc │ │ ╭───┬─────╮ │
│ │ │ │ │ │ │ │ │ 0 │ inc │ │
│ │ │ │ │ │ │ │ ╰───┴─────╯ │
╰───┴──────┴─────────┴────────────┴────────┴───────────────────────────────┴───────┴─────────────╯
Get process information for running plugins.
> ps | where pid in (plugin list).pid