chubin / cheat.sh

the only cheat sheet you need
https://cheat.sh/
MIT License
38.05k stars 1.77k forks source link

Incomplete results from upstream repositories #324

Open niksy opened 2 years ago

niksy commented 2 years ago

It seems like latest updates from upstream repositories are available, e.g. if you search for set you don’t get all results from https://github.com/tldr-pages/tldr/blob/master/pages/common/set.md. Is this something that needs to be run manually?

chubin commented 2 years ago

In my case they are identical. Could you please check if you still have the problem or not?

niksy commented 2 years ago

Yes, still getting same problem. Can’t see result for set -e, or when searching for stdout I don’t get most recent changes from https://github.com/cheat/cheatsheets/blob/master/stdout and they were merged recently.

Is this some caching issue?

abitrolly commented 2 years ago

It should be possible to show git revision of the deployed version and also revisions on the cheat sheets at http://cht.sh/

chubin commented 2 years ago

My bad, there was a bug indeed. Not it should be fixed, please test. I've manually triggered the update, so now all the upstream repos should be up-to-date.

The repos updated automatically each hour. So if the fix was successful, upstream changes should be visible after one hour max.

@abitrolly I agree; something like /:revs or /:reps with all upstream repositories descriptions and their revisions would be ideal.

abitrolly commented 2 years ago

Added reminder for /:sheets endpoint https://github.com/chubin/cheat.sh/issues/337