Metadata-Version: 2.1
Name: dagknows
Version: 0.0.25
Summary: Our CLI utilities for DagKnows
Home-page: https://github.com/dagknows/dagclis
Author: Sriram Panyam
Author-email: sri@dagknows.com
License: BSD 3-Clause License
Keywords: dagknows,cli,api,setuptools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: boltons
Requires-Dist: psutil
Requires-Dist: pyyaml
Requires-Dist: hvac
Requires-Dist: typer[all]

# DagKnows Tools

Welcome to the CLI tools for DagKnows.  With this you can manage all your dags, nodes, executions and sessions without ever leaving the comfort of your terminal.

## Getting Started

Install the cli with:

```
pip install dagknows
```

## Setup your account

DagKnows uses the auth token associated with your organization and account.  You can either use an existing token or login and create a new one.

To use an existing token simply do:

```
dk init --access-token <EXISTING_ACCESS_TOKEN>
```

You can also login to get a fresh one:

```
dk login ORG
```

Here you will be prompted for your org's username and password.

## Get going

For a full list of commands and help descriptions do:

```
dk --help
```
