List known scripts
This command simply outputs a list of scripts that can potentially installed into Virtualmin servers. By default it displays a nicely formatted table, but if the --multiline
option is given it will use a more parsable format which shows more information. Or you can use --name-only
to show just script names.
By default all scripts available are listed, but you can limit the output to only those built into Virtualmin with the --source core
parameter. Or show only those you have installed separately with --source custom
, or those from plugins with --source plugin
.
Command line help
virtualmin list-available-scripts [--multiline | --name-only]
[--source core|custom|plugin|latest]
[--type name]*
[--available-only]