Sha256: ffc48be4d6b1ff4dc029d7a2c0ba209438f25f8eecd69b098e3a6c17e4f96cb1

Contents?: true

Size: 861 Bytes

Versions: 8

Compression:

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

8 entries across 8 versions & 1 rubygems

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