Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 683 Bytes

DESCRIPTION.md

File metadata and controls

27 lines (19 loc) · 683 Bytes

Synthetic CLI Command

Synthetic Command Line Tool synctl is used to manage synthetic tests, locations and credentials.

Installation

Remove /usr/local/bin/synctl first, if you have installed synctl(version 1.0.x) before.

pip3 install synctl

Note: To install python3 on Windows, see Python.

Upgrade

Upgrade synctl to latest version

pip3 install --upgrade synctl

Upgrade synctl to a specified version

pip3 install --upgrade synctl==<version>

Documentation

You can find more documentation about how to create Synthetic test in this readme.