endojs / endo

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

feat(cli): Add support for `--as` to `list` command #2228

Closed rekmarks closed 5 months ago

rekmarks commented 5 months ago

Adds support for the --as flag to the CLI's list command.

rekmarks commented 5 months ago

We don't actually need this; endo list <agent-name> provides the intended functionality. Maybe we'll add --as to all relevant commands for consistency purposes in the future.