Home Explore Blog CI



ragit

1st chunk of `docs/commands/gc.txt`
ada5e8d79865fdec5ad6b8f6eacdedca94974a283197b9f3000000010000014b
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`.

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.