cli
cli copied to clipboard
Sandbox Spec
The Sandbox is a frontend+server that is packaged with the CLI. It gives developers a full view over their service including the following details:
- Health checks
- Metrics form the container and from docker (startup time, shutdown time, ram/cpu)
- Logs from the container and from docker
- Exposes an address HTTP/RPC with the service
- List events in an accordion showing if there are an issues with the output
- Volume details
- Fail commands (send a kill -9 or -15 to the box to check behavior)
- Run a command (inputs are dynamically built via omg yaml)
- Pubsub with an option publish endpoint (the publish endpoint will still be the sandbox, but it will mirror the request to a user defined endpoint for testing another service)