Comparing version 0.21.0 to 0.21.1
@@ -7,6 +7,6 @@ var helpers = require("./util/helpers") | ||
.log() | ||
.log(" Surge".bold, "– Single-command web publishing.".grey, ("(v" + req.pkg.version + ")"). grey) | ||
.log(" " + req.config.name.bold, "– single command web publishing.".grey, ("(v" + req.pkg.version + ")"). grey) | ||
.log() | ||
.log(" Usage:".grey) | ||
.log(" surge <project> <domain>") | ||
.log(" "+ req.config.name +" <project> <domain>") | ||
.log() | ||
@@ -20,8 +20,8 @@ .log(" Options:".grey) | ||
.log(" Additional commands:".grey) | ||
.log(" surge whoami show who you are logged in as") | ||
.log(" surge logout expire local token") | ||
.log(" surge login only performs authentication step") | ||
.log(" surge list list all domains you have access to") | ||
.log(" surge teardown tear down a published project") | ||
.log(" surge plan set account plan") | ||
.log(" "+ req.config.name +" whoami show who you are logged in as") | ||
.log(" "+ req.config.name +" logout expire local token") | ||
.log(" "+ req.config.name +" login only performs authentication step") | ||
.log(" "+ req.config.name +" list list all domains you have access to") | ||
.log(" "+ req.config.name +" teardown tear down a published project") | ||
.log(" "+ req.config.name +" plan set account plan") | ||
.log() | ||
@@ -37,3 +37,3 @@ // .log(" Examples:".grey) | ||
.log() | ||
.log(" When in doubt, run ".grey + "surge".green.underline + " from within your project directory.".grey) | ||
.log(" When in doubt, run ".grey + req.config.name.green.underline + " from within your project directory.".grey) | ||
.log() | ||
@@ -40,0 +40,0 @@ |
@@ -87,2 +87,3 @@ | ||
config.platform = config.platform || "surge.sh" | ||
config.name = config.name || "surge" | ||
@@ -89,0 +90,0 @@ var options = { |
{ | ||
"name": "surge", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"description": "CDN for front-end developers", | ||
@@ -5,0 +5,0 @@ "author": "Brock Whitten <brock@chloi.io>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75227
2183