@ecoflow/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

Command-line Usage

EcoFlowJS can be started using the ecoflow command with various arguments:

ecoflow [-?] [-h] [--configName config.json] [--userDir DIR] [--port PORT]

Basic Commands

Option Type Description Default
-h, --host string Optional. Sets the TCP address of the server. 127.0.0.1
-p, --port string Optional. Sets the TCP port the runtime listens on. 4000
--auth boolean Optional. Enable authentication mode. false
-D, --dev boolean Optional. Enable development mode. false
-u, --user string Optional. Sets the user directory. $HOME
-v, --verbose boolean Optional. Enable verbose output. false
-V, --version boolean Optional. Display the runtime version.
-?, --help boolean Optional. Display the available commands.

Admin Commands

Note: Currently under development.

Readme

Keywords

none

Package Sidebar

Install

npm i @ecoflow/cli

Weekly Downloads

23

Version

0.0.18

License

MIT

Unpacked Size

39.7 kB

Total Files

27

Last publish

Collaborators

  • ecoflowjs