Files
the-nexus/File:** `README.md

17 lines
264 B
Markdown

# Deployment Safety
## Rollback Command
To roll back a service to the last known good version:
```bash
bezalel-rollback <service-name>
```
Example:
```bash
bezalel-rollback the-nexus
```
This command swaps traffic to the last verified version of the service.