Versions in this module Expand all Collapse all v0 v0.1.1 Jun 16, 2026 v0.1.0 Jun 10, 2026 Changes in this version + func Root() *cobra.Command + func RunAdd(s *store.Store, idx *index.Index, repoRoot string, paths []string) error + func RunCheckout(s *store.Store, idx *index.Index, repoRoot, commitID, storePath string) error + func RunCheckoutRepo(s *store.Store, idx *index.Index, repoRoot, commitID string) error + func RunClone(repoURL, repoRoot string, id *client.Identity) error + func RunCommit(s *store.Store, idx *index.Index, message string) (string, error) + func RunDiff(w interface{ ... }, s *store.Store, idx *index.Index, repoRoot string, ...) error + func RunInit(repoRoot, repoURL string, id *client.Identity) error + func RunMergeAbort(s *store.Store, idx *index.Index, repoRoot string) error + func RunMirror(sourceURL, targetURL string, sourceID *client.Identity) (server.MirrorResponse, error) + func RunPull(s *store.Store, idx *index.Index, repoRoot, remoteURL string, ...) error + func RunPush(s *store.Store, remoteURL string, id *client.Identity) (client.PushResult, error) + func RunReset(s *store.Store, idx *index.Index, repoRoot string) error + func RunRm(s *store.Store, idx *index.Index, repoRoot, path string) error + func RunShow(w interface{ ... }, s *store.Store, commitID string) error + func RunStatus(w interface{ ... }, s *store.Store, idx *index.Index, repoRoot string) error + func RunWatch(ctx context.Context, cl *client.Client, pathPrefix, events string, ...) error