gittuf/docs/cli/gittuf_cache_init.md
Pat Zielinski caf34c46ca *: Move local cache out of devmode
Signed-off-by: Pat Zielinski <git@patzielinski.com>
2025-06-06 11:52:20 -04:00

862 B
Generated

gittuf cache init

Initialize persistent cache

Synopsis

The 'init' command initializes the local persistent cache for a gittuf repository, intended to improve performance of gittuf operations. This cache is local-only and is not synchronized with the remote.

gittuf cache init [flags]

Options

  -h, --help   help for init

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