/replicator

provide a tile, get another one.

Primary LanguageGoApache License 2.0Apache-2.0

Replicator

A program the replicates tiles

replicatin stuff

Usage

An operator can use the replicator to create new copies of the Isolation Segment or Windows Runtime tiles. To do so, you will need the following:

  1. a name for the copy
  2. a copy of the original tile, downloaded from PivNet
  3. a location to put the copy

With these things in hand, you can run the following command to replicate the tile:

$ replicator \
    -name "blue" \
    -path /absolute/path/to/tile.pivotal \
    -output /absolute/path/to/output.pivotal

Naming

Naming your copy is important. You should pick a name that describes the tiles use. There are a couple of constraints on tile names:

  1. the name may only contain alphanumeric characters, -, _, and spaces
  2. the name must be 10 characters or less