Closed anuveyatsu closed 6 years ago
This will be fixed in https://github.com/datahq/data-cli/issues/198
This PR https://github.com/datahq/data-cli/pull/271 will fix this issue and it will be available with the next release of the CLI tool.
FIXED and working since v0.7.4 of the data-cli
Issue will be closed, when I will see the notification of v0.7.5 :)
@AcckiyGerman you should see notification of v.0.7.6 if you're using the older version. Make sure you're not using the cli tool with npm link
because in this case you likely using the v0.7.6 already
@AcckiyGerman oh, I see it is not showing up a notification when running the CLI tool as binary executable.. will investigate
hmmm, I just checked twice and it works with my v.0.7.4
binary. I could see the notification and the instruction how to update...
@anuveyatsu The only thing is - when copying instructions from the terminal - I have |
pipes in my clipboard:
wget https://github.com/datahq/data-cli/releases/download/v0.7.6/data-linux.gz │
│ gunzip -f data-linux.gz && chmod +x data-linux && sudo mv data-linux /usr/local/bin/data │
│ data -v # should print 0.7.6
And commands not work then :(
Let's remove the |
pipes decoration |
from around the code, so user could just copy-paste
@AcckiyGerman that's strange, there shouldn't be any pipes. By the way, I probably not getting a notification as it caches the result of update check - it checks only every 1h. I will check if I have any pipes in a bit.
TESTED & FIXED
@anuveyatsu one suggestion - please, remove |
pipes that decorates instruction - otherwise user cannot use multiline copy-paste (decorators get into the clipboard)
User story: as a Publisher I want to get notified about cli tool updates so I always use bug-free and improved software.
I cannot know if a newer version of the data-cli tool was released unless I visit the website or go to releases page (or read gitter channels for updates).
How to reproduce
Expected behavior