Documentation Index
Fetch the complete documentation index at: https://flox-kanishk-copy-page-as-markdown.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-generations-list - show all environment generations that you can switch toSYNOPSIS
DESCRIPTION
Show all environment generations that you can switch to. For environments pushed to FloxHub, every modification to the environment creates a new generation of the environment.flox generations list prints all generations of the environment,
including which generation is currently live.
OPTIONS
--tree, -tRender generations as a tree
--jsonRender generations as JSON (mutually exclusive with
-t). Attention:
the output is not guaranteed to be stable.
--no-pagerExplicitly disable paged output
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>.
-u, --upstreamOperate on the environment on FloxHub, rather than a local reference.
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-generations-history,
flox-generations-rollback,
flox-generations-switch