Metadata-Version: 2.1
Name: okdata-cli
Version: 0.8.0
Summary: CLI for services provided by Oslo Origo
Home-page: https://github.com/oslokommune/okdata-cli/
Author: Oslo Origo
Author-email: dataplattform@oslo.kommune.no
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PrettyTable
Requires-Dist: Sphinx
Requires-Dist: docopt
Requires-Dist: inquirer
Requires-Dist: okdata-sdk (>=0.5.2)
Requires-Dist: pygments
Requires-Dist: recommonmark
Requires-Dist: requests
Requires-Dist: questionary

# `okdata-cli`: Oslo Origo Dataplatform CLI

Okdata CLI provides a unified interface to the services provided by Oslo Origo Dataplatform.

```bash
$ okdata

usage:
  okdata datasets [options]
  okdata status [options]
  okdata pipelines [options]
  okdata events [options]
  okdata webhooks [options]
  okdata -h | --help
```

## Resources
* [Documentation at Read the Docs](https://okdata-cli.readthedocs.io/)
* [GitHub pages for Origo Dataplatform](https://oslokommune.github.io/dataplattform/)


