Skip to content

commands

Xieyt edited this page Oct 30, 2023 · 4 revisions

We provides these commands as main interface to interact with this project via fm cli

fm

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:

  • create: Create a new site.
  • delete: Delete a site.
  • code: Open site in vscode.
  • list: Lists all of the available sites.
  • info: Shows information about given site.
  • logs: Show logs for the given site.
  • shell: Open shell for the give site.
  • start: Start a site.
  • stop: Stop a site.
Clone this wiki locally