package
0.0.0-20241001110308-5a10fda4ffb7
Repository: https://github.com/arduino/arduino-cloud-cli.git
Documentation: pkg.go.dev

# Functions

Bind command is used to bind a thing to a device on Arduino IoT Cloud.
Clone allows to create a new thing from an already existing one.
Create allows to create a new thing.
Delete command is used to delete a thing from Arduino IoT Cloud.
Extract command is used to extract a thing template from a thing on Arduino IoT Cloud.
List command is used to list the things of Arduino IoT Cloud.

# Structs

BindParams contains the parameters needed to bind a thing to a device.
CloneParams contains the parameters needed to clone a thing.
CreateParams contains the parameters needed to create a new thing.
DeleteParams contains the parameters needed to delete a thing from Arduino IoT Cloud.
ExtractParams contains the parameters needed to extract a template thing from Arduino IoT Cloud.
ListParams contains the optional parameters needed to filter the things to be listed.
ThingInfo contains the main parameters of an Arduino IoT Cloud thing.