Reconciliations
Learn how to manage reconciliations with the CLI.
Use the blnk reconciliations
command to create and manage reconciliations in your Blnk server.
Ensure that your Blnk server is running and connected to the CLI to use this command.
1. View reconciliations
To view all of the reconciliations in your server:
For creating new reconciliations, please use the API. Refer to our docs on reconciliations.
2. Search reconciliations
Search is used to query and find data in your Blnk server. To search your reconciliations with the Blnk CLI, you can use the following options with the blnk reconciliations list
command.
Options | Description |
---|---|
-p or --page <number> | Page number (default: “1”) |
--per-page <number> | Results per page (default: “10”) |
-s or --search <term> | What you are searching for (default: ”*“) |
-q or --query-by <fields> | Fields to query your search term by (default: “reconciliation_id, upload_id”) |
For example, the command below displays all completed reconciliations in your ledger
Read our Search docs to learn more about Search.
Need help?
We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.
To ask questions or discuss issues, please contact us or join our Discord community.
Was this page helpful?