Metadata-Version: 2.1
Name: skencli
Version: 0.1.85
Summary: Sken CLI for running scanners
Home-page: http://sken.ai/
Author: Sken.ai
Author-email: author@sken.ai
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=5.1.2)
Requires-Dist: boto3 (>=1.10.26)
Requires-Dist: docker (>=4.2.1)
Requires-Dist: wget (>=3.2)
Requires-Dist: requests (>=2.7.0)

# Sken CLI

The full documentation for skencli can be found here:

http://docs.sken.ai/en/articles/4331879-advanced-settings-set-up-sken-cli-and-sken-yaml

----------

For test purposes only, you can run:

```
skencli --test
```

In this state, the CLI will read from `skentest.yaml` and communicate with our test servers. The `orgid` and `appid` specified in `skentest.yaml` must come from our test servers.


