From a7a33737c82a72fb958c5b05a3701e233a57e2dd Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 11 May 2026 18:18:16 +0200 Subject: [PATCH] Add documentation for new tag.ls opts Signed-off-by: Florian --- content/usage/regbot.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/usage/regbot.md b/content/usage/regbot.md index 6d17cef..5d3ac39 100644 --- a/content/usage/regbot.md +++ b/content/usage/regbot.md @@ -306,8 +306,11 @@ The following additional functions are available: e.g. `list = repo.ls("example.com", {limit = 500})` -- `tag.ls `: +- `tag.ls [opts]`: Returns an array of tags found within a repository. + Opts is a table that can have the following values set: + - `limit`: number of results to return + - `last`: last received tag, next batch of results will start after this - `tag.delete `: Deletes a tag from a registry.