Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netlify-cli

Package Overview
Dependencies
Maintainers
1
Versions
1183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-cli - npm Package Compare versions

Comparing version 0.2.15 to 0.3.0

lib/commands/list_sites.js

6

bin/cli.js

@@ -12,2 +12,3 @@ #!/usr/bin/env node

init = require("../lib/commands/init"),
list = require("../lib/commands/list_sites"),
updateSite = require("../lib/commands/update_site"),

@@ -65,2 +66,7 @@ openSite = require("../lib/commands/open");

program
.command("list")
.description("List all sites")
.action(config.wrap(program, list.cmd));
program
.command("delete")

@@ -67,0 +73,0 @@ .description("Deletes a site")

5

lib/commands/deploy.js
var prompt = require("prompt"),
chalk = require("chalk");
chalk = require("chalk"),
site_picker = require("../helpers/site_picker");

@@ -44,3 +45,3 @@ var createSitePrompt = {

} else {
process.exit(1);
site_picker.pickSite(config.client, {}, cb);
}

@@ -47,0 +48,0 @@ });

13

package.json
{
"name": "netlify-cli",
"version": "0.2.15",
"version": "0.3.0",
"description": "Netlify builds, deploys and hosts your front-end straight from Github.",

@@ -28,10 +28,11 @@ "scripts": {

"dependencies": {
"open": "0.0.5",
"netlify": "^0.2.6",
"chalk": "^0.5.1",
"commander": "^2.9.0",
"chalk": "^0.5.1",
"github": "^0.2.4",
"home-dir": "^0.2.0",
"prompt": "^0.2.14",
"github": "^0.2.4"
"inquirer": "^0.11.0",
"netlify": "^0.3.1",
"open": "0.0.5",
"prompt": "^0.2.14"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc