@@ -8,34 +8,35 @@ IDE. Let's see some examples.
88
99``` console
1010$ arduino-cli help core
11- Arduino Core operations.
11+ Arduino core operations.
1212
1313Usage:
14- arduino-cli core [command]
14+ arduino-cli core [command]
1515
1616Examples:
17- ./ arduino-cli core update-index
17+ arduino-cli core update-index
1818
1919Available Commands:
20- download Downloads one or more cores and corresponding tool dependencies.
21- install Installs one or more cores and corresponding tool dependencies.
22- list Shows the list of installed platforms.
23- search Search for a core in Boards Manager.
24- uninstall Uninstalls one or more cores and corresponding tool dependencies if no more used.
25- update-index Updates the index of cores.
26- upgrade Upgrades one or all installed platforms to the latest version.
20+ download Downloads one or more cores and corresponding tool dependencies.
21+ install Installs one or more cores and corresponding tool dependencies.
22+ list Shows the list of installed platforms.
23+ search Search for a core in Boards Manager.
24+ uninstall Uninstalls one or more cores and corresponding tool dependencies if no longer used.
25+ update-index Updates the index of cores.
26+ upgrade Upgrades one or all installed platforms to the latest version.
2727
2828Flags:
29- -h, --help help for core
29+ -h, --help help for core
3030
3131Global Flags:
32- --additional-urls strings Additional URLs for Boards Manager.
33- --config-file string The custom config file (if not specified the default will be used).
34- --format string The output format, can be [text|json]. (default "text")
35- --log-file string Path to the file where logs will be written.
36- --log-format string The output format for the logs, can be [text|json].
37- --log-level string Messages with this level and above will be logged.
38- -v, --verbose Print the logs on the standard output.
32+ --additional-urls strings Comma-separated list of additional URLs for the Boards Manager.
33+ --config-file string The custom config file (if not specified the default will be used).
34+ --json Print the output in JSON format.
35+ --log Print the logs on the standard output.
36+ --log-file string Path to the file where logs will be written.
37+ --log-format string The output format for the logs, can be: text, json
38+ --log-level string Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic
39+ --no-color Disable colored output.
3940
4041Use "arduino-cli core [command] --help" for more information about a command.
4142```
0 commit comments