divekit update
The ‘update’ command checks for new versions of the CLI and applies updates as necessary.
checks for a newer version and starts an update
Example Process
$ divekit update -y
Checking for updates...
Current version: 0.0.1
Latest version: 0.0.2
Downloading update...
Applying update...
Update applied successfully
New version: 0.0.2
$ divekit update -y
Checking for updates...
Current version: 0.0.2
Latest version: 0.0.2
Already up to date
Last modified January 17, 2025: refactor more (5c372af)