netlify-lm-plugin
v1.0.0
Published
Netlify CLI plugin to work with Netlify Large Media
Downloads
30
Readme
netlify-lm
Netlify CLI plugin to work with Netlify Large Media.
Usage
$ netlify plugins:install netlify-lm-plugin
$ netlify lm:setup
Commands
lm:info
Prints system information about Git, Git LFS and Netlify's Git Credential Helper.
lm:install
This commands downloads Netlify's Git Credential Helper and configures your environment to use it when you push media files to Netlify's Large Media.
If you run this commands multiple times, it will update the binary files and the configuration.
lm:setup
This command configures your Netlify site to use Large Media. It checks if you already have the Netlify's Git Credential Helper and it installs it if you don't.
Development
This project uses Yarn to manage dependencies, use yarn install
to install its dependencies.
If you want to test a development version with the CLI you can link your code
with Netlify's CLI by running this from the base of this repository:
netlify plugins:link .
After that, you can check that the plugin is installed with netlify lm:info
.