Skip to content

Add device list-fqbn command #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme
  • Loading branch information
polldo committed Dec 10, 2021
commit 87ed293be345120b91d344d6d91083b5d46df022
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ An optional `--fqbn` flag can be passed to specify the fqbn of the device, other

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

The list of supported FQBN can be retrieved with:

`$ arduino-cloud-cli device list-fqbn`

## Device commands

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:
Expand Down