Skip to content
firepick1 (localhost) edited this page Oct 24, 2015 · 1 revision

FireStep Command Line Interface (CLI)

The FireStep CLI is built automatically as part of firenodejs installation. The CLI is a standalone serial terminal emulator optimized for FireStep interaction.

Example: Reset FireStep controller

firestep -r

Example: Send a single command

To identify the FireStep machine:

firestep -e '{"id":""}'

Example: Issue multiple command in a prompted session

firestep -p

Example: Run a script

You can put FireStep commands (one command per line) in a file and feed it to FireStep:

firestep < startup.json

See Also

For more information:

firestep --help