You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test canasta config get, canasta config get KEY, and canasta config delete KEY against a running instance.
The existing backup test exercises config set but not the get/list/delete paths, which have their own key resolution, multi-key output formatting, side-effect unapplication, and restart logic.
Estimated coverage gain: ~58 new statements in cmd/config/get.go and cmd/config/unset.go.
Test
canasta config get,canasta config get KEY, andcanasta config delete KEYagainst a running instance.The existing backup test exercises
config setbut not the get/list/delete paths, which have their own key resolution, multi-key output formatting, side-effect unapplication, and restart logic.Estimated coverage gain: ~58 new statements in
cmd/config/get.goandcmd/config/unset.go.Partial progress on #241.