We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d917ec commit d9566d2Copy full SHA for d9566d2
README.md
@@ -128,3 +128,7 @@ Print a list of available dashboards and their widgets by using this command:
128
Delete a dashboard with the following command:
129
130
`$ 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