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 machine-readable format which shows more information.
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] [--source core|custom|plugin|latest] [--type name]*