Setting up CLI
The CLI is called cil-import
. It is found at src/cli
. Before using the CLI it is recommended to always build it to ensure the latest version is being used.
Build CLI
- Go to
src/cli
npm install
- run
sudo npm run link
to create the CLI. - Check with
cil-import -V
that the version is the same aspackage.json