Skip to content

Commit a18e8b4

Browse files
silvanocerzacmaglie
authored andcommitted
Update UPGRADING.md
1 parent bdd4083 commit a18e8b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ func InitWithProfile(instance *rpc.Instance, profileName string, sketchPath *pat
5454

5555
The errors are automatically sent to output via `feedback` package, as for the other `Init*` functions.
5656

57+
### `board attach` CLI command and `BoardAttach` gRPC interface command removal
58+
59+
Both the `board attach` CLI command and the `cc.arduino.cli.commands.v1.BoardAttach` gRPC command have been removed.
60+
61+
They are not replaced by any new command, the only way to get the same behaviour is to edit the `sketch.json` file either manually or automatically with other tools.
62+
5763
## 0.28.0
5864

5965
### Breaking changes in libraries name handling

0 commit comments

Comments
 (0)