zcli service log - invalid memory address or nil pointer dereference
Hi guys. When execute
zcli service log --projectId XXX
it works fine. But when adding the --serviceId XXX
parameter it crashed
Solution:Jump to solution
Hi, I have just released a fixed version, could you, please, try to update your zCLI and try again?
https://github.com/zeropsio/zcli/?tab=readme-ov-file#linuxmacos...
14 Replies
@Michal can you help pls ?
zcli version
?@kolisko ☝️
Solution
Hi, I have just released a fixed version, could you, please, try to update your zCLI and try again?
https://github.com/zeropsio/zcli/?tab=readme-ov-file#linuxmacos
@Michal it works! thanks for quick fix 👍
There is another issue with this version of
zcli
now. It worked before.
Should be fixed in latest version.
@Michal Saloň in npm registry see latest still 1.0.33
you should use as we've not released to npm yet
For windows users:
irm https://zerops.io/zcli/install.ps1 | iex
My personal recommendation is to not use npm for such packages, but 🤷♂️
And yes the latest version is
1.0.33
, let me check what got to the npm registry.thanks!
Seems like 1.0.33 in NPM is 1.0.32, which got there as part of debugging why our npm release GitHub Action isn't working (since it seems to be working locally).
If you remove the npm package and install it using our install script, it should work.