qbtools export items
qbtools export customers -f toml
qbtools export customers --output-path customer-data.json
Run once to create an example JSON config file in your current directory. The config file read in the following order:
- qb-api-cfg.json
- qb-api-cfg.toml
- qb-api-cfg.yaml
- qb-api-cfg.yml
This crate is still in development, and things (such as the config file name/lookup order) may change at any time, and without warning, especially before the crate reaches version 0.1.0. However, I don't expect anything in the Examples
section to break.