Skip to content

Coggle/kashflow-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=<your username>
export KASHFLOW_PASSWORD=<your 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

About

A command line utility for exporting data from Kashflow accounting

Resources

License

Stars

Watchers

Forks

Packages

No packages published