1.2.1 • Published 2 years agoCLI
@edgeros/cli
Licence
Apache-2.0
Version
1.2.1
Deps
22
Size
101 kB
Vulns
25
Weekly
0
EdgerOS CLI
Command line tool for EdgerOS app development.
Get started
# install globally
npm install -g @edgeros/cli
# print help
eos help
Usage
# build current app project
eos build [-n, -o]
# install app to EdgerOS Device
eos install <pkg_url> <ip>:<pwd>
# print sub command help message
eos <cmd> -h
# print current version
eos --version