Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.16 KB

integration.md

File metadata and controls

49 lines (33 loc) · 1.16 KB
title description
Netlify CLI integration command
Create, develop, and deploy integrations.

integration

Manage Netlify Integrations built with the Netlify SDK

Usage

netlify integration

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information
Subcommand description
integration:deploy Register, build, and deploy a private integration on Netlify

integration:deploy

Register, build, and deploy a private integration on Netlify

Usage

netlify integration:deploy

Flags

  • auth (string) - Netlify auth token to deploy with
  • build (boolean) - Build the integration
  • filter (string) - For monorepos, specify the name of the application to run the command in
  • prod (boolean) - Deploy to production
  • site (string) - A site name or ID to deploy to
  • debug (boolean) - Print debugging information