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 |
|
Set values in the pkg server. |
get |
|
Get values from the pkg server. |
System¶
script
¶
-Support for ECMAScript5
port push
¶
- push project to repository
port pull
¶
- pull project from repository
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]
¶
- set the message value to current repository
port set groupA sayHelloMessage1 Hello?
[set-ok]
port get [group] [message]
¶
- get the message value to current repository
port get groupA sayHelloMessage1
[Hello?]
Server¶
port run [repository-name]
¶
- run server from repository
port shutdown
¶
- terminated current server