CLI Commands
uptool is a manifest-first dependency updater for multiple ecosystems. It scans repositories for dependency manifest files (package.json, Chart.yaml, .pre-commit-config.yaml, etc.), checks for available updates, and rewrites manifests with new versions while preserving formatting.
Usage: uptool [command]
Available Commands: completion Generate shell completion scripts help Help about any command list List available integrations plan Generate update plans scan Discover dependency manifests update Apply updates to manifests
Flags: -h, --help help for uptool -q, --quiet suppress informational output (errors only) -v, --verbose enable verbose debug output --version version for uptool
Use "uptool [command] --help" for more information about a command.