rojo-rbx / rokit

Next-generation toolchain manager for Roblox projects
MIT License
72 stars 13 forks source link

Add a flag to check for tool updates, without installing them #47

Closed filiptibell closed 2 months ago

filiptibell commented 3 months ago

Currently the rokit update command automatically updates the manifest to the latest versions of tools - it would be nice to have a flag to only check for updates, without modifying the manifest.

Midnightific commented 3 months ago

I'd be happy to take a look at this on the weekend, I'll probably call it something like rokit check unless you've got some other ideas?

filiptibell commented 3 months ago

I'd be happy to take a look at this on the weekend, I'll probably call it something like rokit check unless you've got some other ideas?

I think rokit check on it's own may be a bit unclear what exactly it is checking. Is it checking that the manifest is okay? Is it checking for corrupted tools? etc...

How about rokit update --check?