Skip to content

Commit a8b6dea

Browse files
committed
update UPGRADING.md with breaking changes
1 parent bbb2c45 commit a8b6dea

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/UPGRADING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
44

5+
## Unreleased
6+
7+
### `board details` arguments change
8+
9+
The `board details` command now accepts only the `-b` flag to specify the FQBN.
10+
11+
The previously deprecated `board details <FQBN>` syntax is no longer supported.
12+
13+
### `board attach` arguments change
14+
15+
The `board attach` command now uses `-p` and `-b` flags to respectively select the board FQBN and the port.
16+
17+
The previous syntax `board attach <port>|<FQBN> [sketchPath]` is no longer supported.
18+
19+
### `--timeout` flag in `board list` command has been replaced by `--discovery-timeout`
20+
21+
The flag `--timeout` in the `board list` command is no longer supported.
22+
523
## 0.19.0
624

725
### `board list` command JSON output change

0 commit comments

Comments
 (0)