CLI Reference
scut logging
Clean and inspect scut JSONL logs.
scut logging manages records under ~/.scut/logging.
scut logging clean --days 14
scut logging clean --all
Use cleanup when parse-error or hook logs are no longer useful. The command only targets scut JSONL log files.
Generated help
Generated from scut logging --help.
Usage: scut logging <command> [flags]
Manage scut log files.
Commands:
logging clean Remove old log files from ~/.scut/logging/.
Flags:
-h, --help Show context-sensitive help.
-v, --version Print version and exit.
Generated from scut logging clean --help.
Usage: scut logging clean [flags]
Remove old log files from ~/.scut/logging/.
Flags:
-h, --help Show context-sensitive help.
-v, --version Print version and exit.
--all Remove all log files regardless of age.
--days=N Remove log files older than N days.