Sha256: f1d9a2c37920347e108ab316128f60ba1a0201be4c2c82d1bbcaf2978ed4df03

Contents?: true

Size: 1.23 KB

Versions: 8

Compression:

Stored size: 1.23 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

8 entries across 8 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 manual/docs/docs/machinery-list.1.md
machinery-tool-1.24.0 manual/docs/machinery-list.1.md
machinery-tool-1.23.1 manual/docs/machinery-list.1.md
machinery-tool-1.23.0 manual/docs/machinery-list.1.md
machinery-tool-1.22.3 manual/docs/machinery-list.1.md
machinery-tool-1.22.2 manual/docs/machinery-list.1.md
machinery-tool-1.22.1 manual/docs/machinery-list.1.md
machinery-tool-1.22.0 manual/docs/machinery-list.1.md