Pico-SDK-JS CLI REPL Commands

REPL Commands

.help View the help documentation for all the REPL commands
.exit Exit the REPL

Engine File System Commands

.ls List files stored on the connected device
.read Read a file on the connected device
.write Write a local file to the connected device
.delete Delete a file on the connected device
.format Delete all files and reformat the connected device

Engine Runtime Commands

.config Get or set a config option to the device
.kill Stops the script running on the device
.restart Clear the device context and restart the entry script
.run Executes a file stored on the device
.stats Get information on the connected device