openfin-cli
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -15,5 +15,6 @@ 'use strict'; | ||
name = flags.n || flags.name, | ||
url = parseURLOrFile(flags.u || flags.url), | ||
url = flags.u || flags.url, | ||
config = flags.c || flags.config || 'app.json', | ||
launch = flags.l || flags.launch; | ||
launch = flags.l || flags.launch, | ||
parsedUrl = url ? parseURLOrFile(url) : url; | ||
@@ -26,3 +27,3 @@ if (isEmpty(flags)) { | ||
try { | ||
writeToConfig(name, url, config, function(configObj) { | ||
writeToConfig(name, parsedUrl, config, function(configObj) { | ||
if (launch) { | ||
@@ -29,0 +30,0 @@ launchOpenfin(config); |
{ | ||
"name": "openfin-cli", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "OpenFin Runtime cli tool", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.openfin.co", |
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
10473
168