Metadata-Version: 2.1
Name: matillioncli
Version: 1.0.0
Summary: A cli tool for running Matillion jobs
Home-page: https://github.com/Rouhija/matillion-cli
Author: Sami Rouhe
Author-email: rouhesami@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# Description
CLI tool for running Matillion jobs. Names are case-sensitive. Prompts for instance address, api user and api key on the first run.

### Usage
Installation
```
pip install matillioncli
```

Run in interactive mode
```sh
matillioncli
```

Optional arguments
```sh
usage: matillioncli [-h] [-d] [-c] [-r RUN]

optional arguments:
  -h, --help           show this help message and exit
  -d, --debug          log to console
  -c, --configuration  re-input configuration values
  -r RUN, --run RUN    start orchestration job without interactive mode
                       (<group>.<project>.<job>)
```

