Skip to content

Improve the arduino-app-cli version command by adding the "server version" #31

@Xayton

Description

@Xayton

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions