From 8deec585243cffca2314faae42e98057f528b5e4 Mon Sep 17 00:00:00 2001 From: Logesh R <45895919+surlogu@users.noreply.github.com> Date: Tue, 21 Oct 2025 06:57:35 +0530 Subject: [PATCH] add Bench CLI cheatsheet (#12613) * Fix: Update AI section in free-courses-ta.md with new resources * Fix: Add a line break for better readability in the AI section of free-courses-ta.md * Fix: Add line breaks for improved readability in the Index and AI sections of free-courses-ta.md * Fix: Add line breaks for improved readability in the AI and Android sections of free-courses-ta.md * Add Bench CLI section with cheatsheet link to free-programming-cheatsheets.md * Update Bench CLI Cheatsheet attribution in free-programming-cheatsheets.md * Add additional Bench CLI resources and commands to cheatsheet * Reorder Bench CLI resources for improved clarity in cheatsheet * Reorganize Bench CLI section in cheatsheets --- more/free-programming-cheatsheets.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index c16fa2949..943e580ff 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -14,6 +14,7 @@ * [Data Structures and Algorithms](#data-structures-and-algorithms) * [DevOps](#devops) * [Ansible](#ansible) + * [Bench CLI](#bench) * [Chef](#chef) * [Docker](#docker) * [Jenkins](#jenkins) @@ -178,6 +179,14 @@ * [How to Use Ansible: A Reference Guide](https://www.digitalocean.com/community/cheatsheets/how-to-use-ansible-cheat-sheet-guide) - DigitalOcean (HTML) +### Bench + +* [Bench CLI Cheatsheet](https://frappeframework.com/files/Bench%20Cheatsheet%20v1.1.pdf) - Frappe (PDF) +* [Bench Commands](https://docs.frappe.io/framework/v14/user/en/bench/bench-commands) - Frappe (HTML) +* [Bench Reference](https://docs.frappe.io/framework/v14/user/en/bench/reference) - Frappe (HTML) +* [Frappe Bench Commands](https://docs.frappe.io/framework/v14/user/en/bench/frappe-commands) - Frappe (HTML) + + ### Chef * [Chef Cheat Sheet](https://intellipaat.com/blog/tutorial/devops-tutorial/chef-cheat-sheet/) - Intellipaat (HTML)