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
This commit is contained in:
Logesh R 2025-10-21 06:57:35 +05:30 committed by GitHub
parent 61c599b48a
commit 8deec58524
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)