endojs / endo

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

refactor(daemon,cli): Consolidate pet name list commands #2102

Closed kriskowal closed 6 months ago

kriskowal commented 6 months ago

This change reverses a choice I made earlier, merged by #2068, where I elected to simplify the daemon’s list API to just have one list() method for each type of directory, name hub, or agent, guest, or host. I think if we want filters in the future, we can recover them in the CLI alone.