Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openfin-cli

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openfin-cli - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

index.js

@@ -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) {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc