Commit 294c7bc2 authored by Umberto Baldi's avatar Umberto Baldi

update UPGRADING.md with breaking changes

parent 56add2e6
......@@ -2,6 +2,25 @@
Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
## Unreleased
### `board details` arguments change
The `board details` command now accepts only the `--fqbn` or `-b` flags to specify the FQBN.
The previously deprecated `board details <FQBN>` syntax is no longer supported.
### `board attach` arguments change
The `board attach` command now uses `--port` and `-p` flags to set board port and `--board` and `-b` flags to select its
FQBN.
The previous syntax `board attach <port>|<FQBN> [sketchPath]` is no longer supported.
### `--timeout` flag in `board list` command has been replaced by `--discovery-timeout`
The flag `--timeout` in the `board list` command is no longer supported.
## 0.19.0
### `board list` command JSON output change
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment