The CLI uses oclif to generate an executable under the bin
directory, in turn executing the code within src
.
nvm use # optional, but ensures you're on a supported version of Node
npm install
./bin/dev help
npm test
CONTENTFUL_INTEGRATION_TEST_CMA_TOKEN=<cma_token> CONTENTFUL_SPACE_ID=<space_id> npm run test:integration