mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-01 18:27:06 +00:00
docs: add Long description to cache main command
Signed-off-by: Syed Mohammed Sylani <sylanmohammed@gmail.com>
This commit is contained in:
parent
373138c4f6
commit
1cab1b8ada
2 changed files with 5 additions and 0 deletions
4
docs/cli/gittuf_cache.md
generated
4
docs/cli/gittuf_cache.md
generated
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
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
|
||||
|
||||
```
|
||||
|
|
|
|||
1
internal/cmd/cache/cache.go
vendored
1
internal/cmd/cache/cache.go
vendored
|
|
@ -13,6 +13,7 @@ func New() *cobra.Command {
|
|||
cmd := &cobra.Command{
|
||||
Use: "cache",
|
||||
Short: "Manage gittuf's caching functionality",
|
||||
Long: `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.`,
|
||||
DisableAutoGenTag: true,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue