Our CLI utilities for DagKnows


Keywords
dagknows, cli, api, setuptools
License
BSD-1-Clause
Install
pip install dagknows==0.0.105

Documentation

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 --force-reinstall -U

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 config init

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