gittuf/docs/cli/gittuf_cache.md
Syed Mohammed Sylani 1cab1b8ada docs: add Long description to cache main command
Signed-off-by: Syed Mohammed Sylani <sylanmohammed@gmail.com>
2025-08-01 15:27:47 -04:00

1 KiB
Generated

gittuf cache

Manage gittuf's caching functionality

Synopsis

The 'cache' command group contains subcommands to manage gittuf's local persistent cache. This cache helps improve performance by storing metadata locally. The cache is local-only and is not synchronized with remote repositories.

Options

  -h, --help   help for cache

Options inherited from parent commands

      --no-color                     turn off colored output
      --profile                      enable CPU and memory profiling
      --profile-CPU-file string      file to store CPU profile (default "cpu.prof")
      --profile-memory-file string   file to store memory profile (default "memory.prof")
      --verbose                      enable verbose logging

SEE ALSO