openfin-cli
Advanced tools
Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "openfin-cli", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "OpenFin Runtime cli tool", | ||
@@ -25,3 +25,3 @@ "homepage": "http://www.openfin.co", | ||
"dependencies": { | ||
"hadouken-js-adapter": "^0.40.1", | ||
"hadouken-js-adapter": "^0.42.1", | ||
"meow": "^5.0.0", | ||
@@ -28,0 +28,0 @@ "openfin-config-builder": "latest", |
@@ -42,14 +42,2 @@ # OpenFin Runtime cli tool | ||
``` | ||
#### Creating a config file | ||
```sh | ||
$ openfin --config myconfig.json --name myAppName --url http://www.openfin.co | ||
``` | ||
Shorthand | ||
```sh | ||
$ openfin -c myconfig.json -n myAppName -u http://www.openfin.co | ||
``` | ||
#### Launching a given config file | ||
@@ -68,29 +56,3 @@ | ||
#### Generate installer URL | ||
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 -n OpenFinPOC -c http://goo.gl/w2747v -h | ||
``` | ||
#### Download an installer zip locally | ||
Use the `-d` or `--destination` flag to specify the directory of the download. To download to the current directory use `-d .` or `--destination .` | ||
```sh | ||
$ openfin --destination my-dist-directory --installer http://goo.gl/w2747v | ||
``` | ||
Shorthand | ||
```sh | ||
$ openfin -d my-dist-directory -i http://goo.gl/w2747v | ||
``` | ||
#### 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 | ||
@@ -97,0 +59,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
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
20222
73
+ Addedhadouken-js-adapter@0.42.2(transitive)
- Removedhadouken-js-adapter@0.40.1(transitive)
Updatedhadouken-js-adapter@^0.42.1