lint

Lint a plugin:

upm lint ../../plugins/std/core

To check the plugin data is well-formed and any templates compile correctly.

When plugins are packaged the bundled plugin.toml is computed; to inspect the computed plugin data use the -i flag:

upm lint ../../plugins/std/core -i

Usage

upm-lint 0.48.15
Lint a plugin

USAGE:
    upm lint [FLAGS] <path>

FLAGS:
    -h, --help       Prints help information
    -i, --inspect    Print the computed plugin information
    -V, --version    Prints version information

ARGS:
    <path>    Plugin folder

Back to upm