From 8b52eddbb3030b95268a23d9cfdbc52f7d56e633 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 18 Nov 2025 02:29:52 -0800 Subject: [PATCH 1/2] Update slug 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 slug was not updated at that time. Discourse automatically redirects category URLs (the only relevant part is the ID path segment, and the ID is not affected by this change), so this will not break any existing links to URLs containing the previous slug. --- .../{arduino-cli => arduino-command-line-tools}/README.md | 2 +- .../{arduino-cli => arduino-command-line-tools}/_pins.md | 0 .../_topics/about-the-arduino-command-line-tools-category/1.md | 0 .../about-the-arduino-command-line-tools-category/README.md | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename content/categories/development-tools/{arduino-cli => arduino-command-line-tools}/README.md (70%) rename content/categories/development-tools/{arduino-cli => arduino-command-line-tools}/_pins.md (100%) rename content/categories/development-tools/{arduino-cli => arduino-command-line-tools}/_topics/about-the-arduino-command-line-tools-category/1.md (100%) rename content/categories/development-tools/{arduino-cli => arduino-command-line-tools}/_topics/about-the-arduino-command-line-tools-category/README.md (100%) diff --git a/content/categories/development-tools/arduino-cli/README.md b/content/categories/development-tools/arduino-command-line-tools/README.md similarity index 70% rename from content/categories/development-tools/arduino-cli/README.md rename to content/categories/development-tools/arduino-command-line-tools/README.md index 3601577d..47e09299 100644 --- a/content/categories/development-tools/arduino-cli/README.md +++ b/content/categories/development-tools/arduino-command-line-tools/README.md @@ -8,4 +8,4 @@ ## Published At -https://forum.arduino.cc/c/development-tools/arduino-cli/89 +https://forum.arduino.cc/c/development-tools/arduino-command-line-tools/89 diff --git a/content/categories/development-tools/arduino-cli/_pins.md b/content/categories/development-tools/arduino-command-line-tools/_pins.md similarity index 100% rename from content/categories/development-tools/arduino-cli/_pins.md rename to content/categories/development-tools/arduino-command-line-tools/_pins.md diff --git a/content/categories/development-tools/arduino-cli/_topics/about-the-arduino-command-line-tools-category/1.md b/content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/1.md similarity index 100% rename from content/categories/development-tools/arduino-cli/_topics/about-the-arduino-command-line-tools-category/1.md rename to content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/1.md diff --git a/content/categories/development-tools/arduino-cli/_topics/about-the-arduino-command-line-tools-category/README.md b/content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/README.md similarity index 100% rename from content/categories/development-tools/arduino-cli/_topics/about-the-arduino-command-line-tools-category/README.md rename to content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/README.md From 7440ad82d2936e70923f2b4b30d192a058b00f45 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 18 Nov 2025 02:47:29 -0800 Subject: [PATCH 2/2] 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.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/1.md b/content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/1.md index 5c08b271..b9a993fc 100644 --- a/content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/1.md +++ b/content/categories/development-tools/arduino-command-line-tools/_topics/about-the-arduino-command-line-tools-category/1.md @@ -1,13 +1,10 @@ -Welcome to the forum board for Arduino CLI! +Discussion about official Arduino command line tools -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. +In addition to the GUI-based tools like **Arduino IDE**, Arduino offers various command line tools to facilitate project development. -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. +Use this category for topics where the primary subject matter is one of the official Arduino command line tools. These include: -This forum board is for any questions you have about using Arduino CLI. - -Documentation and installation instructions: - - -GitHub repository: - +- [**Arduino CLI**](https://arduino.github.io/arduino-cli/latest/) +- [**Arduino Firmware Uploader**](https://arduino.github.io/arduino-fwuploader/) +- [**Arduino Language Server**](https://github.com/arduino/arduino-language-server) +- [**Arduino Lint**](https://arduino.github.io/arduino-lint/)