These commands are operational and diagnostic — they do not run note generation.
Runtime inspection
notewise info [URL]
Without a URL, prints runtime environment details. With a URL, inspects metadata without generating notes.
notewise doctor
Runs non-destructive health checks for config, cache database, logs, and key model requirements.
notewise version
notewise update
Checks for the latest release and prints the best upgrade commands for your install style. It does not replace the running binary in place.
Metrics and history
notewise stats
notewise history
Cache commands
notewise cache
- Flag mode
- Subcommand mode
Log commands
notewise logs
notewise logs clean
Command behavior notes
cacheallows one action at a time (--info,--show,--clear, or--prune).--yesis only valid withcache --clear.- All operations commands avoid network-heavy processing except
info URL.
When should I use doctor vs info?
When should I use doctor vs info?
Use
doctor for environment and health diagnostics. Use info URL for metadata inspection of a specific video or playlist source.Why are there two forms for cache commands?
Why are there two forms for cache commands?
Flag mode and subcommand mode are equivalent — pick one style for scripts and team consistency.