Releases: datopian/data-cli
Releases · datopian/data-cli
v0.8.6
IP addresses are not URIs; showing more details when validation fails…
v0.8.5
New release re Fix of pushing Excel files
v0.8.4: - validation now has better UX with details of what's going on
- added progress bar on file upload - bug fixes - better error handling and messages
v0.8.2
new release with fix for failing push tests
v0.7.14
Changes:
- re-work on 'push' command so users can now push Excel sheets by name
- re-work on 'cat' command so now we handle different encodings when 'catting' files
- re-work on 'get' command for datasets from DataHub - now we only download "zipped" version and unzip it for you so you save traffic and it's much quicker
- you also can now 'get' private datasets from DataHub (only if you're the owner)
- re-work on 'info' command's output for dataset to include title at top and richer resource table
- 'init' command bug fix: you can now use numbers in the dataset name
- 'validate' command bug fix: you can now use profiles from registry in your descriptor, e.g.,
profile: 'data-package'
- better error messages for 'push', 'get' and 'info' commands
v0.7.9: Changes:
* info command improvements: * now you can do info on non-tabular files and get a desctiptor for it * now 'info' command works with Excel files * better error messages: * error message when pushing inlined dataset since we do not support it yet * more descriptive message when user "cat"s invalid URLs * more descriptive message when user "push"s empty files * general error throwing logic improvements in "datahub-client"
v0.7.8
new release re bug fixes and improvements in cat and push commands
v0.7.6
Changes
- "info" command - now works with GitHub and DataHub datasets
- suggestions when pushing is failed
v0.7.4
Changes
- "get" command
- bug fix re getting a dataset from different publishers on DataHub
- "validate" command
- you can now validate remote datasets, e.g.:
- try
data validate https://github.com/frictionlessdata/test-data/tree/master/packages/basic-csv
- or to get some error messages try
data validate https://github.com/frictionlessdata/test-data/tree/master/packages/types-formats-and-constraints/year
- try
- "validate" command now works with different delimiters
- you can now validate remote datasets, e.g.:
- update notifications
- added module for notifying users about new versions of the CLI tool
v0.7.3
Changes
- ability to push large streams