Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d2df31

Browse files
committed
update UPGRADING.md with breaking changes
1 parent 2d7dc52 commit 4d2df31

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎docs/UPGRADING.md‎

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

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

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`.
521
## 0.19.0
622

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /