Metadata-Version: 2.4
Name: synctl
Version: 2.1.6
Summary: Instana Synthetic CLI
Home-page: https://github.com/instana/synthetic-synctl
Author: Rong Zhu Shang, Swetha Lohith, Esteban Diaz
Author-email: Rong Zhu Shang <shangrz@cn.ibm.com>, Swetha Lohith <Swetha.Lohith@ibm.com>, Esteban Diaz <ediazgallego@ibm.com>
License: MIT
Project-URL: Bug Reports, https://github.com/instana/synthetic-synctl/issues
Project-URL: Source, https://github.com/instana/synthetic-synctl
Project-URL: Documentation, https://github.com/instana/synthetic-synctl#readme
Keywords: Instana,Synthetic,CLI
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.27.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 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](https://www.python.org/downloads/windows/).

# 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](https://github.com/instana/synthetic-synctl#readme).

