When I invoke the following command:
arduino-cloud-cli dashboard extract -i <id> --format json
The output of this does not include the Thing ID of the widgets. If you are extracting a dashboard that has widgets from multiple Things on it, it will therefore not work.
Ideally this needs resolving by including the full Thing ID rather than the shortened version that combines the Thing name and part of the Thing ID. The latter format of ID makes scripting with the dashboard extract more complicated without benefit.
When I invoke the following command:
The output of this does not include the Thing ID of the widgets. If you are extracting a dashboard that has widgets from multiple Things on it, it will therefore not work.
Ideally this needs resolving by including the full Thing ID rather than the shortened version that combines the Thing name and part of the Thing ID. The latter format of ID makes scripting with the dashboard extract more complicated without benefit.