commands - rtCamp/Frappe-Manager GitHub Wiki
Frappe Manager (frappe-manager) is a tool that simplifies the process of creating and managing development environments for Frappe-based apps.
- If you have created site named
examplethen it's url will be http://example.localhost. -
Default Branch: In the
fm create <sitename>command, the default--frappe-branchis set toversion-15, and the default branch name for apps, specified with the--appsflag, is set to the default branch on GitHub.
-
frappe-manageroverrides thebench restartcommand provided by Frappe. It adds functionality to restart the Bench development server within the Bench environment. -
Site Management: Only one site can be active at a time in a single machine. When the
fm start <sitename>command is given, all other sites are stopped, and the specified site is started.
frappe-manger provides these commands as main interface to interact with this project via fm cli
FrappeManager for creating frappe development environments.
Usage:
$ fm [OPTIONS] COMMAND [ARGS]...Options:
-
-v, --verbose: Enable verbose output. -
--version: Show Version. -
--install-completion: Install completion for the current shell. -
--show-completion: Show completion for the current shell, to copy it or customize the installation. -
--help: Show this message and exit.
Commands: