Sha256: ec09b9b8415b71e77e237768c520d736a4741a55ed2e5100d00a7712f0c16fec

Contents?: true

Size: 869 Bytes

Versions: 3

Compression:

Stored size: 869 Bytes

Contents

# analyze — Analyze System Description

## SYNOPSIS

`machinery analyze` NAME -o | --operation=OPERATION

`machinery` help analyze


## DESCRIPTION

The `analyze` subcommand analyzes an existing system description and enriches
it with additional information. Supported operations are:

  * `changed-config-files-diffs`:
    Generates the diffs between the extracted changed configuration files from the
    system and the original versions from the RPM packages.
    The diffs can be shown using `machinery show --show-diffs`


## ARGUMENTS

  * `NAME` (required):
    Name of the system description.


## OPTIONS

  * `-o OPERATION`, `--operation=OPERATION` (required):
    The analyze operation to perform.


## EXAMPLES

 * Analyze the config file diffs for the `myhost` system description:

    $ `machinery` analyze myhost --operation=changed-config-files-diffs

Version data entries

3 entries across 3 versions & 1 rubygems

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