dokploy -V reports 0.3.0 while installed package version is 0.29.4
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- node.js, typescript
- Domain
- cli
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.
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.
- Dominant language
- TypeScript
- Stars
- 152
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
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.
More from Dokploy/cli
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 86/100
-
Difficulty 4/5 3-5 days Newbie friendliness 62/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
ontola/atomic-server#1625 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
melgarafael/DeskcommCRM#1451 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 82/100
-
bug via-triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bot:ai-assisted component:compact-js status:untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
midnightntwrk/midnight-sdk#403 ·