frappe-ops-app-lifecycle

Installation
SKILL.md

App Lifecycle Management

Quick Reference

Command Purpose When to Use
bench new-app Scaffold new app Starting a new project
bench get-app URL Clone from Git Installing existing app
bench --site SITE install-app Install on site After get-app or new-app
bench --site SITE remove-app Uninstall from site Removing app from site
bench remove-app Remove from bench Removing app entirely
bench --site SITE migrate Run patches + sync After code changes
bench build Compile assets After JS/CSS changes
bench --site SITE console Python REPL Debugging
bench start Start dev server Development
bench setup production Configure nginx+supervisor Deploying to production

1. Scaffolding: bench new-app

Related skills
Installs
30
GitHub Stars
95
First Seen
Mar 25, 2026