dokploy -V reports 0.3.0 while installed package version is 0.29.4
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 152
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Summary
The CLI version output is inconsistent with the actual installed npm package version.
- pnpm global list shows @dokploy/cli@0.29.4
- dokploy -V reports 0.3.0
This makes version-based debugging and issue triage confusing.
Steps to Reproduce
-
Install latest global package (or use existing install)
-
Run:
pnpm -g list --depth 0
-
Run:
dokploy -V
Actual Behavior
- pnpm reports: @dokploy/cli@0.29.4
- dokploy -V prints: 0.3.0
Expected Behavior
- dokploy -V should print the same version as the installed package version (0.29.4 in this case).
Environment
- OS: Windows (Git Bash)
- Package manager: pnpm
- Global package path: D:\sdks\pnpm-bin\global\v11
- CLI resolved from PATH: D:\sdks\pnpm-bin\bin\dokploy
Additional Debug Info
The installed package metadata appears correct:
- package.json version: 0.29.4
But the built entrypoint contains a hardcoded different version string, which is what commander uses for -V output.
If helpful, I can share full command outputs and exact shim target path.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the built CLI entrypoint and the Commander version configuration mentioned in the issue, then compare them with package.json. Verify the fix by checking that pnpm reports the installed package version and that dokploy -V prints the same value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100