netlify / cli

Netlify Command Line Interface

Home Page:http://cli.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make CLI installable vie homebrew

brianm opened this issue · comments

- Do you want to request a feature or report a bug?

feature

- What is the current behavior?

Install via npm install -g netlify-cli

- If the current behavior is a bug, please provide the steps to reproduce.

n/a

- What is the expected behavior?

Install via brew install netlify/netlify-cli

Netlify should provide a homebrew tap with the CLI available under the name netlify. Install via NPM is not appropriate for end-user application installation (vs node.js dev tools).

- Please mention your node.js, and operating system version.

+1

I would like to see this as well, it's a matter of time to set up the automation. Since the dev launch, we should prioritize this.

I actually recently added this in Homebrew/homebrew-core#41453 🎉 You can now install the CLI using:

brew install netlify-cli