Commands


Cheat Sheet

System

command arguments description
? [script|../something.js] Run the specified script.
version - Displays the version information.
new [name] Can specify rules to manage the values of corresponding messages.
push - Push project to repository.
pull - Pull project from repository.
pack [--path <project-path>] [--o <output package-name>] Pack port-package-files.
run [name] Runs the pkg server based on the specified repository.
ls [repo]|[pkg]|[tcp]|[comm] Displays the specified items in a list.
kill [kill-code] Shutdown pkg server.
env - Displays the system environment settings.
help - .

Server

command arguments description
set

[group-name] [message-name] [value]

[package-name] [message-name] [value]

[script-name] [function-name] [arguments]

password [user-name] [old-password] [new-password]

grant [user-name] [user-level]

notify [message]

init [package-name]

Set values in the pkg server.
get

[group-name] [message-name]

[group-name] [message-name]

[workid]

[project-name].log

[package-name].log

[package-name].event

status

Get values from the pkg server.

System

script

-Support for ECMAScript5

ecmascript

js_es5

port push

port pull

Tip

The application runs based on the values stored in the repository. The push action must precede the application startup. Subsequently, users can perform a pull action at any desired moment to restore the repository.

port set [group] [message] [value]

port set groupA sayHelloMessage1 Hello?
[set-ok]

port get [group] [message]

port get groupA sayHelloMessage1
[Hello?]

Server

port run [repository-name]

port shutdown