Documentation Index
Fetch the complete documentation index at: https://flox.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-services-start - start servicesSYNOPSIS
DESCRIPTION
Starts the specified services. If any services are currently running, a warning will be displayed for each specified service that is already running, but the command will still succeed. If a specified service does not exist, an error will be displayed and no services will be started. If no services are currently running, then the services will be started from an ephemeral activation in order to use the most recent build of the environment. This may be different from the build of the environment that the current shell has activated, so the services and your shell may have different environment variables or values. To ensure that your shell and the services have the same environment, reactivate your environment after making edits to the manifest. A remote environment can only have a single set of running services, regardless of how many times the environment is activated concurrently.OPTIONS
<name>The name(s) of the services to start.
Environment Options
If no environment is specified for an environment command, the environment in the current directory or the active environment that was last activated is used.-d, --dirPath containing a .flox/ directory.
-r, --referenceA FloxHub environment, specified in the form
<owner>/<name>.
General Options
-h, --helpPrints help information. The following options can be passed when running any
flox subcommand
but must be specified before the subcommand.
-v, --verboseIncrease logging verbosity. Invoke multiple times for increasing detail.
-q, --quietSilence logs except for errors.
EXAMPLES
Start a service named ‘server’:SEE ALSO
flox-activate(1)
flox-services-stop(1)