Netlify CLI


lm

About

⚠️ The Large Media feature was deprecated on September 1st, 2023 and will become unavailable in a future update. Learn more and discover alternative solutions

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
Subcommanddescription
lm:infoShow large media requirements information.
lm:installConfigures your computer to use Netlify Large Media
lm:setupConfigures 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

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

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

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

lm:setup

Configures your site to use Netlify Large Media

Usage

netlify lm:setup

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • force-install (boolean) - Force the credentials helper installation
  • skip-install (boolean) - Skip the credentials helper installation check
  • debug (boolean) - Print debugging information