Sha256: dd9a85fbe6bf25bb59f6f6ac54cb310b77c99f988e06c2e299deec84473defc1

Contents?: true

Size: 559 Bytes

Versions: 8

Compression:

Stored size: 559 Bytes

Contents

# copy — Copy System Description

## Synopsis

`machinery copy` FROM_NAME TO_NAME

`machinery` help copy

## Description

The `copy` command copies a stored system description. It creates a new
description named TO_NAME containing the same content as the description
FROM_NAME.

## Arguments
  * `FROM_NAME` (required):
    Name of the source system description.

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

## Examples

  * Create a copy of the system description `earth` under the name `moon`:

    $ `machinery` copy earth moon

Version data entries

8 entries across 8 versions & 1 rubygems

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