Home Explore Blog Models CI



ragit

1st chunk of `docs/commands/gc.txt`
c6338c4f9ab2de821871f31d36140f66dd285870f376918d0000000100000153
rag-gc(1)
==========

NAME
----
rag-gc - Clean up unnecessary files

SYNOPSIS
--------
[verse]
'rag gc' [--logs | --images | --audit | --all]

DESCRIPTION
-----------
`rag gc --logs` removes all the logs in `.ragit/logs`.
`rag gc --images` removes all the images in `.ragit/images`.
`rag gc --audit` removes internal logs for `rag audit`.

Title: rag-gc Command Overview
Summary
The rag-gc command is used to clean up unnecessary files, including logs, images, and audit data, by removing them from specific directories, allowing for more efficient management of disk space and organization of files within the .ragit directory.