CLIdat is a tool for inspecting Data from Codat.
The Command Line Interface itself is written with Click, whilst the output of the different commands is passed to a TUI from the Textual package.
I work in support at Codat, and have built this tool as a personal project to help with my day-job. This isn't an officially supported product.
CLIdat is distributed via the Python Package Index (PyPI). We reccomend installing it inside a virtual environment
(venv) user@host:~$ pip install clidat
Thanks to Textual, this software is cross-platform and should work well on Windows, Linux and MacOS.
(venv) user@host:~$ clidat auth
Your Codat API Key:
(venv) user@host:~$ clidat get-suppliers -id 2e14de3b-e2cf-4745-af24-a9a082b4c466
To see a list of all avaliable commands run:
(venv) user@host:~$ run clidat --help
auth
get-account
get-account-transaction
get-account-transactions
...
To get details on a particular command, just append the --help flag onto the end of the command, for example:
(venv) user@host:~$ clidat get-payment --help
Options:
--payment TEXT [required]
-id, --company-id TEXT [required]
-j, --json View plain JSON response
--help Show this message and exit.