openfin-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -38,3 +38,4 @@ 'use strict'; | ||
openfinLauncher.launchOpenFin({ | ||
configPath: path.resolve(config) | ||
configPath: path.resolve(config), | ||
rvmGlobalCommand: 'OpenFinRVM' | ||
}).fail(function(err) { | ||
@@ -41,0 +42,0 @@ console.log('launch failed', err); |
{ | ||
"name": "openfin-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "OpenFin Runtime cli tool", | ||
@@ -15,3 +15,4 @@ "homepage": "http://www.openfin.co", | ||
"index.js", | ||
"cli.js" | ||
"cli.js", | ||
"download-rvm.js" | ||
], | ||
@@ -24,4 +25,4 @@ "keywords": [ | ||
"meow": "^2.0.0", | ||
"openfin-config-builder": "^1.0.4", | ||
"openfin-launcher": "^0.1.3" | ||
"openfin-config-builder": ">=1.0.6", | ||
"openfin-launcher": ">=0.2.0" | ||
}, | ||
@@ -40,7 +41,9 @@ "devDependencies": { | ||
"scripts": { | ||
"test": "grunt" | ||
"test": "grunt", | ||
"postinstall" : "node download-rvm.js" | ||
}, | ||
"bin": { | ||
"openfin": "cli.js" | ||
"openfin": "cli.js", | ||
"OpenFinRVM" : "OpenFinRVM.exe" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
> OpenFin Runtime cli tool | ||
# OpenFin Runtime cli tool | ||
[![Build Status](https://travis-ci.org/openfin/openfin-cli.svg?branch=master)](https://travis-ci.org/openfin/openfin-cli) | ||
The OpenFin Cli tool will allow you to launch the OpenFin runtime given a url or a configuration file, it will also allow you to create configuration files by giving only name and url. | ||
@@ -4,0 +6,0 @@ |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
5429
5
93
71
1
+ Addedansi-regex@2.1.1(transitive)
+ Addedcode-point-at@1.1.0(transitive)
+ Addedis-fullwidth-code-point@1.0.0(transitive)
+ Addednumber-is-nan@1.0.1(transitive)
+ Addedopenfin-config-builder@2.0.1(transitive)
+ Addedopenfin-launcher@1.4.9(transitive)
+ Addedsingle-line-log@1.1.2(transitive)
+ Addedstring-width@1.0.2(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
- Removedopenfin-config-builder@1.0.9(transitive)
- Removedopenfin-launcher@0.1.8(transitive)
Updatedopenfin-launcher@>=0.2.0