Command
pnpx @zenstackhq/cli@next init
Error
Could not determine executable to run. @zenstackhq/cli has multiple binaries: zen, zenstack
Suggested Solution
pnpx --package=@zenstackhq/cli zenstack init
Affected Files
Notes
The documentation currently suggests using pnpx @zenstackhq/cli@next init, but due to multiple binaries (zen, zenstack), the correct command should explicitly call zenstack via pnpm dlx.