Get Started

Requirements

The Blueprint Cloner is written so that minimal dependencies are required and no extra configuration is needed. This means you only have to ensure that the following requiremenets are met:

There are no external / 3rd party Python libraries required, as only the standard library is used.

Installation & Upgrade

To install or upgrade the Blueprint Cloner run:

pip3 install -U -i https://pypi.confirm.ch/ blueprint-cloner

Usage

When you’ve installed the Blueprint Cloner, you should’ve a new CLI script called blueprint-cloner:

usage: blueprint-cloner [-h] [-d] {list,clone,upgrade} ...

Blueprint Cloner CLI script.

positional arguments:
  {list,clone,upgrade}

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           enable debug logging mode

See also

Have a look at the CLI Script for more informations.