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
PR #235 was closed unmerged because #233 had already implemented #119. This issue preserves the useful extra ideas from #235 as an incremental follow-up.
Goal
Carry forward the useful follow-up ideas explored in the closed duplicate PR #235 without replacing the simpler implementation that shipped in #233.
Scope
basectl test --dry-runso users can inspect the resolved project test command without running it.Base should delegate this to
mise run testfrom the project root.basectl testwith no explicit project when the current directory is inside a Base-managed project, using the nearestbase_manifest.yaml.Non-goals
base_testPython package unless the Bash-centered implementation becomes hard to maintain.test.commandbehavior from Add basectl test command #233.Context
PR #235 was closed unmerged because #233 had already implemented #119. This issue preserves the useful extra ideas from #235 as an incremental follow-up.