0.4.13 • Published 6 years ago

be-cli v0.4.13

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

#be-cli

Node.js debugger tools for IoT device developers. Works on Windows, OSX, and linux.

#Install

npm install be-cli

Note for windows users. If you are using Node v0.6.x you will need to have Python 2.7 installed. See node-gyp for instruction on getting a working node-gyp environment.

#Usage Usage: be-cli options

develop js app on aos

Options:

-V, --version            output the version number
-i, --init               [ be -i demo esp32devkitc ] : init project by appName and chip
-p, --pack               [ be -p demo ] : pack app dir
--verbose    <verbose>   open/close verbose(1/0) (default: 1)
--baudrate   <baudrate>  baud rate default: 115200 (default: 115200)
--databits   <databits>  data bits default: 8 (default: 8)
--parity     <parity>    parity default: none (default: none)
--stopbits   <bits>      stop bits default: 1 (default: 1)
devices                  [ be devices ] : list out all devices
start                    [ be start index.js ] : start the application on selected device 
stop                     [ be stop index.js ] : stop the application on selected device
restart                  [ be restart index.js ] : restart the application on selected device
reboot                   [ be reboot ] : reboot the device
dumpsys                  [ be dumpsys mm_info ] or [ be dumpsys info ] : dumpsys info
pull                     [ be pull index.js ] : pull out remoteFile to local computer
list                     [ be list / ] : list files under folderPath
install                  [ be install demo ] : install local app project to device
uninstall                [ be uninstall index.js ] : remove file from device
push                     [ be push ./demo/index.js ] or [ be push ./app.bin ] : push js file or app.bin to device
bshell                   [ be bshell ] : enter BoneEngine shell mode
sysshell                 [ be sysshell] : enter Device Uart Console
ifconfig                 [ be ifconfig ] : get network config information
connect                  [ be connect /dev/tty.SLAB_USBtoUART ] or [ be connect 0 ] : connect to input device
disconnect               [ be disconnect ] : disconnect from the connected device
rename                   [ be rename tinyDevice ] : rename device
dmesg                    [ be dmesg ] : print out all message
logcat                   [ be logcat BoneEngine] : grep string from log message
wifi                     [ be wifi Xiaomi_296E 12345678 ] : send wifi ssid and passowrd to device to connect
-h, --help               output usage information
0.4.13

6 years ago

0.4.12

6 years ago

0.4.11

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.32

6 years ago

0.1.31

6 years ago

0.1.30

6 years ago

0.1.29

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago