show
The show
command prints information about a plugin.
upm show std::core
If a specific version is given it must exist in the plugin registry:
upm show std::core@4.1.12
Usage
upm-show 0.48.15
Show plugin information
USAGE:
upm show <target>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<target>
EXAMPLES:
Print plugin information:
upm info std::core
Print plugin information for a specific version:
upm info std::core@4.1.12