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.