An open API service indexing awesome lists of open source software.

https://github.com/coggle/kashflow-cli

A command line utility for exporting data from Kashflow accounting
https://github.com/coggle/kashflow-cli

Last synced: 12 months ago
JSON representation

A command line utility for exporting data from Kashflow accounting

Awesome Lists containing this project

README

          

# Kashflow CLI
Kashflow CLI is a small command line utility for exporting data from Kashflow accounting software. It exports as JSON so you can easily import it into your scripts or just keep a backup outside of Kashflow.

```
npm install kashflow-cli -g
```

### Example Usage

```
# Auth is passed through environment variables
export KASHFLOW_USERNAME=
export KASHFLOW_PASSWORD=

kf get invoices
```

For more help in using the command line interface run:
```
kf --help
```

### Why did you write this?

After finding we had some inconsistent data in our accounts caused by a Kashflow bug, we wanted a way to easily export all our data in a scriptable form. This let us write some validation scripts so we could detect accounting inconsistencies in the future.

### License

MIT License