Metadata-Version: 2.1
Name: synctl
Version: 2.0.2
Summary: Instana Synthetic CLI
Home-page: https://github.com/instana/synthetic-synctl
Author: Rong Zhu Shang, Swetha Lohith
Author-email: shangrz@cn.ibm.com, Swetha.Lohith@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

# 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).

