Netlify CLI


Netlify addons

⚠️ The addons command is deprecated and will become unavailable in a future update.

A Netlify addon is a way for Netlify users to extend their sites.

For example a user can provision additional functionality on their site by running:

netlify addons:create your-addon-namespace

This would create a new instance of your-addon-namespace for that Netlify Site.

Some example of Netlify addons:

  • Automatically inject error tracking into your app
  • Provision a new database
  • Setup env variables in Netlify's build context for users Automatically
  • ...sky is the limit

Register Addon

Do you have an addon idea that you'd like to create? Let us know