Skip to content

dafnifacility/cli

Repository files navigation

The DAFNI CLI

Test status codecov

Introduction

This package provides a command line interface for the DAFNI platform.

Installation and basic usage

With python and pip installed and available on the command line use the following to install the CLI.

pip install dafni-cli

Once installed all commands will be accessible via dafni. For example you can use

dafni --help

to view a list of all of the available sub commands. Use --help on any unfamiliar command to receive more information about it.

For further documentation on usage see the page here.