Skip to content

Commit d9566d2

Browse files
committed
Update readme
1 parent 0d917ec commit d9566d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,7 @@ Print a list of available dashboards and their widgets by using this command:
128128
Delete a dashboard with the following command:
129129

130130
`$ arduino-cloud-cli dashboard delete --id <dashboardID>`
131+
132+
Extract a template from an existing dashboard. The template can be saved in two formats: json or yaml. The default format is yaml:
133+
134+
`$ arduino-cloud-cli dashboard extract --id <dashboardID> --outfile <templateFile> --format <yaml|json>`

0 commit comments

Comments
 (0)