-
Notifications
You must be signed in to change notification settings - Fork 5
FireStep CLI
firepick1 (localhost) edited this page Oct 24, 2015
·
1 revision
The FireStep CLI is built automatically as part of firenodejs installation. The CLI is a standalone serial terminal emulator optimized for FireStep interaction.
firestep -r
To identify the FireStep machine:
firestep -e '{"id":""}'
firestep -p
You can put FireStep commands (one command per line) in a file and feed it to FireStep:
firestep < startup.json
For more information:
firestep --help