rux clean
Purpose
Purge compiled code modules, system logs, and cached local build tracking states from the environment workspace.
Synopsis
rux clean [options]
Behavior
Removes the directory named by [Build].Output and the package Temp/ directory. --temp preserves configured build artifacts and removes only Temp/.
Arguments
This command accepts no operands.
Options
| Option | Description |
|---|---|
--temp | Remove only the temporary build directory (Temp/) |
Global options may appear before or after the command. See Global options.
Output and exit status
Primary results are written to stdout. Progress, warnings, and errors are written to stderr.
Success exits 0, invalid command-line usage exits 2, and compiler, validation, filesystem, network, or generation failures exit 1 unless stated otherwise above.
Examples
rux clean
rux clean --temp
Environment variables
This command defines no command-specific environment variables.
The global color environment behavior is described under Global options.