Home Explore Blog CI



ragit

docs/commands/gc.txt
d9fc7312d9dbb06f7677747de17bab044e94e46597adaf74000000030000014b
rag-gc(1)
==========

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

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

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`.

Chunks
ada5e8d7 (1st chunk of `docs/commands/gc.txt`)
Title: rag-gc Command
Summary
The rag-gc command is used to clean up unnecessary files, including logs, images, and audit logs, by removing them from their respective directories, which helps to free up space and maintain a clean system, the command can be used with various options such as --logs, --images, and --audit to specify the type of files to be removed.