How to check for latest version using CLI (with occ?)

Is there an easy scriptable command to check whether or not the latest release (of the selected channel) is installed via CLI? I know occ upgrade, but that’s AFTER that check (and some downloading)!

Hi, you could try this one:
occ update:check

Thanks a lot! That was too easy, I don’t know why I did not see it.

Actually it does not exactly what I wanted (just the NC system update check), but close enough: I’ll just do an occ app:update --all before.

1 Like