Skip to content

Commit 7440ad8

Browse files
committed
Update "About" post to reflect true scope of "Arduino Command Line Tools" category
This category was originally named "Arduino CLI", and limited to the subject of that specific tool. The category's scope was later expanded to all official command line tools, but the category's "About the Arduino Command Line Tools category" post was not updated at that time. The post is hereby updated to accurately describe the purpose of the category.
1 parent 8b52edd commit 7440ad8

File tree

1 file changed

+7
-10
lines changed
  • content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category

1 file changed

+7
-10
lines changed
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
Welcome to the forum board for Arduino CLI!
1+
Discussion about official Arduino command line tools
22

3-
Arduino CLI is a tool for [compiling](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_compile/) and [uploading](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_upload/) Arduino sketches, [installing libraries](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib/), and [managing boards](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_core/). It is the heart of the Arduino IDE, Arduino Cloud Editor, and Arduino Pro IDE.
3+
In addition to the GUI-based tools like **Arduino IDE**, Arduino offers various command line tools to facilitate project development.
44

5-
As the "CLI" (command line interface) part of its name suggests, Arduino CLI may be used from the command line. In addition, Arduino CLI provides a [gRPC interface](https://arduino.github.io/arduino-cli/latest/rpc/commands/) and can be used as a Go module, which permits powerful integration with other software.
5+
Use this category for topics where the primary subject matter is one of the official Arduino command line tools. These include:
66

7-
This forum board is for any questions you have about using Arduino CLI.
8-
9-
Documentation and installation instructions:
10-
<https://arduino.github.io/arduino-cli>
11-
12-
GitHub repository:
13-
<https://github.com/arduino/arduino-cli>
7+
- [**Arduino CLI**](https://arduino.github.io/arduino-cli/latest/)
8+
- [**Arduino Firmware Uploader**](https://arduino.github.io/arduino-fwuploader/)
9+
- [**Arduino Language Server**](https://github.com/arduino/arduino-language-server)
10+
- [**Arduino Lint**](https://arduino.github.io/arduino-lint/)

0 commit comments

Comments
 (0)