Skip to content

services

github-actions[bot] edited this page Feb 12, 2026 · 3 revisions

fm services

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.

fm services start

Starts global services.

Usage:

$ fm services start SERVICE_NAME

Arguments:

  • SERVICE_NAME: Name of the service. [required]

Examples:

Start global-db only

fm services start global-db

Start all global services

fm services start all

fm services stop

Stops global services.

Usage:

$ fm services stop SERVICE_NAME

Arguments:

  • SERVICE_NAME: Name of the service. [required]

Examples:

Stop global-db

fm services stop global-db

Stop all services

fm services stop all

fm services restart

Restarts global services.

Usage:

$ fm services restart SERVICE_NAME

Arguments:

  • SERVICE_NAME: Name of the service. [required]

Examples:

Restart global-db only

fm services restart global-db

Restart all global services

fm services restart all

fm services shell

Open 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-db

Shell global-nginx-proxy

fm services shell global-nginx-proxy

Clone this wiki locally