endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
762 stars 68 forks source link

feat(cli,daemon): Add `mkdir` command #2288

Closed rekmarks closed 1 month ago

rekmarks commented 1 month ago

Adds mkdir command to the CLI. Updates the daemon's directory abstraction to accept pet name paths at makeDirectory().

> endo mkdir dir
> endo make counter.js -n dir.counter
> endo eval 'E(counter).incr()' counter:dir.counter
1