Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 515 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (21 loc) · 515 Bytes

Intro

The CLI uses oclif to generate an executable under the bin directory, in turn executing the code within src.

Running locally

Initial setup

nvm use # optional, but ensures you're on a supported version of Node
npm install

Run locally

./bin/dev help

Testing

Run all tests

npm test

Run the integration tests

CONTENTFUL_INTEGRATION_TEST_CMA_TOKEN=<cma_token> CONTENTFUL_SPACE_ID=<space_id> npm run test:integration