|
2 | 2 |
|
3 | 3 | Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
|
4 | 4 |
|
| 5 | +## Unreleased |
| 6 | +### `board details` arguments change |
| 7 | + |
| 8 | +The `board details` command now accept only the `-b` flag to specify the fqbn. |
| 9 | + |
| 10 | +`board details <fqbn>` has been deprecated in favour of `board details -b <fqbn>`. |
| 11 | + |
| 12 | +### `board attach` arguments change |
| 13 | + |
| 14 | +The `board attach` command now accept `-p` and `-b` flags to respectively select the board fqbn and the port. |
| 15 | + |
| 16 | +`board attach [<port|fqbn>] <sketch-path> has been deprecated in favour of`board attach [-b <fqbn> | -p <port>]f <sketh-path>`. |
| 17 | + |
| 18 | +### `--timeout` flag in `board list` command have been replaced by `--discovery-timeout` |
| 19 | + |
| 20 | +The flag `--timeout` in the `board list` command has been deprecated in favour of `--discovery-timeout`. |
5 | 21 | ## 0.19.0
|
6 | 22 |
|
7 | 23 | ### `board list` command JSON output change
|
|
0 commit comments