6.2.1 • Published 7 years ago

kevoree-cli v6.2.1

Weekly downloads
4
License
LGPL-3.0
Repository
github
Last release
7 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

7 years ago

6.2.0

7 years ago

6.1.17

8 years ago

6.1.16

8 years ago

6.1.15

8 years ago

6.1.14

8 years ago

6.1.13

8 years ago

6.1.12

8 years ago

6.1.11

8 years ago

6.1.10

8 years ago

6.1.8

8 years ago

6.1.7

8 years ago

6.1.6

8 years ago

6.1.5

8 years ago

6.1.4

8 years ago

6.1.3

8 years ago

6.1.2

8 years ago

6.1.1

8 years ago

6.1.0-alpha.1

8 years ago

6.1.0-alpha

8 years ago

6.0.0-alpha.6

8 years ago

6.0.0-alpha.5

8 years ago

6.0.0-alpha.4

8 years ago

6.0.0-alpha.3

8 years ago

6.0.0-alpha.2

8 years ago

6.0.0-alpha.1

8 years ago

6.0.0-alpha.0

8 years ago

6.0.0-alpha

8 years ago

5.7.17

8 years ago

5.7.16

8 years ago

5.7.15

8 years ago

5.7.14

8 years ago

5.7.13

8 years ago

5.7.12

8 years ago

5.7.11

8 years ago

5.7.10

8 years ago

5.7.9

8 years ago

5.7.8

8 years ago

5.7.7

8 years ago

5.7.6

8 years ago

5.7.5

9 years ago

5.7.4

9 years ago

5.7.3

9 years ago

5.7.2

9 years ago

5.7.1

9 years ago

5.7.0

9 years ago

5.7.0-beta.4

9 years ago

5.7.0-beta.3

9 years ago

5.7.0-beta.2

9 years ago

5.7.0-beta.1

9 years ago

5.7.0-beta.0

9 years ago