endojs / endo

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

refactor(cli): Rename `reset` command to `purge` #1989

Closed rekmarks closed 8 months ago

rekmarks commented 8 months ago

Closes: #1987

Description

Renames the CLI reset command to purge in order to better distinguish it from restart. Also adds a confirmation prompt to the command, which can be overridden with the -f/--force flag.

Security Considerations

N/A

Scaling Considerations

N/A

Documentation Considerations

N/A

Testing Considerations

Would it be helpful to start adding unit tests for anything where that's straightforward? cc: @kriskowal

Upgrade Considerations

This is breaking for @endo/cli, but I'm not sure what we're doing about breaking changes at this stage, if anything.