You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running arduino-app-cli version instead of only returning the version of the currently run executable (the CLI) we should also return the version of the "server" (the daemon/service running and waiting for HTTP API requests).
These two executable, in some cases (updates), could be different versions and is helpful having a way to know it.
Something like this:
$ arduino-app-cli version
cli: v0.0.6
server: v0.0.6