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

openfin-cli

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openfin-cli

OpenFin Runtime cli tool

  • 0.0.4
  • npm
  • Socket score

Version published
Weekly downloads
740
decreased by-36.7%
Maintainers
1
Weekly downloads
 
Created
Source

OpenFin Runtime cli tool

Build Status

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.

Dependencies

You will need Node.js to use the tool and creating configs will work cross platform, but launching the OpenFin runtime is restricted to Windows at the moment.

Install

$ npm install -g openfin-cli

Usage

$ npm install --global openfin-cli
$ openfin --help

##Examples

####Launching an application

$ openfin --launch --url http://www.openfin.co

Shorthand

$ openfin -l -u http://www.openfin.co

####Creating a config file

$ openfin --config myconfig.json --name myAppName --url http://www.openfin.co

Shorthand

$ openfin  -c myconfig.json -n myAppName -u http://www.openfin.co

####Launching a given config file

$ openfin --launch --config myconfig.json

Shorthand

$ openfin -l -c myconfig.json

License

MIT

Keywords

FAQs

Package last updated on 05 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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