The canonical public mainline is just run.
If you want the direct command behind that wrapper, use:
pnpm uiq run --profile pr --target web.local
just run-legacy is a manual workshop path for lower-level troubleshooting.
It is not the canonical public mainline.
just run-legacy should only be used when you need to inspect helper-path
behavior that is lower level than the default storefront path.
Internal automation surfaces that expose run should resolve to the same orchestrator-first path rather than helper-path commands.
Use the CLI surfaces in this order:
just setupjust runpnpm uiq run --profile pr --target web.localjust run-legacy only when you are intentionally debugging the manual workshop path