aha.clone

The Synapse aha.clone tool can be used to generate a new clone URL to deploy an AHA mirror.

Syntax

aha.clone is executed using python -m synapse.tools.aha.clone. The command usage is as follows:

python -m synapse.tools.aha.clone -h

usage: synapse.tools.aha.clone [-h] [--port PORT] [--url URL] [--only-url]
                               dnsname

Generate a new clone URL to deploy an AHA mirror.

Examples:

    python -m synapse.tools.aha.clone 01.aha.loop.vertex.link

positional arguments:
  dnsname      The DNS name of the new AHA server.

options:
  -h, --help   show this help message and exit
  --port PORT  The port that the new AHA server should listen on.
  --url URL    The telepath URL to connect to the AHA service.
  --only-url   Only output the URL upon successful execution