Skip to content

Latest commit

 

History

History
98 lines (67 loc) · 2.33 KB

lm.md

File metadata and controls

98 lines (67 loc) · 2.33 KB
title
Netlify CLI lm command

lm

About

Handle Netlify Large Media operations The lm command will help you manage large media for a site

Usage

netlify lm

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
Subcommand description
lm:info Show large media requirements information.
lm:install Configures your computer to use Netlify Large Media
lm:setup Configures your site to use Netlify Large Media

Examples

netlify lm:info
netlify lm:install
netlify lm:setup

lm:info

Show large media requirements information.

Usage

netlify lm:info

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

lm:install

Configures your computer to use Netlify Large Media It installs the required credentials helper for Git, and configures your Git environment with the right credentials.

Usage

netlify lm:install

Flags

  • force (boolean) - Force the credentials helper installation
  • 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

lm:setup

Configures your site to use Netlify Large Media

Usage

netlify lm:setup

Flags

  • force-install (boolean) - Force the credentials helper installation
  • skip-install (boolean) - Skip the credentials helper installation check
  • 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