openfin-cli
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -39,4 +39,3 @@ 'use strict'; | ||
function fetchInstaller(flags, configObj) { | ||
var installer = flags.i || flags.installer, | ||
hyperlink = flags.h || flags.hyperlink, | ||
var hyperlink = flags.h || flags.hyperlink, | ||
destination = flags.d || flags.destination, | ||
@@ -54,3 +53,3 @@ name = flags.n || flags.name || configObj.startup_app.name || 'openfin', | ||
name: name | ||
} | ||
}; | ||
@@ -57,0 +56,0 @@ if (destination) { |
{ | ||
"name": "openfin-cli", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "OpenFin Runtime cli tool", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.openfin.co", |
@@ -63,12 +63,8 @@ # OpenFin Runtime cli tool | ||
####Generate installer URL | ||
Will print a url to the console with the name from your config file and the hosted confg | ||
file url provided via the `-i` or `--installer` flag | ||
Will print a url to the console with the name proivided via the `-n` flag and the hosted confg | ||
file url provided via the `-c` flag | ||
````sh | ||
$ openfin --hyperlink --installer http://goo.gl/w2747v | ||
$ openfin -n OpenFinPOC -c http://goo.gl/w2747v -h | ||
```` | ||
Shorthand | ||
````sh | ||
$ openfin -h -i http://goo.gl/w2747v | ||
```` | ||
@@ -86,2 +82,10 @@ ####Download an installer zip locally | ||
####Installer config options | ||
```` | ||
--no-ext If set “true”, the file is extention-less' | ||
--rvm-config URL that points to the RVM config. Must be a full URL.' | ||
'--support-email The email address to display in the installer when an error occurs. Default value = support@openfin.co"' | ||
--dnl Installs an application without launching it. Set value to true [dnl=true]' | ||
```` | ||
## License | ||
@@ -88,0 +92,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
100
1
2252440
159