-
Notifications
You must be signed in to change notification settings - Fork 29
shell
Xieyt edited this page Oct 30, 2023
·
2 revisions
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