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
- Host: GitHub
- URL: https://github.com/coggle/kashflow-cli
- Owner: Coggle
- License: mit
- Created: 2017-10-27T10:50:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T13:35:39.000Z (about 6 years ago)
- Last Synced: 2025-03-11T02:00:52.441Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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