Svb Config Hot! -
SVB Config — Feature Specification
Build paths
BASE_DIR = Path(file).resolve().parent.parent
7) Auditing, Versioning & Rollback
- Every change creates a new version on ConfigSet and records diffs in AuditLog.
- Provide immutable historical versions and ability to snapshot/export.
- Rollback API to revert to earlier version; rolling-change workflow for staged rollout (canary envs).
- Soft delete with retention policy and hard delete via admin.
3.3. Search System-Wide
grep -r "svb config" /usr/local/bin /opt /etc 2>/dev/null
3.4. Check Shell Aliases and Functions
alias | grep svb
declare -f | grep svb # bash functions