Sha256: 6bb7e2b0e58484090f2acce3b3f79a5483318343008a97e46ce9d0e0265ea6ef

Contents?: true

Size: 1.63 KB

Versions: 1

Compression:

Stored size: 1.63 KB

Contents

# compare — Compare System Descriptions

## SYNOPSIS

`machinery compare` [-s SCOPE | --scope=SCOPE] [-e EXCLUDE-SCOPE | --exclude-scope=EXCLUDE-SCOPE] [--no-pager] [--show-all] [--html] NAME1 NAME2

`machinery` help compare


## DESCRIPTION

The `compare` command compares stored system descriptions. The scope option can
be used to limit the output to the given scopes.


## ARGUMENTS

  * `NAME1` (required):
    First system description to compare.

  * `NAME2` (required):
    Second system description to compare.


## OPTIONS

  * `-s SCOPE`, `--scope=SCOPE` (optional):
    Limit output to the specified scope.
    See the [Scope section](#Scopes) for more information.

  * `-e SCOPE`, `--exclude-scope=EXCLUDE-SCOPE` (optional):
    Skip output of the specified scope.
    See the [Scope section](#Scopes) for more information.

  * `--no-pager` (optional):
    Do not pipe output into a pager.

  * `--show-all` (optional):
    Show also common properties of the descriptions (not only the differences).

  * `--html` (optional):
    Shows the comparison of two system descriptions in the web browser.


## EXAMPLES

  * Compare system descriptions saved as `earth` and `moon`:

    $ `machinery` compare earth moon

  * Compare system descriptions, but limit the scope to repositories only:

    $ `machinery` compare earth moon -s repositories

  * Compare lists of changed managed files and include the common ones in the
    list:

    $ `machinery` compare earth moon --scope=changed-managed-files --show-all

  * Compares system descriptions and shows the result in HTML format in your web browser:

    $ `machinery` compare --html earth moon

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
machinery-tool-1.18.0 manual/docs/machinery-compare.1.md