If no services are specified, then the --follow flag is required and
logs from all services will be printed in real time.
One or more service names specified with the --follow flag will follow
the logs for the specified services.
If a service name is supplied without the --follow flag then all of
the available logs are displayed for that service. If specified with the
-n flag then only the most recent <num> lines from that service are
displayed.
An error will be returned if a specified service does not exist.
OPTIONS
-d, --dir
Path containing a .flox/ directory.
--follow
Follow log output for the specified services. Required when no service
names are supplied.
-n, --tail
Display only the last <num> lines from the logs of the specified
services.
<name>
Which service(s) to display logs for. When omitted logs from all
services will be displayed but the --follow flag is required.
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, --dir
Path containing a .flox/ directory.
-r, --remote
A remote environment on FloxHub, specified in the form <owner>/<name>.
General Options
-h, --help
Prints help information.
The following options can be passed when running any flox subcommand
but must be specified before the subcommand.
-v, --verbose
Increase logging verbosity. Invoke multiple times for increasing detail.