Sha256: cf0c86934ec4f589ea72175db5cf293106d4bfc0b2340f76e713d83b458ba117

Contents?: true

Size: 764 Bytes

Versions: 4

Compression:

Stored size: 764 Bytes

Contents

# validate — Validate System Description

## SYNOPSIS

`machinery validate` NAME

`machinery` help validate


## DESCRIPTION

The `validate` subcommand validates an existing system description.
It checks, that the description has the correct structure and the data stored
there conforms to the required schema. It also verifies that all extracted files
are present on disk and that all files have meta information.

In case of issues errors are shown with additional information.

The main purpose of this command is to verify the system description after
manually editing it.


## ARGUMENTS

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


## EXAMPLES

 * Validate the system description with the name `myhost`:

    $ `machinery` validate myhost

Version data entries

4 entries across 4 versions & 1 rubygems

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