Skip to content

Commit 8713d91

Browse files
committed
update UPGRADING.md with breaking changes
1 parent 2d7dc52 commit 8713d91

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/UPGRADING.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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 accept only the `-b` flag to specify the fqbn.
10+
11+
`board details <fqbn>` has been deprecated in favour of `board details -b <fqbn>`.
12+
13+
### `board attach` arguments change
14+
15+
The `board attach` command now accept `-p` and `-b` flags to respectively select the board fqbn and the port.
16+
17+
`board attach [<port|fqbn>] <sketch-path> has been deprecated in favour of`board attach [-b <fqbn> | -p <port>]f
18+
<sketh-path>`.
19+
20+
### `--timeout` flag in `board list` command have been replaced by `--discovery-timeout`
21+
22+
The flag `--timeout` in the `board list` command has been deprecated in favour of `--discovery-timeout`.
23+
524
## 0.19.0
625

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

0 commit comments

Comments
 (0)