Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35a2173

Browse files
committedDec 6, 2021
Update readme
1 parent 2dee272 commit 35a2173

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ An optional `--fqbn` flag can be passed to specify the fqbn of the device, other
8383

8484
`$ arduino-cloud-cli device create-generic --name <deviceName> --fqbn <fqbn>`
8585

86+
The list of supported FQBN can be retrieved with:
87+
88+
`$ arduino-cloud-cli device list-fqbn`
89+
8690
## Device commands
8791

8892
Devices can be deleted using the device delete command. This command accepts two mutually exclusive flags: `--id` and `--tags`. Only one of them must be passed. When the `--id` is passed, the device having such ID gets deleted:

0 commit comments

Comments
 (0)
Please sign in to comment.