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-build-clean - Clean the build directorySYNOPSIS
DESCRIPTION
Remove the build artifacts for<package> from the environment in
<path>. Without <package> specified clean up all packages and
build-related temporary data.
OPTIONS
<package>The package(s) to clean. Possible values are all keys under the
build
attribute in the environment’s manifest.toml. If omitted, will clean
all build related data.
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.
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-build(1)
manifest.toml(5)