This extension extracts the video ID from a Vimeo URI.
Compile the extension:
npm i
make
Install extension for space:
export CONTENTFUL_MANAGEMENT_ACCESS_TOKEN=<your Contentful management api token>
export SPACE=<id of space you want to install extension for>
contentful-extension create --space-id $SPACE
From this point on, you can use the other commands the contentful-extension-cli provides.