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
Flags
filter
(string) - For monorepos, specify the name of the application to run the command indebug
(boolean) - Print debugging information
Subcommand | description |
---|---|
addons:auth | Login to add-on provider |
addons:config | Configure add-on settings |
addons:create | Add an add-on extension to your site |
addons:delete | Remove an add-on extension to your site |
addons:list | List 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 indebug
(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 indebug
(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 indebug
(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 inforce
(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 injson
(boolean) - Output add-on data as JSONdebug
(boolean) - Print debugging information