pivotal-cf/replicator

Name: replicator

Owner: Pivotal Cloud Foundry

Description: provide a tile, get another one.

Created: 2017-03-17 17:35:37.0

Updated: 2017-08-25 15:08:49.0

Pushed: 2018-03-10 00:58:01.0

Homepage:

Size: 1008

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

plicator \
-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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.