Netlify CLI


addons

The addons command will manage Netlify addons.

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

About

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

Usage

netlify addons

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information
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

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information

addons:config

Configure add-on settings

Usage

netlify addons:config

Arguments

  • name - Add-on namespace

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information

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

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information

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

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • force (boolean) - delete without prompting (useful for CI)
  • debug (boolean) - Print debugging information

addons:list

List currently installed add-ons for site

Usage

netlify addons:list

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • json (boolean) - Output add-on data as JSON
  • debug (boolean) - Print debugging information