Netlify CLI


addons

The addons command will manage Netlify addons.

For more information on add-ons see our Netlify partner add-ons docs

About

(Beta) Manage Netlify Add-ons

Usage

netlify addons
Subcommanddescription
addons:authLogin to add-on provider
addons:configConfigure add-on settings
addons:createAdd an add-on extension to your site
addons:deleteRemove an add-on extension to your site
addons:listList currently installed add-ons for site

Examples

netlify addons:create addon-xyz
netlify addons:list
netlify addons:config addon-xyz
netlify addons:delete addon-xyz
netlify addons:auth addon-xyz

addons:auth

Login to add-on provider

Usage

netlify addons:auth

Arguments

  • name - Add-on slug

Flags

  • debug (boolean) - Print debugging information
  • httpProxy (string) - Proxy server address to route requests through.
  • httpProxyCertificateFilename (string) - Certificate file to use when connecting using a proxy server

addons:config

Configure add-on settings

Usage

netlify addons:config

Arguments

  • name - Add-on namespace

Flags

  • debug (boolean) - Print debugging information
  • httpProxy (string) - Proxy server address to route requests through.
  • httpProxyCertificateFilename (string) - Certificate file to use when connecting using a proxy server

addons:create

Add an add-on extension to your site ... Add-ons are a way to extend the functionality of your Netlify site

Usage

netlify addons:create

Arguments

  • name - Add-on namespace

Flags

  • debug (boolean) - Print debugging information
  • httpProxy (string) - Proxy server address to route requests through.
  • httpProxyCertificateFilename (string) - Certificate file to use when connecting using a proxy server

addons:delete

Remove an add-on extension to your site ... Add-ons are a way to extend the functionality of your Netlify site

Usage

netlify addons:delete

Arguments

  • name - Add-on namespace

Flags

  • force (boolean) - delete without prompting (useful for CI)
  • debug (boolean) - Print debugging information
  • httpProxy (string) - Proxy server address to route requests through.
  • httpProxyCertificateFilename (string) - Certificate file to use when connecting using a proxy server

addons:list

List currently installed add-ons for site

Usage

netlify addons:list

Flags

  • json (boolean) - Output add-on data as JSON
  • debug (boolean) - Print debugging information
  • httpProxy (string) - Proxy server address to route requests through.
  • httpProxyCertificateFilename (string) - Certificate file to use when connecting using a proxy server