title |
---|
Netlify CLI addons command |
The addons command will manage Netlify addons.
For more information on add-ons see our Netlify partner add-ons docs
(Beta) Manage Netlify Add-ons
Usage
netlify addons
Flags
debug
(boolean) - Print debugging informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy server
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
Login to add-on provider
Usage
netlify addons:auth
Arguments
- name - Add-on slug
Flags
debug
(boolean) - Print debugging informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy server
Configure add-on settings
Usage
netlify addons:config
Arguments
- name - Add-on namespace
Flags
debug
(boolean) - Print debugging informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy server
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 informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy server
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 informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy server
List currently installed add-ons for site
Usage
netlify addons:list
Flags
json
(boolean) - Output add-on data as JSONdebug
(boolean) - Print debugging informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy server