wolfictl_check_diff.md
January 25, 2025 ยท View on GitHub
wolfictl check diff
Create a diff comparing proposed apk changes following a melange build, to the latest available in an APKINDEX
Usage
wolfictl check diff [flags]
Synopsis
Create a diff comparing proposed apk changes following a melange build, to the latest available in an APKINDEX
Options
--apk-index-url string apk-index-url used to get existing apks. Defaults to wolfi (default "https://packages.wolfi.dev/os/%s/APKINDEX.tar.gz")
--dir string directory the command is executed from and will contain the resulting diff.log file (default ".")
-h, --help help for diff
--package-list-file string name of the package to compare (default "packages.log")
--packages-dir string directory containing new packages (default "packages")
Options inherited from parent commands
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
SEE ALSO
- wolfictl check - Subcommands used for CI checks in Wolfi