6.2.1 • Published 6 years ago

kevoree-cli v6.2.1

Weekly downloads
4
License
LGPL-3.0
Repository
github
Last release
6 years ago

Kevoree Javascript command-line client

NPM

Install

Prefer a global install for this module as it is intended to be used as a client tool:

npm i -g kevoree-cli

Usage

Usage documentation is available by using the -h flag (or nothing):

kevoree -h

Outputs:

$ kevoree

  Usage: kevoree [options] [command]


  Commands:

    clean       Delete installed modules out of the cache folder
    init        Initialize Kevoree's config file
    login       Save your Kevoree registry credentials
    start       Start a Kevoree Javascript runtime
    config      Prints the current Kevoree config file
    help [cmd]  display help for [cmd]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

To get more details about a command: $ kevoree help <command>

Start a runtime

Now we can start a new Kevoree JavaScript runtime from the command-line by using:

kevoree start

This command will start a runtime based on a default model if none given (with -m /path/to/model.{json,kevs})

// default model
add node0: JavascriptNode
add sync: WSGroup

attach node0 sync

set sync.port/node0 = '9000'

This behavior will result in a port conflict if you try to run several "default" runtime on the same machine.

6.2.1

6 years ago

6.2.0

6 years ago

6.1.17

7 years ago

6.1.16

7 years ago

6.1.15

7 years ago

6.1.14

7 years ago

6.1.13

7 years ago

6.1.12

7 years ago

6.1.11

7 years ago

6.1.10

7 years ago

6.1.8

7 years ago

6.1.7

7 years ago

6.1.6

7 years ago

6.1.5

7 years ago

6.1.4

7 years ago

6.1.3

7 years ago

6.1.2

7 years ago

6.1.1

7 years ago

6.1.0-alpha.1

7 years ago

6.1.0-alpha

7 years ago

6.0.0-alpha.6

7 years ago

6.0.0-alpha.5

7 years ago

6.0.0-alpha.4

7 years ago

6.0.0-alpha.3

7 years ago

6.0.0-alpha.2

7 years ago

6.0.0-alpha.1

7 years ago

6.0.0-alpha.0

7 years ago

6.0.0-alpha

7 years ago

5.7.17

7 years ago

5.7.16

7 years ago

5.7.15

7 years ago

5.7.14

7 years ago

5.7.13

7 years ago

5.7.12

7 years ago

5.7.11

7 years ago

5.7.10

7 years ago

5.7.9

7 years ago

5.7.8

7 years ago

5.7.7

7 years ago

5.7.6

7 years ago

5.7.5

7 years ago

5.7.4

7 years ago

5.7.3

7 years ago

5.7.2

7 years ago

5.7.1

7 years ago

5.7.0

7 years ago

5.7.0-beta.4

7 years ago

5.7.0-beta.3

8 years ago

5.7.0-beta.2

8 years ago

5.7.0-beta.1

8 years ago

5.7.0-beta.0

8 years ago