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

fm start

Start a bench.

Starts all containers for the specified bench. Use --force to recreate containers. Various --reconfigure options allow syncing configuration changes without full restart. Use --sync-config to apply bench config changes, --reconfigure-supervisor for process management, and --reconfigure-workers to update worker configurations.

Usage:

$ fm start BENCHNAME [OPTIONS]

Arguments:

  • BENCHNAME: Name of the bench.

Options:

  • -f, --force: Recreate containers
  • --sync-config: Sync config changes
  • --reconfigure-supervisor: Reconfigure supervisor
  • --reconfigure-common-site-config: Reconfigure site config
  • --reconfigure-workers: Reconfigure workers
  • --include-default-workers: Include default workers
  • --include-custom-workers: Include custom workers
  • --sync-dev-packages: Sync dev packages

Examples:

Start bench containers

fm start mybench

Force recreate containers

fm start mybench --force

Start and sync config changes

fm start mybench --sync-config

Start and reconfigure workers

fm start mybench --reconfigure-workers

Start with supervisor reconfiguration

fm start mybench --reconfigure-supervisor

Start and sync dev packages

fm start mybench --sync-dev-packages

Clone this wiki locally