endojs / endo

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

feat(daemon,cli): Make and store at path #2281

Closed kriskowal closed 1 month ago

kriskowal commented 1 month ago

Enables caplets to be made and values to be stored at deeper pet name paths.

endo make x.js -n dir.x
endo store --json 42 -n dir.forty-two
endo store --text-stdin --name dir.greeting < <(echo hi)