A minimal CLI to work with Frictionless Data Packages.
Download the latest release and put it seamless
in your PATH
. Alternatively, you can install directly from GitHub with cargo
:
cargo install --git https://github.com/datonic/seamless
The following commands are available:
seamless pull <path> <path>
seamless query <path> <query>
seamless validate <path>
MIT License