Skip to content
Xieyt edited this page Oct 30, 2023 · 2 revisions

fm shell

Open shell for the give site.

Usage:

$ fm shell [OPTIONS] SITENAME

Arguments:

  • SITENAME: Name of the site. [required]

Options:

  • --user TEXT: Connect as this user.
  • --service TEXT: Specify Service [default: frappe]
  • --help: Show this message and exit.

Examples:

Spawn shell for site example, frappe user, service frappe_

fm shell example

Spawn shell for site example, root user, service frappe_

fm shell example --user root

Spawn shell for site example, root user, service nginx_

fm shell example --service nginx --user root
Clone this wiki locally