Sha256: 1fb591b8826ba062a24afca08e0023a820d16c639f7d72963b935d6ecdbe4447
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 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: * `config-file-diffs`: Generates the diffs between the extracted changed config 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=config-file-diffs
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
machinery-tool-1.18.0 | manual/docs/machinery-analyze.1.md |