list — List System Descriptions
Synopsis
machinery list [OPTIONS] [NAME[,NAME2[,NAME3]]]
machinery help list
Description
List the specified system descriptions if parameter name is given. List all available system descriptions in the internal database if no name parameter is given. The list is sorted alphabetically and contains a name and the scopes for each system.
Options
--verbose(optional): Print additional information about the origin of scopes. Currently displays [HOSTNAME] and (DATE).--short(optional): List only descripton names.--html(optional): Run a web server and open the list of system descriptions in HTML format in your web browser using thexdg-opencommand.
Examples
-
Lists the two specified system descriptions
aandb:$
machinerylist a b -
Lists all available system descriptions:
$
machinerylist -
Same as previous command, but additionally prints the date of each scope:
$
machinerylist --verbose -
Lists all available system description names without any additional details:
$
machinerylist --short -
Opens HTML view of list of all available system descriptions in web browser:
$
machinerylist --html