NAME
flox-generations-history - Show the change log for the current environmentSYNOPSIS
DESCRIPTION
Show the change log for the current environment. For environments pushed to FloxHub, every modification to the environment creates a new generation of the environment. It’s also possible to change the current generation by usingflox generations switch or flox generations rollback.
flox generations history prints what generation has been the current
generation over time.
OPTIONS
--jsonRender generations as JSON. 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>.
-D, --defaultUse your default environment (
<your-user>/default). When
unauthenticated in an interactive context, you will be prompted to log
in. In non-interactive contexts (e.g., scripts or CI), this flag will
fail with an error when authentication is missing.
-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-list,
flox-generations-rollback,
flox-generations-switch