Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
294c7bc2
Commit
294c7bc2
authored
Nov 18, 2021
by
Umberto Baldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update UPGRADING.md with breaking changes
parent
56add2e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
docs/UPGRADING.md
docs/UPGRADING.md
+19
-0
No files found.
docs/UPGRADING.md
View file @
294c7bc2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment