The DataHub CLI is used to manage DataHub data packages from the command line.
To install datahub-cli
, you need to download the package from the releases section.
Once it is downloaded and installed run the following command to see all available options:
$ data --help
$ npm install
We use Ava for our tests. For running tests use:
$ [sudo] npm test
To run tests in watch mode:
$ [sudo] npm run watch:test