update
Forces a Git snapshot pull and import.
#Usage
discrawl update
discrawl update --repo ~/.discrawl/share --remote https://github.com/example/discord-archive.git
discrawl update --with-embeddings
#Flags
--repo <path>- local snapshot repo path (defaults to[share].repo_path)--remote <url>- target Git remote (defaults to[share].remote)--branch <name>- snapshot branch (defaults to[share].branch)--with-embeddings- also import vectors that match your local[search.embeddings]identity
#When to use it
- you have
share.remoteconfigured and want a fresh import before running a command that does not auto-update (syncdoes not auto-import unless--update=autois passed) - you set
--no-auto-updatewhen subscribing and want to refresh on demand - a CI job already imported the latest snapshot but read commands still consider it stale
#How sync interacts
discrawl sync does not auto-import the share unless --update=auto (only when stale) or --update=force (always). Routine live refreshes stay fast; explicit imports happen via update.