status-dev-cli
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -78,3 +78,3 @@ #!/usr/bin/env node | ||
obj["dapp-url"] = json["dapp-url"] || json["bot-url"]; | ||
obj["dapp-url"] = json["dapp-url"] || json["bot-url"] || cli.dappUrl; | ||
if (!obj["dapp-url"]) { | ||
@@ -308,2 +308,3 @@ console.error(chalk.red("Neither 'dapp-url' nor 'bot-url' have been found in your package.json file.")); | ||
.option("--ip [ip]", "IP address of your device") | ||
.option("--dappUrl [url]", "Custom DApp URL (overrides the one from the package.json)") | ||
.parse(process.argv); |
{ | ||
"name": "status-dev-cli", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "CLI for Status", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17956
356