Sha256: e920c22e9ffd36f5a5db203c42eba43c60b84f4c85c2bf345c55c7e76b0e5151

Contents?: true

Size: 567 Bytes

Versions: 4

Compression:

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

4 entries across 4 versions & 1 rubygems

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