Documentation Index
Fetch the complete documentation index at: https://flox-daniel-dev-88-add-deactivate-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-envs - show active and available environmentsSYNOPSIS
DESCRIPTION
This command can be used to list available environments on the local machine. When one or more environments are active, the last activated environment will be listed first and printed in bold. Whenever an environment is used with anyflox command it is registered
to a user specific global registry. flox envs will list all
environments known to it through the registry. Environments that are
present on the local system may not show up until they are used the
first time. Similarly, if an environment is changed (e.g. deleted and
replaced by an environment with different metadata), the change may not
show until the new environment is used.
OPTIONS
Edit Options
--activeShow only active environments
--jsonFormat the output as JSON
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.
SEE ALSO
flox-init(1), flox-pull(1),
flox-activate(1)