-
Notifications
You must be signed in to change notification settings - Fork 86
services
github-actions[bot] edited this page Feb 12, 2026
·
3 revisions
Services commands.
Usage:
$ fm services [OPTIONS] COMMAND [ARGS]...Options:
-
--help: Show this message and exit.
Commands:
-
start: Starts global services. -
stop: Stops global services. -
restart: Restarts global services. -
shell: Open shell for the specificed global service.
Starts global services.
Usage:
$ fm services start SERVICE_NAMEArguments:
-
SERVICE_NAME: Name of the service. [required]
Examples:
Start global-db only
fm services start global-dbStart all global services
fm services start allStops global services.
Usage:
$ fm services stop SERVICE_NAMEArguments:
-
SERVICE_NAME: Name of the service. [required]
Examples:
Stop global-db
fm services stop global-dbStop all services
fm services stop allRestarts global services.
Usage:
$ fm services restart SERVICE_NAMEArguments:
-
SERVICE_NAME: Name of the service. [required]
Examples:
Restart global-db only
fm services restart global-dbRestart all global services
fm services restart allOpen shell for the specificed global service.
Usage:
$ fm services shell SERVICE_NAME [OPTIONS]Arguments:
-
SERVICE_NAME: Name of the service. [required]
Options:
-
--user: Connect as this user.
Examples:
Shell global-db
fm services shell global-dbShell global-nginx-proxy
fm services shell global-nginx-proxy