summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 570ff7a..d36d1c2 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,14 @@ with the maintainer key added to each package.
Filter a list of packages to the maintainers whitelisted in the config file.
+### get\_filtered\_updateable\_packages
+
+ my $pkgs = $app->get_filtered_updateable_packages();
+
+High-level method that returns a list of packages from the repository that have
+updates available. The list is filtered to only include packages of allowed
+maintainers.
+
# LICENSE
Copyright (C) 2018 Florian Pritz <bluewind@xinu.at>