Sha256: 02d75388fea01099c75e9a8e4922d2ecf2a976c5bec702cc9aed96efe978626c

Contents?: true

Size: 724 Bytes

Versions: 8

Compression:

Stored size: 724 Bytes

Contents

# export-html — Export System Description as HTML

## Synopsis

`machinery export-html` -d | --html-dir=DIRECTORY NAME
   --force

`machinery` help export-html

## Description

The `export-html` subcommand exports a stored system description as HTML.

## Arguments

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

## Options

  * `-d DIRECTORY`, `--html-dir=DIRECTORY` (required):
    Write the HTML page and assets to this directory. The directory will
    be created if it does not exist yet.

  * `--force` (optional):
    Delete the directory if it exists and recreate it.

## Examples

 * Export the `myhost` system description to `/tmp/myhost-html`:

    $ `machinery` export-html --html-dir=/tmp myhost

Version data entries

8 entries across 8 versions & 1 rubygems

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