Sha256: 3e3eb5686568050604aa5b16f1258f7c1ba84953a3ed7fe85529d0ea480162fa

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

# 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 the `xdg-open` command.


## EXAMPLES

  * Lists the two specified system descriptions `a` and `b`:

    $ `machinery` list a b

  * Lists all available system descriptions:

    $ `machinery` list

  * Same as previous command, but additionally prints the date of each scope:

    $ `machinery` list --verbose

  * Lists all available system description names without any additional details:

    $ `machinery` list --short

  * Opens HTML view of list of all available system descriptions in web browser:

    $ `machinery` list --html

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
machinery-tool-1.21.0 manual/docs/machinery-list.1.md
machinery-tool-1.20.0 manual/docs/machinery-list.1.md
machinery-tool-1.19.0 manual/docs/machinery-list.1.md
machinery-tool-1.18.0 manual/docs/machinery-list.1.md