-
v0.1.1 Stable
released this
2026-07-07 14:52:04 +00:00 | 178 commits to main since this releaseops-warden v0.1.1
Fixes
warden accessfor catalog fetch commands that use shell pipelines.Changes
- Proxy pipe handling (
be3b4a2):resolve_fetch_commandno longer usesshlex.spliton piped commands. Catalog-reviewed pipelines (e.g.kubectl … | base64 -d) run viashell=Truewith inherited stdio for--fetch. - reuse-surface hub write token lane (
reuse-surface-hub-write-token) now works throughwarden access --fetch/--exec. - Version bump and rollout notes (
885385a).
Upgrade
cd ~/ops-warden && git pull --ff-only make install-allIf the installed CLI is still stale:
uv cache clean ops-warden uv tool install . --with-editable ../phase-memory --reinstall --forceDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- Proxy pipe handling (