Sha256: 5005626bebac65fd439f6637733a57295cc082d1341c1f6de7e92abc12a900fc

Contents?: true

Size: 1.62 KB

Versions: 3

Compression:

Stored size: 1.62 KB

Contents

# compare — Compare System Descriptions

## SYNOPSIS

`machinery compare` [-s SCOPE | --scope=SCOPE] [-e IGNORE-SCOPE | --ignore-scope=IGNORE-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`, `--ignore-scope=IGNORE-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

3 entries across 3 versions & 1 rubygems

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